re PR target/52375 (internal compiler error: in extract_insn, at recog.c:2123 at...
[gcc.git] / gcc / testsuite / ChangeLog
index 3091af5c01f5ba8b3fe9f43ce96cd2970ddf7b87..5c9f70cf3c2de7e12613bc5b9d9bd2d6bf7f0da1 100644 (file)
@@ -1,7 +1,107 @@
+2012-02-27  Jakub Jelinek  <jakub@redhat.com>
+
+       PR target/52375
+       * gcc.target/arm/pr52375.c: New test.
+       * gcc.c-torture/compile/pr52375.c: New test.
+
+2012-02-27  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
+
+       * gfortran.dg/typebound_operator_9.f03: Skip on SPU.
+       * gcc.dg/torture/builtin-complex-1.c: Skip "float" tests on SPU.
+
+2012-02-27  Eric Botcazou  <ebotcazou@adacore.com>
+
+       * gnat.dg/aggr19.adb: New test.
+       * gnat.dg/aggr19_pkg.ad[sb]: New helper.
+
+2012-02-26  Oleg Endo  <olegendo@gcc.gnu.org>
+
+       PR target/49263
+       * gcc.target/sh/pr49263.c: New.
+
+2012-02-24  Andrew MacLeod  <amacleod@redhat.com>
+
+       * gcc.dg/simulate-thread/simulate-thread.gdb: Use return value from
+       simulate_thread_wrapper_other_threads
+       * gcc.dg/simulate-thread/atomic-load-int128.c (simulate_thread_main):
+       Move initialization of 'value' to main().
+       (main): Initialize 'value';
+       * gcc.dg/simulate-thread/speculative-store.c
+       (simulate_thread_step_verify): Return 0 when successful.
+       * gcc.dg/simulate-thread/simulate-thread.h (HOSTILE_THREAD_THRESHOLD):
+       Reduce threshold.
+       (INSN_COUNT_THRESHOLD): New.  Instruction limit to terminate test.
+       (simulate_thread_wrapper_other_threads): Return a success/fail value
+       and issue an error if the instruction count threshold is exceeded.
+
+2012-02-24  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
+
+       PR target/50580
+       * gcc.target/mips/interrupt_handler-2.c: Skip on mips-sgi-irix6*.
+       * gcc.target/mips/interrupt_handler-3.c: Likewise.
+
+2012-02-24  Richard Guenther  <rguenther@suse.de>
+
+       PR middle-end/52355
+       * gcc.dg/pr52355.c: New testcase.
+
+2012-02-23  Kai Tietz  <ktietz@redhat.com>
+
+       * gcc.dg/pack-test-5.c: Add -mno-ms-bitfields option
+       for mingw-targets.
+       * gcc.dg/Wpadded.c: Likewise.
+       * gcc.dg/bf-ms-layout-2.c: Adjust offsets to fit ms-bitfield
+       structure-layout.
+       * gcc.dg/di-sync-multithread.c: Replace for mingw-target the use
+       for sleep by Sleep and add windows.h include for this function.
+       * gcc.dg/format/dfp-printf-1.c: Adjust dg-skip-if rule for mingw
+       targets.
+       * gcc.dg/stack-usage-1.c (SIZE): Provide proper SIZE for x64 mingw
+       target.
+       * gcc.dg/tls/thr-cse-1.c: Provide proper pattern for x64 mingw
+       target.
+       * gcc.dg/tls/opt-11.c (memset): Use __extension__ to avoid fail
+       on x64 mingw target.
+       * gcc.dg/bf-ms-attrib.c: Adjust expected size for ms_struct layout.
+       * gcc.dg/pr50251.c: Disable test for x64 mingw target.
+       * gcc.c-torture/execute/930930-1.c (long): Replace by ptr_t to avoid
+       failure on LLP64 target.
+
+2012-02-23  Uros Bizjak  <ubizjak@gmail.com>
+
+       PR c/52290
+       * gcc.dg/noncompile/pr52290.c: New test.
+
+2012-02-23  Jakub Jelinek  <jakub@redhat.com>
+
+       PR tree-optimization/52019
+       * gcc.dg/tree-ssa/ipa-split-6.c: New test.
+
+2012-02-22  Kai Tietz  <ktietz@redhat.com>
+
+       * g++.dg/opt/devirt2.C: Add rule for *-*-mingw* target.
+       * g++.dg/opt/pr48549.C (long): Replace by long by __PTRDIFF_TYPE__
+       derived pdiff_t type.
+       * g++.dg/torture/pr49720.C: Likewise
+
+2012-02-22  Uros Bizjak  <ubizjak@gmail.com>
+
+       PR target/52330
+       * gcc.target/i386/pr52330.c: New test.
+
+2012-02-22  Tobias Burnus  <burnus@net-b.de>
+
+       PR fortran/52335
+       * gfortran.dg/io_constraints_10.f90: New.
+
+2012-02-22  Ulrich Weigand  <ulrich.weigand@linaro.org>
+
+       * lib/target-supports.exp (check_effective_target_vect_condition):
+       Return true for NEON.
+
 2012-02-21  Kai Tietz  <ktietz@redhat.com>
 
-       * gcc.dg/bf-ms-layout-3.c: Mark char typed bitfield
-       as extension.
+       * gcc.dg/bf-ms-layout-3.c: Mark char typed bitfield as extension.
 
 2012-02-21  Richard Guenther  <rguenther@suse.de>
 
 
 2012-02-14  Hans-Peter Nilsson  <hp@axis.com>
 
-       * lib/target-supports.exp (check_effective_target_fgnu_tm): New
-       proc.
+       * lib/target-supports.exp (check_effective_target_fgnu_tm): New proc.
        * gfortran.dg/trans-mem-skel.f90: Gate test on effective_target
-       fgnu_tm. 
+       fgnu_tm.
        * gcc.dg/lto/trans-mem-1_0.c, gcc.dg/lto/trans-mem-2_0.c,
        gcc.dg/lto/trans-mem-3_0.c, gcc.dg/lto/trans-mem-4_0.c: Ditto.
        * gcc.dg/tm/tm.exp: Gate the whole of gcc.dg/tm on
 
        * gcc.target/mips/mips-prepend-1.c: New test.
 
-2012-02-02 Jan Hubicka  <jh@suse.cz>
-          Tom de Vries  <tom@codesourcery.com>
+2012-02-02  Jan Hubicka  <jh@suse.cz>
+           Tom de Vries  <tom@codesourcery.com>
 
        PR middle-end/51998
        * testsuite/gcc.dg/alias-12.c: New testcase.