aboutsummaryrefslogtreecommitdiff
path: root/gcc/fortran
AgeCommit message (Expand)AuthorFilesLines
2010-01-14re PR fortran/41478 (Corrupted memory using PACK for derived-types with alloc...Paul Thomas4-34/+175
2010-01-14re PR fortran/42481 (generic interface not recognized)Paul Thomas2-3/+36
2010-01-11re PR translation/42467 (exgettext should not remove TABs from option help st...Joseph Myers2-6/+14
2010-01-09re PR fortran/20923 (gfortran slow for large array constructors)Jerry DeLisle5-25/+93
2010-01-09[multiple changes]Tobias Burnus4-8/+38
2010-01-09gcc.c (process_command): Update copyright notice dates.Jakub Jelinek2-3/+8
2010-01-08re PR fortran/25829 ([F03] Asynchronous IO support)Tobias Burnus9-10/+154
2010-01-07re PR fortran/42597 (ICE with procedure pointer initialized to null())Tobias Burnus2-1/+9
2010-01-07re PR fortran/41872 (wrong-code: Issues with allocatable scalars)Tobias Burnus2-25/+38
2010-01-05re PR fortran/42517 (-fcheck=recursion does not work with -fopenmp)Tobias Burnus2-6/+16
2010-01-05re PR fortran/41872 (wrong-code: Issues with allocatable scalars)Tobias Burnus2-0/+12
2010-01-04re PR fortran/36161 (gfc_error formats are not marked gcc-internal-format in ...Tobias Burnus2-24/+32
2010-01-04trans-decl.c (gfc_trans_deferred_vars): Fix spelling.Tobias Burnus2-2/+6
2010-01-04re PR fortran/41872 (wrong-code: Issues with allocatable scalars)Tobias Burnus8-17/+77
2010-01-04configure.ac: Add install-html to target_list for Make-hooks.Andrew Jenner1-2/+22
2010-01-01Move 2009 ChangeLog to ChangeLog-2009.H.J. Lu2-3704/+3711
2009-12-29re PR fortran/42517 (-fcheck=recursion does not work with -fopenmp)Janus Weil3-7/+20
2009-12-29re PR fortran/42353 ([OOP] Bogus Error: Name 'vtype$...' at (1) is an ambiguo...Janus Weil2-0/+7
2009-12-27re PR fortran/22552 (Would like warning when an undeclared function is called)Francois-Xavier Coudert6-9/+41
2009-12-17re PR fortran/42144 ([OOP] deferred TBPs do not work)Janus Weil2-0/+9
2009-12-16gfc-internals.texi, [...]: Fix typos.Kazu Hirata4-3/+8
2009-12-15re PR fortran/41235 (Missing explicit interface for variable-length character...Tobias Burnus2-23/+37
2009-12-14re PR fortran/42354 (Invalidly accepts C_LOC in init expressions)Daniel Franke2-31/+35
2009-12-12re PR fortran/42257 ([OOP] Compiler segmentation fault due missing public sta...Janus Weil2-0/+9
2009-12-11re PR fortran/40290 (Spurious warning on REAL*COMPLEX with -Wconversion)Daniel Franke6-14/+25
2009-12-11re PR fortran/42335 ([OOP] ICE on CLASS IS (bad_identifier))Janus Weil2-1/+7
2009-12-10re PR fortran/40287 (Spurious warnings with -Wconversion and COUNT())Daniel Franke2-1/+7
2009-12-10re PR fortran/41369 (Empty derived-type wrongly rejected as function return t...Daniel Franke2-1/+7
2009-12-10re PR fortran/34402 (Diagnose illegal initialization of derived type containi...Daniel Franke2-4/+45
2009-12-08re PR fortran/41177 (Wrong base-object checks for type-bound procedures)Daniel Kraft4-8/+59
2009-12-08re PR fortran/40961 (Document set_fpe(int))Tobias Burnus2-4/+57
2009-12-07re PR fortran/41940 (Improve error message for allocating scalar with shape)Daniel Franke2-0/+12
2009-12-07re PR other/40302 (GCC must hard-require MPC before release)Kaveh R. Ghazi8-654/+29
2009-12-06re PR fortran/40904 (Documentation: Description for COUNT is wrong)Daniel Franke2-7/+14
2009-12-02Typo in ChangeLog entry for PR fortran/42131Janne Blomqvist1-1/+1
2009-12-01PR fortran/42131 Sign test using ternary operatorJanne Blomqvist2-10/+11
2009-11-30backport: re PR fortran/42053 ([OOP] SELECT TYPE: reject duplicate CLASS IS b...Janus Weil16-319/+711
2009-11-30re PR fortran/42131 (Weird translation of DO loops)Thomas Koenig2-19/+42
2009-11-28trans-common.c (create_common): Remove unused offset variable.Jakub Jelinek18-86/+52
2009-11-26re PR fortran/41807 (data statement with nested type constructors)Jerry DeLisle2-0/+6
2009-11-26re PR fortran/41278 (internal compiler error related to matmul and transpose)Jerry DeLisle2-1/+5
2009-11-26re PR fortran/42048 ([F03] Erroneous syntax error message on TBP call)Janus Weil5-16/+40
2009-11-25re PR fortran/42162 (OpenMP: ICE: tree check in omp_add_variable, at gimplify...Jakub Jelinek2-8/+22
2009-11-25re PR fortran/42008 (Wrongly rejected derived types with default initializers...Jerry DeLisle1-1/+1
2009-11-25re PR fortran/41807 (data statement with nested type constructors)Jerry DeLisle2-1/+7
2009-11-24re PR fortran/42045 ([F03] passing a procedure pointer component to a procedu...Janus Weil2-2/+19
2009-11-22re PR fortran/41807 (data statement with nested type constructors)Jerry DeLisle1-0/+1
2009-11-22trans-const.c (gfc_conv_const): Fix typo in comment.Jerry DeLisle3-5/+12
2009-11-20intrinsic.texi (C_F_PROCPOINTER): Remove obsolete comment.Janus Weil2-3/+4
2009-11-20re PR fortran/42104 ([F03] runtime segfault with procedure pointer component)Paul Thomas2-1/+12