]> gcc.gnu.org Git - gcc.git/history - gcc/testsuite/ChangeLog
re PR preprocessor/28227 (valid #ifdef rejected)
[gcc.git] / gcc / testsuite / ChangeLog
2007-01-12 Tom Tromeyre PR preprocessor/28227 (valid #ifdef rejected)
2007-01-12 Zdenek Dvoraktree-ssa-loop-ivopts.c (extract_cond_operands): Split...
2007-01-12 Zdenek DvorakMove the changelog for gcc.dg/tree-ssa/loop-20.c to...
2007-01-11 Thomas Koenigre PR libfortran/30415 (MINLOC, MAXLOC missing for...
2007-01-11 Simon Martinre PR c++/29573 (ICE after parse error in template...
2007-01-11 Jan Hubickare PR tree-optimization/1046 (gcc less efficient than...
2007-01-11 Mark Mitchellre PR c++/28999 (ICE on invalid use of typename)
2007-01-10 Robert Kennedyfold-const.c (fold_comparison): Fold comparisons like...
2007-01-10 Brooks Mosesre PR fortran/30381 ([4.1 only] ISHFTC() constant foldi...
2007-01-10 Brooks Moses* gfortran.dg/altreturn_2.f90: Removed executable bit.
2007-01-10 Zdenek Dvorakre PR middle-end/30322 (((-i-1) + i) +1) is turned...
2007-01-09 Geoffrey KeatingIndex: ChangeLog
2007-01-09 Andrew Pinskiintrinsics-1.c: Remove xfail.
2007-01-08 Manuel López-Ibáñezoverflow-warn-1.C: Fix testcase.
2007-01-08 Roger Sayletrans-array.c (constant_array_constructor_p): New funct...
2007-01-08 Richard Guentherre PR tree-optimization/23603 (VRP does not say range...
2007-01-08 Mark Shinwellc.opt: Add -flax-vector-conversions.
2007-01-08 Mark Shinwellre PR tree-optimization/29877 (out of SSA (TER) extends...
2007-01-07 Manuel López-Ibáñezre PR c++/28986 (Failure to diagnose overflow in consta...
2007-01-07 Bernhard Fischerre PR fortran/27698 (subroutine _foo draws "unclassifia...
2007-01-07 Brooks MosesCorrected changelog entry dates from 2006 to 2007.
2007-01-07 Steven G. Kargl[multiple changes]
2007-01-06 Lee Millwardre PR c++/19439 (Duplicate destructor accepted)
2007-01-06 Andrew Pinskire PR bootstrap/30385 (IMM ERROR while building stage2...
2007-01-05 Manuel López-Ibáñezre PR c/19978 (overflow in expression of constants...
2007-01-05 Roger Sayletrans-expr.c (gfc_trans_assignment_1): New subroutine...
2007-01-05 Richard Guentherre PR c++/27826 (ICE in copy_to_mode_reg)
2007-01-05 Ian Lance Taylorc-common.c (decl_with_nonnull_addr_p): New function.
2007-01-05 Jakub Jelinekre PR c/30360 (Complex divide bug)
2007-01-05 Paul Thomasre PR fortran/23232 ([4.1 only] DATA implied DO variables)
2007-01-05 Richard Bienerre PR middle-end/28116 (ICE when building konverter...
2007-01-05 Tobias Burnusre PR fortran/29624 (Fortran 2003: Support intent for...
2007-01-04 Brooks Mosesre PR fortran/30235 ([4.1 only] missing alternate retur...
2007-01-04 Tom Tromeyre PR preprocessor/28165 (_Pragma GCC system_header...
2007-01-04 Josh Connerre PR middle-end/29683 (Arg split between stack/regs...
2007-01-03 Jakub Jelinekre PR c++/28217 (ICE in tree_int_cst_sgn)
2007-01-03 Andrew Pinskire PR target/20353 (uclibc does not provide C99 math...
2007-01-03 Joseph Myersvect.exp: Skip PowerPC targets not supporting -maltivec.
2007-01-03 Jakub Jelinekre PR middle-end/30286 (Segfault with -O2 -ftrapv)
2007-01-03 Jakub Jelinekre PR c++/29535 (ICE in instantiate_class_template...
2007-01-03 Jakub Jelinekre PR c++/29054 (ICE on friend template specialization)
2007-01-03 Jerry DeLisleibits.f90: New test.
2007-01-03 Zdenek Dvorakloop-unswitch.c (unswitch_loop): Pass probabilities...
2007-01-03 Jan Hubickapr16194.c: We now output error on all three functions...
2007-01-02 Manuel López-Ibáñezre PR c/19977 (overflow in non-static initializer shoul...
2007-01-02 Ian Lance Taylorc-common.c (c_common_truthvalue_conversion): When warni...
2007-01-02 Manuel López-Ibáñezre PR middle-end/7651 (Define -Wextra strictly in terms...
2007-01-02 Paul Thomasre PR fortran/20896 (ambiguous interface not detected)
2007-01-02 Roger Saylefold-const.c (fold_binary): Fold "(X^C1) eq/ne C2"...
2007-01-02 Joseph Myersre PR middle-end/30311 (revision 120211 failed to compi...
2007-01-01 Andrew Pinskire PR middle-end/30253 (ICE with statement expression...
2007-01-01 Andreas Schwabre PR target/29166 (broken unwind information for many...
2007-01-01 Joseph Myerstarget-supports.exp (check_effective_target_powerpc_spe...
2006-12-31 Richard Guentherre PR tree-optimization/30137 (Missed folding of pointe...
2006-12-31 Roger Saylere PR middle-end/30322 (((-i-1) + i) +1) is turned...
2006-12-31 Simon Martinre PR c++/29731 (ICE with statement expression as templ...
2006-12-31 Richard Guentherre PR middle-end/30338 (infinite loop in maybe_canonica...
2006-12-31 Paul Thomasre PR fortran/27900 ([4.1 only] ICE using intrinsics...
2006-12-31 Paul Thomasre PR fortran/23060 (%VAL, %REF and %DESCR constructs...
2006-12-30 Thomas Koenigre PR fortran/30321 (program crash for SUM applied...
2006-12-29 Jakub Jelinekre PR preprocessor/29612 (gcc --save-temps does not...
2006-12-28 Paul Thomasre PR fortran/30034 ([4.1 only] pure subroutine require...
2006-12-28 Jerry DeLisle2006-12-27 Jerry DeLisle <jvdelisle@gcc.gnu.org>
2006-12-28 Jerry DeLislere PR libfortran/30014 (INQUIRE (iolength = xx) limited...
2006-12-27 Paul Thomasre PR fortran/20896 (ambiguous interface not detected)
2006-12-23 Manuel López-Ibáñezre PR middle-end/7651 (Define -Wextra strictly in terms...
2006-12-22 Paul Thomasre PR fortran/25818 ([4.1 only] Problem with handling...
2006-12-22 Manuel López-Ibáñezre PR middle-end/7651 (Define -Wextra strictly in terms...
2006-12-22 Andrew Pinskire PR c++/30168 (C++ constructors can cause invalid...
2006-12-22 Ben Ellistongcc-dg.exp (gcc-dg-prune): Return "::unsupported::memor...
2006-12-21 Paul Thomasre PR fortran/30273 ([4.1 only] gfc_todo: Not Implement...
2006-12-21 Paul Thomasre PR fortran/30202 ([4.1 only] ICE in trans-array.c)
2006-12-21 Jakub Jelinekre PR middle-end/30262 (ICE with nested fn accessed...
2006-12-21 Jakub Jelinekre PR target/30230 (Incorrect ia64 EH info when an...
2006-12-21 Nathan Sidwellre PR target/28966 (-maltivec -m32 causes the stack...
2006-12-21 Tobias Schlüterre PR fortran/25392 (ICEs with -ff2c)
2006-12-20 Bill Wendlingasm-b.c: Check for __ppc64__.
2006-12-20 Paul Thomasre PR fortran/30190 ([4.1 only] Bounds check generates...
2006-12-20 Andrew Pinskire PR middle-end/30143 ([4.2 only] OpenMP can produce...
2006-12-20 Roger Sayletrans-expr.c (is_zero_initializer_p): Determine whether...
2006-12-20 Dorit Nuzmanspu.md (vec_widen_umult_hi_v8hi): New.
2006-12-20 Paul Thomasre PR fortran/29992 ([4.1 only] INTERFACE equivalent...
2006-12-20 Andrew Pinskire PR tree-optimization/30045 (ICE in nonnull_arg_p...
2006-12-20 Ben Elliston* gcc.dg/20020312-2.c: Add a case for __SPU__.
2006-12-19 Eric Christopherre PR target/29302 (isfinite returns wrong result at...
2006-12-19 Tobias Burnusre PR fortran/30238 (associated(null-pointer, null...
2006-12-19 Paul Thomasre PR fortran/30236 ([4.1 only]alternate-return subrout...
2006-12-19 Ben Ellistoninclude.c: #include stdlib.h instead of stdio.h...
2006-12-19 Brooks MosesFixed tab-to-spaces error in previous entry.
2006-12-19 Brooks Mosesadvance.f90: Renamed to advance_1.f90
2006-12-19 Bill Wendlingp11144.C: Renamed id to ID because id is an OjbC keyword.
2006-12-18 Kaveh R. Ghazibuiltin-pow-mpfr-1.c: New test.
2006-12-18 Brooks Moses* gfortran.dg/advance_3.f90: Add dg-do compile directive.
2006-12-18 Ian Lance Taylorc.opt (Wmissing-declarations): Add C++ and ObjC++.
2006-12-17 Eric Botcazoupr27528.c: Use empty templates.
2006-12-17 Roger Saylere PR fortran/30207 (ICE in gfc_dep_resolver with where...
2006-12-17 Tobias Burnusassociated.c: Check for associated(NULL,NULL).
2006-12-16 Manuel López-Ibáñezre PR middle-end/7651 (Define -Wextra strictly in terms...
2006-12-16 Jerry DeLislere PR libfortran/30005 (Open errors (not/already exists...
2006-12-16 H.J. Lui386-cpuid.h (bit_SSSE3): New.
next
This page took 0.72374 seconds and 108 git commands to generate.