OSDN Git Service

PR c++/48322
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / ChangeLog
index 0aaaaaf..58a3ff0 100644 (file)
@@ -1,3 +1,111 @@
+2011-11-20  Jason Merrill  <jason@redhat.com>
+
+       PR c++/48322
+       * g++.dg/cpp0x/variadic120.C: New.
+       * g++.dg/cpp0x/sfinae26.C: Adjust.
+
+       * g++.dg/cpp0x/sfinae11.C: Adjust.
+       * g++.dg/cpp0x/sfinae26.C: Adjust.
+       * g++.dg/template/unify11.C: Adjust.
+
+2011-11-20  Paolo Carlini  <paolo.carlini@oracle.com>
+
+       PR c++/51230
+       * g++.dg/template/error46.C: New.
+
+2011-11-20  Uros Bizjak  <ubizjak@gmail.com>
+
+       PR target/51235
+       * gcc.target/i386/pr51235.c: New test.
+
+       PR target/51236
+       * gcc.target/i386/pr51236.c: New test.
+
+2011-11-20  Eric Botcazou  <ebotcazou@adacore.com>
+
+       * gnat.dg/discr32.adb: New test.
+       * gnat.dg/discr32_pkg.ads: New helper.
+
+2011-11-20  Nathan Sidwell  <nathan@acm.org>
+
+       PR gcov-profile/51113
+       * gcc.misc-tests/gcov-13.c: Check gcovpart-13b coverage
+       * gcc.misc-tests/gcov-16.c: New.
+       * gcc.misc-tests/gcov-17.c: New.
+       * g++.dg/gcov/gcov-8.C: New.
+       * g++.dg/gcov/gcov-9.C: New.
+       * g++.dg/gcov/gcov-10.C: New.
+
+2011-11-20  Dodji Seketeli  <dodji@redhat.com>
+
+       PR c++/51194
+       * g++.dg/cpp0x/alias-decl-15.C: New test.
+
+2011-11-19  Paolo Carlini  <paolo.carlini@oracle.com>
+
+       PR c++/51216
+       * g++.dg/cpp0x/pr51216.C: New.
+
+2011-11-19  Eric Botcazou  <ebotcazou@adacore.com>
+
+       * gcc.dg/delay-slot-2.c: New test.
+
+2011-11-18  Joseph Myers  <joseph@codesourcery.com>
+
+       * gcc.dg/cpp/assert4.c: Test __linux__, not __gnu_linux__.
+
+2011-11-18  Fabien ChĂȘne  <fabien@gcc.gnu.org>
+
+       PR c++/51188
+       * g++.dg/lookup/using46.C: New.
+       * g++.dg/lookup/using47.C: New.
+       * g++.dg/lookup/using48.C: New.
+       * g++.dg/lookup/using49.C: New.
+       * g++.dg/lookup/using50.C: New.
+
+2011-11-18  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
+
+       * gcc.c-torture/compile/pr44707.c: Do not assume assembler
+       supports /* ... */ comments.
+
+2011-11-18  Paolo Carlini  <paolo.carlini@oracle.com>
+
+       PR c++/51150
+       * g++.dg/cpp0x/pr51150.C: New.
+
+2011-11-18  Martin Jambor  <mjambor@suse.cz>
+
+       PR tree-optimization/50605
+       * g++.dg/ipa/pr50605.C: New test.
+
+2011-11-18  Dodji Seketeli  <dodji@redhat.com>
+
+       PR c++/51191
+       * g++.dg/cpp0x/alias-decl-13.C: New test.
+
+2011-11-17  Jason Merrill  <jason@redhat.com>
+
+       PR c++/51186
+       * g++.dg/cpp0x/auto27.C: New.
+       * g++.dg/cpp0x/trailing2.C: Adjust messages.
+
+2011-11-17  Andrew MacLeod  <amacleod@redhat.com>
+
+       * gcc.dg/atomic-generic-aux.c (__atomic_compare_exchange): Fail if
+       memory model parameters don't match expected values.
+       * gcc.dg/atomic-generic.c: Pass specific memory model parameters to
+       __atomic_compare_exchange.
+       * gcc.dg/atomic-noinline.c: Pass specific memory model parameters to
+       __atomic_compare_exchange_n.
+       * gcc.dg/atomic-noinline-aux.c (__atomic_compare_exchange_2): Remove
+       weak/strong parameter and fail if memory models aren't correct.
+
+2011-10-17  Uros Bizjak  <ubizjak@gmail.com>
+
+       * lib/gcc-simulate-thread.exp (simulate-thread): Run on all targets.
+       Look for simulate_thread_done to determine working gdb.  Reduce timeout
+       to 10 seconds and fail when timeout occurs.  Improve error messages.
+
 2011-11-17  Jason Merrill  <jason@redhat.com>
 
        PR c++/51137
 
 2011-11-17  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
 
-       * lib/gcc-simulate-thread.exp (simulate-thread): Skip on
-       alpha*-*-*.
+       * lib/gcc-simulate-thread.exp (simulate-thread): Skip on alpha*-*-*.
 
 2011-10-16  Uros Bizjak  <ubizjak@gmail.com>