aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gfortran.dg
AgeCommit message (Expand)AuthorFilesLines
2016-08-25re PR fortran/77351 (ICE in remove_trim, at frontend-passes.c:1145)Steven G. Kargl1-0/+6
2016-08-24re PR fortran/77358 ([F08] deferred-length character function returns zero-le...Paul Thomas1-0/+27
2016-08-23decl.c (gfc_match_structure_decl): Make gfc_structure_id static.Fritz Reese1-0/+27
2016-08-22re PR fortran/60774 (f951: internal compiler error: Segmentation fault: 11)Steven G. Kargl5-20/+4
2016-08-22re PR fortran/61318 (Improve error diagnostic by pointing to the expression a...Steven G. Kargl1-0/+23
2016-08-22re PR fortran/77260 (bogus warning with ENTRY in a function)Steven G. Kargl2-0/+51
2016-08-19re PR fortran/72744 (ICE in verify_ssa, at tree-ssa.c:1039)Jakub Jelinek1-0/+18
2016-08-19re PR fortran/69281 (gfortran ICE on temporary array in function call with -f...Jakub Jelinek1-0/+63
2016-08-19Always initialize PRNG using random data from the OS.Janne Blomqvist2-2/+6
2016-08-18re PR middle-end/70895 (OpenACC: loop reduction does not work. Output is zero.)Chung-Lin Tang1-1/+2
2016-08-17re PR fortran/67496 (trans-array.c sanitizer runtime error: load of value 124...Jakub Jelinek1-0/+12
2016-08-17dec_init_2.f90: Use dg-add-options ieee.Uros Bizjak1-0/+1
2016-08-15lang.opt, [...]: New flag -finit-derived.Fritz Reese5-0/+274
2016-08-14re PR fortran/70598 (Fortran OpenACC host_data construct ICE)Chung-Lin Tang3-12/+16
2016-08-12re PR tree-optimization/57326 (Piecewise folding of operations on PHI nodes)Richard Biener1-1/+1
2016-08-11Replace KISS PRNG with xorshift1024* using per-thread state.Janne Blomqvist2-17/+5
2016-08-08re PR fortran/72716 (ICE in gfc_resolve_omp_declare_simd, at fortran/openmp.c...Jakub Jelinek1-0/+6
2016-08-08re PR fortran/71936 (ICE in wide_int_to_tree, at tree.c:1487)Andre Vehreschild1-0/+52
2016-08-08re PR fortran/72698 (ICE in lhd_incomplete_type_error, at langhooks.c:205)Andre Vehreschild1-0/+21
2016-08-08re PR fortran/70524 (ICE when using -frepack-arrays -Warray-temporaries)Andre Vehreschild1-0/+26
2016-08-07re PR fortran/71961 (178.galgel in SPEC CPU 2000 is miscompiled)Thomas Koenig1-0/+19
2016-08-07re PR fortran/71961 (178.galgel in SPEC CPU 2000 is miscompiled)Thomas Koenig1-0/+22
2016-08-03lang.opt: New option -fdec-intrinsic-ints.Fritz Reese1-0/+165
2016-07-31re PR fortran/41922 (Diagnostic: No location shown for overlappingly initiali...Steven G. Kargl3-4/+15
2016-07-30re PR fortran/68566 (ICE on using unusable array in reshape (double free or c...Steven G. Kargl1-0/+13
2016-07-30re PR fortran/69867 (ICE on initializing character in type with array of inco...Steven G. Kargl1-0/+6
2016-07-30re PR fortran/69962 (ICE on missing parameter attribute, in gfc_set_constant_...Steven G. Kargl1-0/+6
2016-07-30re PR fortran/70006 (Duplicate errors "label not defined")Steven G. Kargl1-0/+9
2016-07-30re PR fortran/71730 (ICE when character length specification uses an undefine...Steven G. Kargl4-5/+8
2016-07-28re PR fortran/71067 (ICE on data initialization with insufficient value)Steven G. Kargl2-0/+12
2016-07-28re PR fortran/71799 (ICE in DO loop code emission (gfc_resolve_iterator))Steven G. Kargl1-0/+10
2016-07-28re PR fortran/71859 (ICE on same variable/subroutine name (verify_gimple fail...Steven G. Kargl3-3/+11
2016-07-28[multiple changes]Paul Thomas1-0/+38
2016-07-28[PATCH] Revert Revert r238497 because of PR 71961.Renlin Li1-15/+0
2016-07-26re PR fortran/71862 (ICE in gfc_add_component_ref, at fortran/class.c:241)Steven G. Kargl1-0/+16
2016-07-26Add support to run auto-vectorization tests for multiple effective targets.Robert Suchanek2-17/+37
2016-07-22re PR fortran/71935 (ICE is_c_interoperable(): gfc_simplify_expr failed)Steven G. Kargl3-3/+23
2016-07-22re PR fortran/71795 (Two Bugs in array constructors (optimization))Thomas Koenig1-0/+21
2016-07-22libcaf.h: Add parameter stat to caf_get() and caf_send()'s function prototypes.Andre Vehreschild1-0/+23
2016-07-20Properly handly PHI stmts in later_of_the_two (PRMartin Liska1-0/+45
2016-07-19re PR fortran/71902 (Unneeded temporary on reallocatable character assignment)Thomas Koenig1-0/+15
2016-07-19re PR fortran/71688 (ICE in analyze, at cgraphunit.c:632 with -fcoarray=lib)Martin Jambor1-0/+13
2016-07-17re PR fortran/71523 (Static variables given automatic initializers with -fini...Fritz Reese2-0/+60
2016-07-15re PR fortran/62125 (Nested select type not accepted (rejects valid))Jerry DeLisle1-0/+32
2016-07-15openmp.c (gfc_match_omp_clauses): Scan for clause vector_length before vector.Cesar Philippidis1-0/+11
2016-07-15re PR fortran/71807 (Internal compiler error with NULL() reference in structu...Andre Vehreschild1-0/+30
2016-07-14re PR fortran/29819 (Error/warning message should ignore comments for "1" in ...Steven G. Kargl4-20/+20
2016-07-14re PR fortran/70842 (internal compiler error with character members within a ...Andre Vehreschild1-0/+41
2016-07-13Fix Fortran DO loop fallbackMartin Liska3-4/+2
2016-07-12re PR tree-optimization/23286 (Missed code hoisting optimization)Steven Bosscher1-2/+2