re PR target/52375 (internal compiler error: in extract_insn, at recog.c:2123 at...
[gcc.git] / gcc / testsuite / ChangeLog
index 7b6cd216f6adb7b349712ab590bfa71dea21d822..5c9f70cf3c2de7e12613bc5b9d9bd2d6bf7f0da1 100644 (file)
@@ -1,3 +1,45 @@
+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