aboutsummaryrefslogtreecommitdiff
path: root/gcc/fortran/trans-decl.c
AgeCommit message (Expand)AuthorFilesLines
2005-09-09re PR fortran/12840 ([4.0 only] Unable to find scalarization loop specifier)Richard Sandiford1-0/+14
2005-09-09re PR fortran/18878 ([4.0 only] erronous error message on vaild USE statement)Paul Thomas1-2/+6
2005-08-24re PR fortran/17758 (gfortran_abort and some others should be marked as noret...Thomas Koenig1-0/+4
2005-08-11re PR libfortran/20006 ($ format extension doesn't work)Francois-Xavier Coudert1-0/+26
2005-08-05trans-expr.c (gfc_build_builtin_function_decls): Mark stop_numeric and stop_s...Thomas Koenig1-0/+5
2005-07-31trans-decl.c (gfc_build_builtin_function_decls): Give the internal malloc fun...Steven Bosscher1-0/+5
2005-07-08Makefile.in (TREE_H): Add treestruct.def.Daniel Berlin1-1/+0
2005-06-25Update FSF address.Kelley Cook1-2/+2
2005-06-11re PR fortran/17792 ([4.0 only] deallocate does not return stat)Steven G. Kargl1-1/+3
2005-06-01basic-block.h, [...]: Don't include errors.h and include toplev.h if necessary.Kaveh R. Ghazi1-1/+0
2005-05-26data.c, [...]: Fix comment typos.Kazu Hirata1-1/+1
2005-05-11re PR fortran/20178 (COMPLEX function returns incompatible with g77)Tobias Schlüter1-3/+15
2005-04-29[multiple changes]Jakub Jelinek1-13/+124
2005-04-23diagnostic.c (warning): Accept parameter to classify warning option.DJ Delorie1-4/+4
2005-03-12re PR fortran/20361 (-fmax-stack-var-size=N not working for equivalence)Tobias Schlüter1-1/+27
2005-02-24Unrevert previously reversed patch, adding this patch:Tobias Schlüter1-6/+6
2005-02-24Revert yesterday's patch:Tobias Schlüter1-6/+6
2005-02-23gfortran.h (gfc_component, [...]): Make 'name' a 'const char *'.Tobias Schlüter1-6/+6
2005-01-27trans-decl.c (gfc_build_label_decl): Set DECL_ARTIFICAL and TREE_USED for all...Steven Bosscher1-19/+10
2005-01-23data.c, [...]: Fix comment typos.Kazu Hirata1-2/+2
2004-11-25darwin.h (SUBTARGET_OVERRIDE_OPTIONS): Use %qs instead of `%s' in diagnostic.Joseph Myers1-2/+2
2004-11-05re PR fortran/18111 (spurious warnings with -W -Wunused)Tobias Schlüter1-0/+3
2004-11-05re PR fortran/15164 (trans-decl.c:411: gfc_finish_var_decl: Assertion failed)Tobias Schlüter1-2/+2
2004-10-14trans-decl.c (generate_local_decl): Simplify logic, fix comment typo.Tobias Schlüter1-6/+3
2004-10-01c-decl.c (c_expand_body): Update call tree_rest_of_compilation.Jan Hubicka1-1/+1
2004-09-20re PR middle-end/16460 (ICE when compiling glibc (ld-ctype.c))Jan Hubicka1-20/+2
2004-09-16array.c, [...]: Fix comment typos.Kazu Hirata1-2/+2
2004-09-08array.c: Don't include assert.h.Paul Brook1-39/+37
2004-09-07error.c (show_locus): Handle mapped locations.Per Bothner1-9/+36
2004-08-31trans-decl.c, [...]: Replace all occurences of 'gfc_strlen_type_node' by 'gfc...Tobias Schlüter1-24/+24
2004-08-30Make-lang.in (fortran/f95-lang.o): Update dependencies.Richard Henderson1-0/+12
2004-08-30gfortran.h (gfc_namespace): Add new field is_block_data.Tobias Schlüter1-0/+26
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