summaryrefslogtreecommitdiff
path: root/gcc/fortran/trans-decl.c
Commit message (Expand)AuthorAgeFilesLines
* re PR libfortran/19308 (I/O library should support more real and integer kinds)François-Xavier Coudert2005-10-031-29/+87
* re PR fortran/12840 ([4.0 only] Unable to find scalarization loop specifier)Richard Sandiford2005-09-091-0/+14
* re PR fortran/18878 ([4.0 only] erronous error message on vaild USE statement)Paul Thomas2005-09-091-2/+6
* re PR fortran/17758 (gfortran_abort and some others should be marked as noret...Thomas Koenig2005-08-241-0/+4
* re PR libfortran/20006 ($ format extension doesn't work)Francois-Xavier Coudert2005-08-111-0/+26
* trans-expr.c (gfc_build_builtin_function_decls): Mark stop_numeric and stop_s...Thomas Koenig2005-08-051-0/+5
* trans-decl.c (gfc_build_builtin_function_decls): Give the internal malloc fun...Steven Bosscher2005-07-311-0/+5
* Makefile.in (TREE_H): Add treestruct.def.Daniel Berlin2005-07-081-1/+0
* Update FSF address.Kelley Cook2005-06-251-2/+2
* re PR fortran/17792 ([4.0 only] deallocate does not return stat)Steven G. Kargl2005-06-111-1/+3
* basic-block.h, [...]: Don't include errors.h and include toplev.h if necessary.Kaveh R. Ghazi2005-06-011-1/+0
* data.c, [...]: Fix comment typos.Kazu Hirata2005-05-261-1/+1
* re PR fortran/20178 (COMPLEX function returns incompatible with g77)Tobias Schlüter2005-05-111-3/+15
* [multiple changes]Jakub Jelinek2005-04-291-13/+124
* diagnostic.c (warning): Accept parameter to classify warning option.DJ Delorie2005-04-231-4/+4
* re PR fortran/20361 (-fmax-stack-var-size=N not working for equivalence)Tobias Schlüter2005-03-121-1/+27
* Unrevert previously reversed patch, adding this patch:Tobias Schlüter2005-02-241-6/+6
* Revert yesterday's patch:Tobias Schlüter2005-02-241-6/+6
* gfortran.h (gfc_component, [...]): Make 'name' a 'const char *'.Tobias Schlüter2005-02-231-6/+6
* trans-decl.c (gfc_build_label_decl): Set DECL_ARTIFICAL and TREE_USED for all...Steven Bosscher2005-01-271-19/+10
* data.c, [...]: Fix comment typos.Kazu Hirata2005-01-231-2/+2
* darwin.h (SUBTARGET_OVERRIDE_OPTIONS): Use %qs instead of `%s' in diagnostic.Joseph Myers2004-11-251-2/+2
* re PR fortran/18111 (spurious warnings with -W -Wunused)Tobias Schlüter2004-11-051-0/+3
* re PR fortran/15164 (trans-decl.c:411: gfc_finish_var_decl: Assertion failed)Tobias Schlüter2004-11-051-2/+2
* trans-decl.c (generate_local_decl): Simplify logic, fix comment typo.Tobias Schlüter2004-10-141-6/+3
* c-decl.c (c_expand_body): Update call tree_rest_of_compilation.Jan Hubicka2004-10-011-1/+1
* re PR middle-end/16460 (ICE when compiling glibc (ld-ctype.c))Jan Hubicka2004-09-201-20/+2
* array.c, [...]: Fix comment typos.Kazu Hirata2004-09-161-2/+2
* array.c: Don't include assert.h.Paul Brook2004-09-081-39/+37
* error.c (show_locus): Handle mapped locations.Per Bothner2004-09-071-9/+36
* trans-decl.c, [...]: Replace all occurences of 'gfc_strlen_type_node' by 'gfc...Tobias Schlüter2004-08-311-24/+24
* Make-lang.in (fortran/f95-lang.o): Update dependencies.Richard Henderson2004-08-301-0/+12
* gfortran.h (gfc_namespace): Add new field is_block_data.Tobias Schlüter2004-08-301-0/+26
* trans.h (build2_v, build3_v): New macros.Tobias Schlüter2004-08-251-6/+6
* tree.h (build_int_cst): New, sign extended constant.Nathan Sidwell2004-08-251-3/+3
* trans-decl.c, [...]: Add and remove blank lines as required.Tobias Schlüter2004-08-241-3/+0
* trans-decl.c (build_function_decl): Fix spelling in comment.Tobias Schlüter2004-08-241-7/+1
* * trans-const.c, trans-decl.c, trans-expr.c: Spelling fixes.Tobias Schlüter2004-08-221-23/+25
* re PR fortran/13082 (Function entries and entries with alternate returns not ...Paul Brook2004-08-171-75/+306
* re PR fortran/17030 (gfortran does not optimize ABS of complex that well)Andrew Pinski2004-08-151-20/+0
* tree.h (build_int_cst): New.Nathan Sidwell2004-08-151-1/+1
* * trans-decl.c (gfc_build_function_decl): Remove dead code.Paul Brook2004-08-141-116/+112
* Fix comment typoGiovanni Bajo2004-08-111-1/+1
* builtins.def (BUILT_IN_STACK_ALLOC): Remove.Richard Henderson2004-08-101-17/+4
* re PR c/14516 (-fleading-underscore does not work correctly for file static v...Geoffrey Keating2004-08-051-7/+7
* c-decl.c (start_function): Set DECL_ARTIFICIAL and DECL_IGNORED_P on the RESU...Richard Henderson2004-07-251-0/+4
* re PR fortran/15140 (assertion failed: (TREE_CODE (sym->backend_decl) == PARM...Tobias Schlüter2004-07-151-1/+0
* re PR fortran/15129 (assumed size characters passed to subroutines incorrect)Tobias Schlüter2004-07-151-1/+19
* expr.c (gfc_check_assign_symbol): Handle pointer assignments.Paul Brook2004-07-121-68/+10
* trans-decl.c (gfc_create_module_variable): Nothing to do if symbol is in comm...Tobias Schlüter2004-07-111-2/+6