aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gfortran.dg
AgeCommit message (Expand)AuthorFilesLines
2007-10-02re PR fortran/33542 (gfortran does not detect ambigious specific names if the...Paul Thomas1-0/+37
2007-10-02re PR fortran/33566 (fortran : wrong rank of derived type parameters array co...Paul Thomas1-0/+36
2007-10-02re PR fortran/33554 (Seg.fault: Default initialization of derived type uses u...Paul Thomas1-40/+40
2007-10-02re PR fortran/33550 (ICE (segfault) when USEing ambiguous symbols)Paul Thomas1-0/+50
2007-10-02re PR fortran/31154 (IMPORT fails for "<imported symbol> FUNCTION (...)" kin...Paul Thomas4-4/+131
2007-09-30re PR fortran/33400 (Formatted read fails if line ends without line break)Jerry DeLisle2-3/+20
2007-09-29re PR fortran/33354 ([4.2 only] MINLOC in combination with SUM gives wrong re...Tobias Schlüter1-0/+21
2007-09-28openmp_stack.f90: Removed.Jakub Jelinek1-22/+0
2007-09-28namelist_38.f90: Delete test for revertion of r128057.Jerry DeLisle1-36/+0
2007-09-27arith.c (reduce_binary_aa): Fix capitalization.Tobias Schlüter8-45/+45
2007-09-27re PR fortran/33568 (ICE with ANINT (with KIND and an array))Paul Thomas1-0/+16
2007-09-27openmp_stack.f90: Fix typo.Francois-Xavier Coudert2-2/+2
2007-09-25init_flag_3.f90: Add -mieee for sh.Kaz Kojima1-0/+1
2007-09-24re PR fortran/33269 (Diagnose missing "(" in "PRINT ('a'),")Tobias Schlüter1-0/+35
2007-09-22re PR fortran/33337 (ICE in gfc_finish_var_decl, at fortran/trans-decl.c:510)Paul Thomas2-0/+67
2007-09-22re PR fortran/33445 (Diagnose "!$OMP&" as an error in free format unless it i...Tobias Burnus3-2/+16
2007-09-21re PR fortran/33439 (OpenMP: Incorrect error message for chunksize variable)Jakub Jelinek1-0/+38
2007-09-21re PR fortran/33455 (MERGE intrinsic: Check for same string lengths)Tobias Burnus1-0/+16
2007-09-21re PR fortran/33037 (TRANSFER should warn on mismatched sizes)Tobias Burnus1-0/+8
2007-09-21re PR fortran/20441 (-finit-local-zero is missing from gfortran)Asher Langton7-0/+250
2007-09-20re PR libfortran/23272 ([mingw32] inquire via filename fails)Francois-Xavier Coudert1-0/+16
2007-09-20re PR fortran/33221 (Cannot declare variables of TYPE without components)Francois-Xavier Coudert1-0/+3
2007-09-20re PR fortran/33288 (ICE (segfault) in mpfr_cmp2 when evaluating array initia...Francois-Xavier Coudert1-0/+17
2007-09-20io.c (resolve_tag_format): New function using code split out and simplified f...Tobias Schlüter3-2/+4
2007-09-20re PR fortran/33497 (Bind(C): C_LOC rejects interoperable arguments)Christopher D. Rickett1-0/+49
2007-09-18Restore detection of unsupported TLS.Sandra Loosemore14-14/+14
2007-09-18re PR fortran/31119 (-fbounds-check: Check for presence of optional arguments...Francois-Xavier Coudert2-0/+75
2007-09-18elemental_optional_args_1.f90: Fix test.Tobias Burnus1-1/+0
2007-09-18re PR fortran/33231 (Reject for -std=f* calls to elementar functions where ar...Tobias Burnus3-6/+35
2007-09-17re PR fortran/33106 (Access of components of public entities of private types...Tobias Burnus1-0/+41
2007-09-17re PR middle-end/33449 (ICE for fortran code with -O2 -ftree-vectorize)Francois-Xavier Coudert1-0/+18
2007-09-17resolve.c (resolve_fl_procedure): Allow private dummies for Fortran 2003.Tobias Burnus4-1/+44
2007-09-16re PR fortran/29396 (segfault with character pointer association)Paul Thomas2-0/+162
2007-09-16* gfortran.dg/nint_2.f90: Correct last change.H.J. Lu1-1/+1
2007-09-14* gfortran.dg/nint_2.f90: Revert previous commit.Francois-Xavier Coudert1-1/+1
2007-09-14* gfortran.dg/nint_2.f90: Do not xfail on powerpc64-linux.Francois-Xavier Coudert1-1/+1
2007-09-13re PR fortran/33343 (ICE (segfault) on invalid code with wrongly shaped argum...Tobias Burnus3-4/+35
2007-09-13symbol.c (gfc_add_elemental,gfc_add_pure,gfc_add_recursive): Allow prefixes o...Tobias Burnus1-0/+22
2007-09-13re PR fortran/33412 (Bind(C): ELEMENTAL procedure conflicts with BIND(C))Tobias Burnus1-0/+10
2007-09-12re PR fortran/33297 (SIZE intrinsic crashes gfortran on invalid usage)Tobias Burnus1-0/+10
2007-09-12re PR fortran/33284 (ENTRY and INTRINSIC with same name)Tobias Burnus1-0/+25
2007-09-12tree-vect-analyze.c (vect_analyze_data_ref_dependence): Distinguish between p...Ira Rosen1-0/+20
2007-09-12re PR fortran/33395 ([ISO_C_BINDING ?] ICE (segfault) in gfc_conv_initializer)Christopher D. Rickett1-0/+45
2007-09-11re PR fortran/33040 ([ISO_C_BINDING] ICE in gfc_trans_structure_assign)Christopher D. Rickett1-0/+42
2007-09-10re PR fortran/33370 (Structure component arrays)Paul Thomas1-0/+22
2007-09-08re PR tree-optimization/33301 (wrong vectorization factor due to an invariant...Dorit Nuzman1-0/+14
2007-09-07re PR fortran/33307 (I/O read/positioning problem)Jerry DeLisle1-0/+37
2007-09-07re PR tree-optimization/33299 (miscompilation with gfortran -O2 -ffast-math -...Dorit Nuzman2-1/+24
2007-09-06re PR libfortran/33298 (Wrong code for SPREAD on zero-sized arrays)Thomas Koenig2-0/+20
2007-09-06re PR fortran/33271 (nint_2.f90 abort compiled with -O0)Francois-Xavier Coudert1-1/+1