summaryrefslogtreecommitdiff
path: root/gcc/testsuite/gfortran.dg
Commit message (Expand)AuthorAgeFilesLines
* re PR fortran/46838 ([OOP] Initialization of polymorphic allocatable components)Janus Weil2010-12-291-0/+29
* frontend-passes.c (gfc_code_walker): Handle expressions in EXEC_CALL, EXEC_AS...Thomas Koenig2010-12-291-0/+26
* re PR fortran/45827 ([OOP] mio_component_ref(): Component not found)Janus Weil2010-12-281-0/+41
* re PR fortran/31821 (character pointer => target(range) should detect if leng...Thomas Koenig2010-12-241-0/+11
* re PR fortran/46978 (TRANSPOSE with RESHAPE and ALLOCATE: Segfault)Mikael Morin2010-12-231-0/+26
* Fix PR47019: parameters of a SCoP are SCEV analyzable.Sebastian Pop2010-12-221-0/+12
* * gfortran.dg/pr46755.f: Fix test case.Steven Bosscher2010-12-221-5/+6
* re PR rtl-optimization/46755 (ICE: in calc_dfs_tree, at dominance.c:395 with -O)Steven Bosscher2010-12-211-0/+23
* re PR rtl-optimization/47008 (gfortran.dg/extends_{23}.f03 FAIL with -Os -fsc...Jakub Jelinek2010-12-211-0/+24
* re PR fortran/46974 (ICE with TRANSFER using a C_PTR entity)Tobias Burnus2010-12-201-1/+5
* re PR fortran/46974 (ICE with TRANSFER using a C_PTR entity)Tobias Burnus2010-12-181-0/+58
* re PR tree-optimization/46985 (ICE: SIGSEGV in is_gimple_min_invariant (gimpl...Jakub Jelinek2010-12-181-0/+17
* re PR fortran/46849 ([OOP] MODULE PROCEDURE resolution does not work in BLOCK...Janus Weil2010-12-171-0/+23
* re PR fortran/46945 (gfortran.dg/unpack_zerosize_1.f90 FAILs with -ftree-vrp ...Jakub Jelinek2010-12-151-0/+10
* Correct PR number in gfortran.dg/debug/pr46756.f.H.J. Lu2010-12-151-1/+1
* Move gfortran.dg/debug/pr46576.f to gfortran.dg/debug/pr46756.f.H.J. Lu2010-12-151-0/+0
* re PR fortran/46937 (gfortran.dg/pointer_intent_1.f90 FAILs with -fno-inline)Tobias Burnus2010-12-141-0/+30
* re PR fortran/46201 ([F03] ICE on procedure pointer component call)Janus Weil2010-12-131-0/+12
* re PR fortran/46841 ([F03] ICE on allocating array of procedure pointers)Janus Weil2010-12-131-0/+22
* re PR fortran/46884 (Use of charlen after free)Jakub Jelinek2010-12-131-0/+8
* re PR debug/46756 (-fcompare-debug failure (length) with ASSIGN)Alexandre Oliva2010-12-131-0/+29
* re PR fortran/46809 ([OOP] ICE with -fcheck=pointer for CLASS IS)Janus Weil2010-12-121-0/+21
* re PR fortran/46705 (Spurious "Missing '&' in continued character constant" w...Jerry DeLisle2010-12-111-0/+8
* re PR fortran/46370 ([Coarray] [OOP] ALLOCATE: Error allocating CLASS coarrays)Tobias Burnus2010-12-111-0/+55
* re PR fortran/46842 (wrong results with MATMUL(..., TRANSPOSE (func ())) -- 4...Jerry DeLisle2010-12-111-0/+17
* Fix PR43023: fuse_partitions_with_similar_memory_accesses.Sebastian Pop2010-12-102-1/+35
* re PR rtl-optimization/46804 (gfortran.dg/char_cshift_2.f90 FAILs with -fregm...Jakub Jelinek2010-12-101-0/+36
* Fix PR45230, PR45231, and PR45370: fold_stmt_inplace after replace_exp.Richard Guenther2010-12-081-0/+100
* re PR fortran/44352 (ICE in string_to_single_character)Tobias Burnus2010-12-071-0/+51
* internal_dummy_2.f08: Fix dg-options.Jerry DeLisle2010-12-072-2/+2
* re PR fortran/46794 (ICE on valid code involving power of small integer kinds)Daniel Kraft2010-12-051-0/+3
* re PR libfortran/46584 (FAIL: gfortran.dg/quad_1.f90 -O (test for excess er...Tobias Burnus2010-12-041-4/+6
* re PR fortran/46794 (ICE on valid code involving power of small integer kinds)Daniel Kraft2010-12-041-0/+22
* re PR fortran/45159 (Unnecessary temporaries)Thomas Koenig2010-12-031-0/+14
* Fix PR45199: do not aggregate memory accesses to the same array for -ftree-lo...Sebastian Pop2010-12-021-0/+27
* realloc_on_assign_2.f03 (invima): Assign a value to all array elements.Tobias Burnus2010-11-301-0/+1
* re PR fortran/46662 ([OOP] gfortran accepts "CALL polymorphic%abstract_type%p...Janus Weil2010-11-281-0/+65
* re PR fortran/35810 ([TR 15581 / F2003] Automatic reallocation on assignment ...Paul Thomas2010-11-289-7/+230
* re PR fortran/46638 (Wrong result with TRANSFER from string to DT)Tobias Burnus2010-11-271-2/+8
* arith_divide_no_check.f [...]: new tests.Bud Davis2010-11-263-0/+47
* Add a testcase for PR tree-optimization/46665.H.J. Lu2010-11-261-0/+36
* re PR fortran/46581 ([OOP] segfault in SELECT TYPE with associate-name)Janus Weil2010-11-251-0/+23
* Add -mtune=generic to gfortran.dg/pr46519-1.f.H.J. Lu2010-11-251-1/+1
* Don't check TREE_THIS_VOLATILE in ix86_expand_call.H.J. Lu2010-11-241-0/+46
* re PR fortran/46638 (Wrong result with TRANSFER from string to DT)Tobias Burnus2010-11-241-0/+28
* Correct PR #.H.J. Lu2010-11-241-1/+1
* re PR middle-end/46629 (Failed to build 200.sixtrack in SPEC CPU 2000)Jakub Jelinek2010-11-241-0/+15
* [multiple changes]Uros Bizjak2010-11-221-74/+2
* re PR middle-end/46297 (gfortran.dg/g77/980701-0.f FAILs with -Os -fno-asynch...Jeff Law2010-11-181-0/+25
* re PR fortran/32049 (Support on x86_64 also kind=16)Francois-Xavier Coudert2010-11-161-0/+35