aboutsummaryrefslogtreecommitdiff
path: root/gcc/fortran/trans-decl.c
AgeCommit message (Expand)AuthorFilesLines
2007-10-02re PR fortran/33554 (Seg.fault: Default initialization of derived type uses u...Paul Thomas1-21/+43
2007-09-22re PR fortran/33337 (ICE in gfc_finish_var_decl, at fortran/trans-decl.c:510)Paul Thomas1-2/+4
2007-09-16re PR fortran/29396 (segfault with character pointer association)Paul Thomas1-0/+19
2007-09-05Add target hook invoked when cfun changes.Sandra Loosemore1-2/+2
2007-09-03re PR fortran/31675 (Fortran front-end and libgfortran should have a common h...Francois-Xavier Coudert1-1/+1
2007-08-30re PR fortran/31879 (ICE with function having array of character variables ar...Paul Thomas1-2/+2
2007-08-29builtin-types.def (BT_FN_PTR_PTR_SIZE): New type.Francois-Xavier Coudert1-29/+0
2007-08-24decl.c (variable_decl): Don't share charlen structs if length == NULL.Jakub Jelinek1-19/+2
2007-08-12re PR fortran/29600 ([F03] MINLOC and MAXLOC take an optional KIND argument)Francois-Xavier Coudert1-3/+8
2007-08-11re PR fortran/32937 (segfault with string and -fdefault-integer-8)Francois-Xavier Coudert1-2/+1
2007-08-10re PR fortran/31270 (print subscript value and array bounds when out-of-bound...Francois-Xavier Coudert1-2/+2
2007-08-10re PR fortran/32933 (ICE in simplify_subreg with -fdefault-integer-8)Francois-Xavier Coudert1-4/+1
2007-08-07re PR fortran/32732 ([Bind C] Character scalars are passed as arrays)Christopher D. Rickett1-1/+1
2007-08-06re PR fortran/29828 ([F2003] MIN and MAX with character variables)Francois-Xavier Coudert1-0/+8
2007-08-01arith.c: Change copyright header to refer to version 3 of the GNU General Pub...Nick Clifton1-4/+3
2007-08-01trans-decl.c (generate_local_decl): Emit warning on unused parameter on "-Wal...Daniel Franke1-5/+5
2007-07-28re PR fortran/32909 (Replace gfc_c_int_type_node with integer_type_node)Janne Blomqvist1-39/+30
2007-07-27trans-decl.c (gfc_build_builtin_function_decls): Use existing gfc_array_index...Janne Blomqvist1-4/+3
2007-07-27re PR fortran/32035 ('<anonymous>' may be used uninitialized in this function)Francois-Xavier Coudert1-1/+1
2007-07-27re PR fortran/32903 (Default initializer and intent(OUT): default initializer...Paul Thomas1-2/+2
2007-07-24re PR fortran/31205 (aliased operator assignment produces wrong result)Paul Thomas1-6/+29
2007-07-24re PR fortran/30814 (non-conforming array sizes in PACK should raise an error)Thomas Koenig1-2/+6
2007-07-23re PR fortran/32732 ([Bind C] Character scalars are passed as arrays)Christopher D. Rickett1-0/+13
2007-07-16re PR target/32748 (gfortran.dg/array_constructor_6.f90)Janne Blomqvist1-1/+0
2007-07-15re PR libfortran/32611 (Print sign of negative zero)Jerry DeLisle1-24/+53
2007-07-09re PR fortran/29459 (Spurious warnings about anonymous variables)Francois-Xavier Coudert1-4/+18
2007-07-09trans-decl.c (set_tree_decl_type_code): Remove function.Steven G. Kargl1-44/+0
2007-07-09re PR fortran/31129 (No warning on unused parameters)Daniel Franke1-0/+8
2007-07-08re PR fortran/24784 (Warning about unused routine argument should not read "u...Daniel Franke1-3/+15
2007-07-07decl.c, [...]: Fix comment typos.Kazu Hirata1-1/+1
2007-07-03Fortran frontend:Janne Blomqvist1-0/+1
2007-07-02[multiple changes]Christopher D. Rickett1-0/+85
2007-07-01fortran frontend:Janne Blomqvist1-25/+4
2007-06-07decl.c: Miscellaneous whitespace fixes.Steven G. Kargl1-1/+1
2007-05-14re PR fortran/30723 (Freeing memory doesn't need to call a library function)Francois-Xavier Coudert1-19/+7
2007-05-06re PR fortran/31201 (Too large unit number generates wrong code)Jerry DeLisle1-0/+14
2007-04-17trans-types.h (gfc_packed): New enum.Tobias Schlüter1-17/+11
2007-04-17trans-decl.c (gfc_finish_decl): Remove unused second argument 'init'.Tobias Schlüter1-54/+33
2007-04-17arith.h: Update copyright years.Tobias Schlüter1-2/+2
2007-04-17re PR fortran/31144 (gfortran module symbol names are not standard compliant)Tobias Schlüter1-2/+2
2007-04-07re PR fortran/31214 (User-defined operator using entry leads to ICE)Paul Thomas1-1/+2
2007-04-03re PR fortran/31304 (REPEAT argument NCOPIES is not converted as it should)Francois-Xavier Coudert1-10/+0
2007-03-16trans-decl.c (gfc_generate_function_code): Use all arguments of set_std.Tobias Burnus1-1/+1
2007-03-15gfortran.h (gfc_option_t): Add flag_backtrace field.Francois-Xavier Coudert1-2/+5
2007-02-20re PR fortran/30522 (Host-/use-associated VOLATILE variable: volatile scope, ...Tobias Burnus1-1/+1
2007-02-16re PR fortran/30793 (Segfault on calling a function returning a pointer)Tobias Burnus1-1/+2
2007-02-15tree.h (enum tree_code_class): Add tcc_vl_exp.Sandra Loosemore1-46/+28
2007-02-10Makefile.in (libgcc-support, [...]): Add emutls.c.Richard Henderson1-1/+1
2007-01-30re PR fortran/30432 ([4.1 only] gfortran.dg/c_by_val_1.f fails on ia64-*-*, p...Steve Ellcey1-1/+2
2007-01-20gfortran.h (gfc_options_t): Add flag_allow_leading_underscore.Francois-Xavier Coudert1-5/+7