]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
re PR libstdc++/51296 (Several 30_threads tests FAIL on Tru64 UNIX)
authorJonathan Wakely <jwakely.gcc@gmail.com>
Sat, 26 Nov 2011 15:15:22 +0000 (15:15 +0000)
committerJonathan Wakely <redi@gcc.gnu.org>
Sat, 26 Nov 2011 15:15:22 +0000 (15:15 +0000)
PR libstdc++/51296
* testsuite/30_threads/thread/native_handle/typesizes.cc: Do not run
on alpha*-*-osf*.
* testsuite/30_threads/future/cons/constexpr.cc: Disable debug
symbols.
* testsuite/30_threads/shared_future/cons/constexpr.cc: Likewise.

From-SVN: r181740

libstdc++-v3/ChangeLog
libstdc++-v3/testsuite/30_threads/future/cons/constexpr.cc
libstdc++-v3/testsuite/30_threads/shared_future/cons/constexpr.cc
libstdc++-v3/testsuite/30_threads/thread/native_handle/typesizes.cc

index aa324e0f3743dcf0523e748758ff54944e6e23b2..2f16612601391df38fc912714147c06adcd17246 100644 (file)
@@ -1,3 +1,12 @@
+2011-11-26  Jonathan Wakely  <jwakely.gcc@gmail.com>
+
+       PR libstdc++/51296
+       * testsuite/30_threads/thread/native_handle/typesizes.cc: Do not run
+       on alpha*-*-osf*.
+       * testsuite/30_threads/future/cons/constexpr.cc: Disable debug
+       symbols.
+       * testsuite/30_threads/shared_future/cons/constexpr.cc: Likewise.
+
 2011-11-23  François Dumont <fdumont@gcc.gnu.org>
 
        PR libstdc++/41975
index a56d585242496f3a947125835df76de5dc5d60ec..d35e6aaba35d5e4b4e15048361035104e1e80a70 100644 (file)
@@ -1,12 +1,12 @@
 // { dg-do compile }
-// { dg-options "-std=gnu++0x -fno-inline -save-temps" }
+// { dg-options "-std=gnu++0x -fno-inline -save-temps -g0" }
 // { dg-require-cstdint "" }
 // { dg-require-gthreads "" }
 // { dg-require-atomic-builtins "" }
 // { dg-final { scan-assembler-not "_ZNSt6futureIvEC2Ev" } }
 // { dg-final { scan-assembler-not "_ZNSt6futureIiEC2Ev" } }
 
-// Copyright (C) 2010 Free Software Foundation, Inc.
+// Copyright (C) 2010, 2011 Free Software Foundation, Inc.
 //
 // This file is part of the GNU ISO C++ Library.  This library is free
 // software; you can redistribute it and/or modify it under the
index 159077bc820526509ac44cec2e0d5bb2c9009990..6f06ffeb647b16264dce92d00cc3ade204544d2e 100644 (file)
@@ -1,12 +1,12 @@
 // { dg-do compile }
-// { dg-options "-std=gnu++0x -fno-inline -save-temps" }
+// { dg-options "-std=gnu++0x -fno-inline -save-temps -g0" }
 // { dg-require-cstdint "" }
 // { dg-require-gthreads "" }
 // { dg-require-atomic-builtins "" }
 // { dg-final { scan-assembler-not "_ZNSt13shared_futureIvEC2Ev" } }
 // { dg-final { scan-assembler-not "_ZNSt13shared_futureIiEC2Ev" } }
 
-// Copyright (C) 2010 Free Software Foundation, Inc.
+// Copyright (C) 2010, 2011 Free Software Foundation, Inc.
 //
 // This file is part of the GNU ISO C++ Library.  This library is free
 // software; you can redistribute it and/or modify it under the
index 4c0d3f6d740d5f04ba720468046351bd1b3bd2e1..049443543f260645b474a43fa44a4b65c9700958 100644 (file)
@@ -1,5 +1,5 @@
-// { dg-do run { target *-*-linux* *-*-solaris* *-*-cygwin alpha*-*-osf* mips-sgi-irix6* } }
-// { dg-options " -std=gnu++0x -pthread" { target *-*-linux* alpha*-*-osf* mips-sgi-irix6* } }
+// { dg-do run { target *-*-linux* *-*-solaris* *-*-cygwin mips-sgi-irix6* } }
+// { dg-options " -std=gnu++0x -pthread" { target *-*-linux* mips-sgi-irix6* } }
 // { dg-options " -std=gnu++0x -pthreads" { target *-*-solaris* } }
 // { dg-options " -std=gnu++0x " { target *-*-cygwin } }
 // { dg-require-cstdint "" }