aboutsummaryrefslogtreecommitdiff
path: root/gcc/fortran/trans-decl.c
AgeCommit message (Expand)AuthorFilesLines
2006-10-16trans-stmt.c: Fix a typoTobias Burnus1-1/+1
2006-10-09Revert emutls patch.Richard Henderson1-1/+1
2006-10-08[multiple changes]Paul Thomas1-3/+28
2006-10-07re PR fortran/16580 ([4.1 only] gfortran ICE on test g77.f-torture/execute/in...François-Xavier Coudert1-3/+8
2006-10-06re PR fortran/28415 (4.2.0 ICE when using automatic array and -fno-automatic)Jakub Jelinek1-1/+8
2006-10-04Makefile.in (libgcc.mk, [...]): Add emutls.c.Richard Henderson1-1/+1
2006-10-03re PR middle-end/27478 (entry and addressable and value-expr: and the gimplif...François-Xavier Coudert1-0/+1
2006-09-18re PR fortran/29060 (spread causes ICE in gfc_trans_array_constructor)Paul Thomas1-2/+4
2006-08-20re PR fortran/28601 (ICE on reexport of renamed type)Paul Thomas1-3/+131
2006-07-12re PR fortran/28163 (Calling libgfortran's copy_string is inefficient)Francois-Xavier Coudert1-8/+0
2006-06-21trans-expr.c (gfc_conv_missing_dummy, [...]): Replace calls to convert on con...Francois-Xavier Coudert1-1/+1
2006-06-09re PR fortran/24558 (ENTRY doesn't work in module procedures)Paul Thomas1-0/+5
2006-06-03trans.c (gfc_msg_bounds, [...]): Add strings for common runtime error messages.Francois-Xavier Coudert1-4/+1
2006-04-16re PR fortran/26822 (Scalarization of non-elemental intrinsic: __logical_4_l4)Paul Thomas1-0/+6
2006-03-22[multiple changes]Thomas Koenig1-0/+20
2006-03-13trans-decl.c (gfc_get_fake_result_decl): Re-add setting of GFC_DECL_RESULT flag.Jakub Jelinek1-0/+1
2006-03-06re PR fortran/26107 (ICE after error message on invalid code)Paul Thomas1-23/+69
2006-03-03re PR fortran/25031 ([4.1 only] Allocatable array can be reallocated.)Thomas Koenig1-0/+12
2006-03-01re PR fortran/26393 (ICE with function returning variable lenght array)Paul Thomas1-1/+2
2006-02-17trans-common.c: Include rtl.h earlier.Richard Sandiford1-1/+1
2006-02-14re PR fortran/25162 (Issue with OpenMP COPYIN and gfortran)Jakub Jelinek1-0/+14
2006-02-13re PR fortran/26246 (return string length is being marked as TREE_STATIC and ...Andrew Pinski1-2/+2
2006-02-08re PR libfortran/25425 ([4.1 only] F95 and F2003 differ on list-directed outp...François-Xavier Coudert1-5/+9
2006-02-06re PR fortran/23815 (Add -byteswapio flag)Thomas Koenig1-0/+21
2006-02-06backport: trans-decl.c (create_function_arglist): Handle dummy functions.Jakub Jelinek1-127/+354
2006-01-19gfortranspec.c: Update copyright years.Tobias Schlüter1-1/+2
2006-01-09re PR fortran/21977 (nested function returning array)Andrew Pinski1-4/+3
2005-12-30re PR fortran/22607 (Elemental character functions don't work)Erik Edelmann1-1/+1
2005-12-16trans.h (tree): Remove declaration of gfc_build_function_call.Richard Guenther1-4/+4
2005-12-16trans.h (gfc_build_indirect_ref): Remove declaration.Richard Guenther1-3/+3
2005-12-01re PR fortran/24789 ([gfortran] ICE when assigning to array of strings)Paul Thomas1-16/+15
2005-11-30[multiple changes]Paul Thomas1-0/+18
2005-11-21re PR fortran/24223 (Gfortran crashes in two places)Paul Thomas1-1/+2
2005-11-09re PR fortran/22607 (Elemental character functions don't work)Erik Edelmann1-1/+1
2005-11-06intrinsic.c (add_functions): Add ctime and fdate intrinsics.Francois-Xavier Coudert1-0/+17
2005-11-05decl.c, [...]: Fix comment typos.Kazu Hirata1-1/+1
2005-11-05intrinsic.c (add_functions): Add function version of TTYNAM.Francois-Xavier Coudert1-0/+10
2005-10-30re PR fortran/18883 (ICE in gfc_finish_var_decl)Erik Edelmann1-2/+3
2005-10-25trans.h (gfc_conv_cray_pointee): Remove.Jakub Jelinek1-37/+43
2005-10-25re PR fortran/22290 (Optimize Assigned GOTO to cause error with -O1 or higher)Feng Wang1-17/+70
2005-10-24Commit for Asher LangtonAsher Langton1-0/+41
2005-10-12gfortran.h: Add bitmasks for different FPE traps.François-Xavier Coudert1-0/+21
2005-10-03re PR libfortran/19308 (I/O library should support more real and integer kinds)François-Xavier Coudert1-29/+87
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