stor-layout.c (start_record_layout): Initialize remaining_in_alignment.
[gcc.git] / gcc / testsuite / ChangeLog
index 7743fa08e9b3eeecbd2c89424fbcbfb86d80dfc8..43d0d6624af2a2bf85f979f68bc26e713ccc62c9 100644 (file)
@@ -1,3 +1,46 @@
+2006-06-04 Eric Christopher <echristo@apple.com>
+
+       * gcc.dg/attr-ms_struct-1.c: New.
+
+2006-06-04  Mark Shinwell  <shinwell@codesourcery.com>
+
+       * gcc.c-torture/compile/builtin_constant_p.c: New test.
+
+2006-06-04  Richard Guenther  <rguenther@suse.de>
+
+       PR tree-optimization/27039
+       * gcc.dg/tree-ssa/loop-17.c: New testcase.
+
+2006-06-03  Roger Sayle  <roger@eyesopen.com>
+
+       PR target/26223
+       * gcc.target/i386/amd64-abi-2.c: New test case.
+
+2006-06-02  Eric Christopher  <echristo@apple.com>
+
+       * gcc.c-torture/compile/20000804-1.c: Skip if i?86-darwin.
+       * gcc.target/i386/20020523-1.c: Skip if darwin.
+       * gcc.target/i386/asm-3.c: Ditto.
+       * gcc.target/i386/20011119-1.c: Ditto.
+       * gcc.target/i386/clobbers.c: Remove pic part of test.
+
+2006-06-02  Steve Ellcey  <sje@cup.hp.com>
+
+       * g++.old-deja/g++.other/init5.C: XFAIL if cxa-atexit is false.
+       * g++.old-deja/g++.other/init19.C: Ditto.
+       * g++.old-deja/g++.other/init18.C: Ditto, plus change _Exit to _exit
+       and add other platforms as expected failures.
+
+2006-06-01  Steve Ellcey  <sje@cup.hp.com>
+
+       * lib/target-supports.exp (is-effective-target): Add cxa_atexit.
+       (is-effective-target-keyword): Ditto.
+
+2006-06-01  Thomas Koenig  <Thomas.Koenig@online.de>
+
+       PR fortran/27715
+       * gfortran.dg/extended_char_comparison_1.f:  New test.
+
 2006-06-01  Paul Thomas  <pault@gcc.gnu.org>
 
        PR fortran/25098
@@ -49,7 +92,7 @@
 2006-05-30  Mark Mitchell  <mark@codesourcery.com>
 
        PR c++/27803
-       * g++.dg/parse/bitfield1.C: New test. 
+       * g++.dg/parse/bitfield1.C: New test.
 
 2006-05-30  Roger Sayle  <roger@eyesopen.com>
 
        PR c++/20103
        * g++.dg/ext/complit6.C: New test.
        * g++.dg/ext/complit3.C: Adjust error markers.
-       * g++.dg/init/const3.C: New test.       
+       * g++.dg/init/const3.C: New test.
 
 2006-05-25  Richard Guenther  <rguenther@suse.de>