aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite
AgeCommit message (Expand)AuthorFilesLines
2007-01-01re PR middle-end/30253 (ICE with statement expression inside a conditional)Andrew Pinski2-0/+15
2007-01-01re PR target/29166 (broken unwind information for many life variables resulti...Andreas Schwab2-0/+202
2007-01-01target-supports.exp (check_effective_target_powerpc_spe): New.Joseph Myers2-2/+26
2006-12-31re PR tree-optimization/30137 (Missed folding of pointer comparison)Richard Guenther3-0/+49
2006-12-31re PR middle-end/30322 (((-i-1) + i) +1) is turned into ~i + (i+1) and never ...Roger Sayle2-0/+35
2006-12-31re PR c++/29731 (ICE with statement expression as template parameter)Simon Martin2-0/+10
2006-12-31re PR middle-end/30338 (infinite loop in maybe_canonicalize_comparison)Richard Guenther2-0/+19
2006-12-31re PR fortran/27900 ([4.1 only] ICE using intrinsics as arguments)Paul Thomas3-0/+41
2006-12-31re PR fortran/23060 (%VAL, %REF and %DESCR constructs not implemented)Paul Thomas6-0/+116
2006-12-30re PR fortran/30321 (program crash for SUM applied to zero-size array)Thomas Koenig2-0/+18
2006-12-29re PR preprocessor/29612 (gcc --save-temps does not give "multi-character cha...Jakub Jelinek3-0/+39
2006-12-28re PR fortran/30034 ([4.1 only] pure subroutine requires intent for procedure...Paul Thomas3-0/+48
2006-12-282006-12-27 Jerry DeLisle <jvdelisle@gcc.gnu.org>Jerry DeLisle1-1/+1
2006-12-28re PR libfortran/30014 (INQUIRE (iolength = xx) limited to kind=4)Jerry DeLisle4-1/+19
2006-12-27re PR fortran/20896 (ambiguous interface not detected)Paul Thomas5-4/+80
2006-12-23re PR middle-end/7651 (Define -Wextra strictly in terms of other warning flags)Manuel López-Ibáñez4-0/+27
2006-12-22re PR fortran/25818 ([4.1 only] Problem with handling optional and entry mast...Paul Thomas3-0/+74
2006-12-22re PR middle-end/7651 (Define -Wextra strictly in terms of other warning flags)Manuel López-Ibáñez3-2/+8
2006-12-21re PR c++/30168 (C++ constructors can cause invalid gimple to happen with com...Andrew Pinski2-0/+19
2006-12-22gcc-dg.exp (gcc-dg-prune): Return "::unsupported::memory full" if the linker ...Ben Elliston3-6/+17
2006-12-21re PR fortran/30273 ([4.1 only] gfc_todo: Not Implemented: Unable to determin...Paul Thomas2-0/+39
2006-12-21re PR fortran/30202 ([4.1 only] ICE in trans-array.c)Paul Thomas2-0/+23
2006-12-21re PR middle-end/30262 (ICE with nested fn accessed var in asm "m" constraint)Jakub Jelinek3-0/+97
2006-12-21re PR target/30230 (Incorrect ia64 EH info when an EH region ends in the midd...Jakub Jelinek2-0/+62
2006-12-21re PR target/28966 (-maltivec -m32 causes the stack to be saved and restored ...Nathan Sidwell2-0/+14
2006-12-21re PR fortran/25392 (ICEs with -ff2c)Tobias Schlüter2-0/+21
2006-12-20asm-b.c: Check for __ppc64__.Bill Wendling2-1/+5
2006-12-20re PR fortran/30190 ([4.1 only] Bounds check generates wrong code for associa...Paul Thomas2-0/+22
2006-12-20re PR middle-end/30143 ([4.2 only] OpenMP can produce invalid gimple)Andrew Pinski2-0/+18
2006-12-20trans-expr.c (is_zero_initializer_p): Determine whether a given constant expr...Roger Sayle2-0/+68
2006-12-20spu.md (vec_widen_umult_hi_v8hi): New.Dorit Nuzman2-0/+6
2006-12-20re PR fortran/29992 ([4.1 only] INTERFACE equivalent to MODULE PROCEDURE?!)Paul Thomas3-0/+89
2006-12-19re PR tree-optimization/30045 (ICE in nonnull_arg_p with the CHAIN decl)Andrew Pinski2-0/+20
2006-12-20* gcc.dg/20020312-2.c: Add a case for __SPU__.Ben Elliston2-0/+6
2006-12-19re PR target/29302 (isfinite returns wrong result at -O1)Eric Christopher2-8/+29
2006-12-19re PR fortran/30238 (associated(null-pointer, null-pointer) returns .true.)Tobias Burnus2-2/+10
2006-12-19re PR fortran/30236 ([4.1 only]alternate-return subroutine in generic interfa...Paul Thomas3-2/+52
2006-12-19include.c: #include stdlib.h instead of stdio.h...Ben Elliston2-3/+8
2006-12-18Fixed tab-to-spaces error in previous entry.Brooks Moses1-2/+2
2006-12-18advance.f90: Renamed to advance_1.f90Brooks Moses14-0/+29
2006-12-19p11144.C: Renamed id to ID because id is an OjbC keyword.Bill Wendling2-2/+7
2006-12-18builtin-pow-mpfr-1.c: New test.Kaveh R. Ghazi2-0/+23
2006-12-18* gfortran.dg/advance_3.f90: Add dg-do compile directive.Brooks Moses2-0/+5
2006-12-18c.opt (Wmissing-declarations): Add C++ and ObjC++.Ian Lance Taylor2-0/+49
2006-12-17pr27528.c: Use empty templates.Eric Botcazou2-6/+10
2006-12-17re PR fortran/30207 (ICE in gfc_dep_resolver with where (a < 0) a(:) = 1)Roger Sayle2-0/+14
2006-12-17associated.c: Check for associated(NULL,NULL).Tobias Burnus2-0/+6
2006-12-16re PR middle-end/7651 (Define -Wextra strictly in terms of other warning flags)Manuel López-Ibáñez5-4/+12
2006-12-16re PR libfortran/30005 (Open errors (not/already exists etc.): show also the ...Jerry DeLisle2-0/+36
2006-12-15i386-cpuid.h (bit_SSSE3): New.H.J. Lu19-0/+1689