aboutsummaryrefslogtreecommitdiff
path: root/gcc/fortran/trans-decl.c
AgeCommit message (Expand)AuthorFilesLines
2004-08-25trans.h (build2_v, build3_v): New macros.Tobias Schlüter1-6/+6
2004-08-25tree.h (build_int_cst): New, sign extended constant.Nathan Sidwell1-3/+3
2004-08-24trans-decl.c, [...]: Add and remove blank lines as required.Tobias Schlüter1-3/+0
2004-08-24trans-decl.c (build_function_decl): Fix spelling in comment.Tobias Schlüter1-7/+1
2004-08-22* trans-const.c, trans-decl.c, trans-expr.c: Spelling fixes.Tobias Schlüter1-23/+25
2004-08-17re PR fortran/13082 (Function entries and entries with alternate returns not ...Paul Brook1-75/+306
2004-08-15re PR fortran/17030 (gfortran does not optimize ABS of complex that well)Andrew Pinski1-20/+0
2004-08-15tree.h (build_int_cst): New.Nathan Sidwell1-1/+1
2004-08-14* trans-decl.c (gfc_build_function_decl): Remove dead code.Paul Brook1-116/+112
2004-08-11Fix comment typoGiovanni Bajo1-1/+1
2004-08-10builtins.def (BUILT_IN_STACK_ALLOC): Remove.Richard Henderson1-17/+4
2004-08-05re PR c/14516 (-fleading-underscore does not work correctly for file static v...Geoffrey Keating1-7/+7
2004-07-25c-decl.c (start_function): Set DECL_ARTIFICIAL and DECL_IGNORED_P on the RESU...Richard Henderson1-0/+4
2004-07-15re PR fortran/15140 (assertion failed: (TREE_CODE (sym->backend_decl) == PARM...Tobias Schlüter1-1/+0
2004-07-15re PR fortran/15129 (assumed size characters passed to subroutines incorrect)Tobias Schlüter1-1/+19
2004-07-12expr.c (gfc_check_assign_symbol): Handle pointer assignments.Paul Brook1-68/+10
2004-07-11trans-decl.c (gfc_create_module_variable): Nothing to do if symbol is in comm...Tobias Schlüter1-2/+6
2004-07-11re PR fortran/15481 ([meta-bugs] frontend adds superfluous symbols to namespa...Tobias Schlüter1-11/+0
2004-07-09re PR fortran/15481 ([meta-bugs] frontend adds superfluous symbols to namespa...Tobias Schlüter1-6/+0
2004-07-04re PR libfortran/15280 (Fortran9x commandline not accessable)Janne Blomqvist1-0/+6
2004-06-30function.h (struct function): Remove x_whole_function_mode_p.Richard Henderson1-5/+0
2004-06-30tree.h (immediate_size_expand): Delete.Richard Henderson1-3/+0
2004-06-29Andrew Vaught <andyv@firstinter.net>Tobias Schlüter1-4/+0
2004-06-21alias.c (adjust_offset_for_component_ref): Use component_ref_field_offset.Richard Kenner1-14/+31
2004-06-14re PR fortran/15510 (Should not warn about unused variables from used modules)Tobias Schlüter1-3/+4
2004-06-12re PR fortran/12841 (passing null to a subroutine)Tobias Schlüter1-1/+1
2004-06-09re PR fortran/13372 (ICE in trans-types.c (gfc_typenode_for_spec), see #13201)Tobias Schlüter1-0/+6
2004-05-30re PR fortran/15620 (Statement functions and optimization cause IC)Paul Brook1-0/+26
2004-05-22trans-decl.c (gfc_get_extern_function_decl): Set DECL_IS_PURE only for functi...Tobias Schlüter1-4/+12
2004-05-19f95-lang.c (gfc_init_builtin_functions): Use vold_list_node.Feng Wang1-10/+35
2004-05-19* trans.c, trans-decl.c: Fix comment typos.Tobias Schlüter1-5/+5
2004-05-15re PR fortran/13702 (When preprocessing Fortran files (.F, .F90 and .F95) cpp...Tobias Schlüter1-2/+2
2004-05-14Make-lang.in, [...]: Update copyright years and boilerplate.Tobias Schlüter1-12/+12
2004-05-14re PR fortran/14568 (should not warn about unused variables in common blocks)Tobias Schlüter1-1/+3
2004-05-13tree-gimple.c: Rename from tree-simple.c.Diego Novillo1-1/+1
2004-05-13Merge tree-ssa-20020619-branch into mainline.Diego Novillo1-0/+2137