public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug libstdc++/55429] New: new UNRESOLVED: 20_util/enable_shared_from_this/cons/constexpr.cc scan-assembler on darwin
@ 2012-11-21 15:29 howarth at nitro dot med.uc.edu
  2012-11-21 15:36 ` [Bug libstdc++/55429] " howarth at nitro dot med.uc.edu
                   ` (10 more replies)
  0 siblings, 11 replies; 12+ messages in thread
From: howarth at nitro dot med.uc.edu @ 2012-11-21 15:29 UTC (permalink / raw)
  To: gcc-bugs


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55429

             Bug #: 55429
           Summary: new UNRESOLVED:
                    20_util/enable_shared_from_this/cons/constexpr.cc
                    scan-assembler on darwin
    Classification: Unclassified
           Product: gcc
           Version: 4.8.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: libstdc++
        AssignedTo: unassigned@gcc.gnu.org
        ReportedBy: howarth@nitro.med.uc.edu


At r193675, a new set of failures appear in the x86_64-apple-darwin12 testsuite
results at both -m32 and -m64...

UNRESOLVED: 20_util/enable_shared_from_this/cons/constexpr.cc scan-assembler
_ZNKSt7complexIfE4realB5cxx11Ev
UNRESOLVED: 20_util/enable_shared_from_this/cons/constexpr.cc scan-assembler
_ZNKSt7complexIdE4realB5cxx11Ev
UNRESOLVED: 20_util/enable_shared_from_this/cons/constexpr.cc scan-assembler
_ZNKSt7complexI[eg]E4realB5cxx11Ev
UNRESOLVED: 20_util/enable_shared_from_this/cons/constexpr.cc scan-assembler
_ZNKSt7complexIiE4realB5cxx11Ev
UNRESOLVED: 20_util/enable_shared_from_this/cons/constexpr.cc scan-assembler
_ZNKSt7complexIfE4imagB5cxx11Ev
UNRESOLVED: 20_util/enable_shared_from_this/cons/constexpr.cc scan-assembler
_ZNKSt7complexIdE4imagB5cxx11Ev
UNRESOLVED: 20_util/enable_shared_from_this/cons/constexpr.cc scan-assembler
_ZNKSt7complexI[eg]E4imagB5cxx11Ev
UNRESOLVED: 20_util/enable_shared_from_this/cons/constexpr.cc scan-assembler
_ZNKSt7complexIiE4imagB5cxx11Ev

Compiler version: 4.8.0 20121120 (experimental) (GCC) 
Platform: x86_64-apple-darwin12.2.0
configure flags: --prefix=/sw --prefix=/sw/lib/gcc4.8 --mandir=/sw/share/man
--infodir=/sw/lib/gcc4.8/info
--enable-languages=c,c++,fortran,lto,objc,obj-c++,java --with-gmp=/sw
--with-libiconv-prefix=/sw --with-isl=/sw --with-cloog=/sw --with-mpc=/sw
--with-system-zlib --enable-checking=yes --x-includes=/usr/X11R6/include
--x-libraries=/usr/X11R6/lib --program-suffix=-fsf-4.8
--disable-cloog-version-check --disable-isl-version-check


^ permalink raw reply	[flat|nested] 12+ messages in thread

* [Bug libstdc++/55429] new UNRESOLVED: 20_util/enable_shared_from_this/cons/constexpr.cc scan-assembler on darwin
  2012-11-21 15:29 [Bug libstdc++/55429] New: new UNRESOLVED: 20_util/enable_shared_from_this/cons/constexpr.cc scan-assembler on darwin howarth at nitro dot med.uc.edu
@ 2012-11-21 15:36 ` howarth at nitro dot med.uc.edu
  2012-11-21 16:45 ` redi at gcc dot gnu.org
                   ` (9 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: howarth at nitro dot med.uc.edu @ 2012-11-21 15:36 UTC (permalink / raw)
  To: gcc-bugs


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55429

--- Comment #1 from Jack Howarth <howarth at nitro dot med.uc.edu> 2012-11-21 15:35:21 UTC ---
This error appears in libstdc++.log as...

Executing on host: /sw/src/fink.build/gcc48-4.8.0-1000/darwin_objdir/./gcc/g++
-shared-libgcc -B/sw/src/fink.build/gcc48-4.8.0-1000/darwin_objdir/./gcc
-nostdinc++
-L/sw/src/fink.build/gcc48-4.8.0-1000/darwin_objdir/x86_64-apple-darwin12.2.0/i386/libstdc++-v3/src
-L/sw/src/fink.build/gcc48-4.8.0-1000/darwin_objdir/x86_64-apple-darwin12.2.0/i386/libstdc++-v3/src/.libs
-B/sw/lib/gcc4.8/x86_64-apple-darwin12.2.0/bin/
-B/sw/lib/gcc4.8/x86_64-apple-darwin12.2.0/lib/ -isystem
/sw/lib/gcc4.8/x86_64-apple-darwin12.2.0/include -isystem
/sw/lib/gcc4.8/x86_64-apple-darwin12.2.0/sys-include -m32
-B/sw/src/fink.build/gcc48-4.8.0-1000/darwin_objdir/x86_64-apple-darwin12.2.0/i386/libstdc++-v3/src/.libs
-D_GLIBCXX_ASSERT -fmessage-length=0 -ffunction-sections -fdata-sections -g -O2
-g -O2 -DLOCALEDIR="." -nostdinc++
-I/sw/src/fink.build/gcc48-4.8.0-1000/darwin_objdir/x86_64-apple-darwin12.2.0/i386/libstdc++-v3/include/x86_64-apple-darwin12.2.0
-I/sw/src/fink.build/gcc48-4.8.0-1000/darwin_objdir/x86_64-apple-darwin12.2.0/i386/libstdc++-v3/include
-I/sw/src/fink.build/gcc48-4.8.0-1000/gcc-4.8-20121120/libstdc++-v3/libsupc++
-I/sw/src/fink.build/gcc48-4.8.0-1000/gcc-4.8-20121120/libstdc++-v3/include/backward
-I/sw/src/fink.build/gcc48-4.8.0-1000/gcc-4.8-20121120/libstdc++-v3/testsuite/util
/sw/src/fink.build/gcc48-4.8.0-1000/gcc-4.8-20121120/libstdc++-v3/testsuite/26_numerics/complex/abi_tag.cc
  -std=c++11 -S  -m32 -o abi_tag.s    (timeout = 600)
PASS: 26_numerics/complex/abi_tag.cc (test for excess errors)
20_util/enable_shared_from_this/cons/constexpr.cc: output file does not exist
UNRESOLVED: 20_util/enable_shared_from_this/cons/constexpr.cc scan-assembler
_ZNKSt7complexIfE4realB5cxx11Ev
20_util/enable_shared_from_this/cons/constexpr.cc: output file does not exist
UNRESOLVED: 20_util/enable_shared_from_this/cons/constexpr.cc scan-assembler
_ZNKSt7complexIdE4realB5cxx11Ev
20_util/enable_shared_from_this/cons/constexpr.cc: output file does not exist
UNRESOLVED: 20_util/enable_shared_from_this/cons/constexpr.cc scan-assembler
_ZNKSt7complexI[eg]E4realB5cxx11Ev
20_util/enable_shared_from_this/cons/constexpr.cc: output file does not exist
UNRESOLVED: 20_util/enable_shared_from_this/cons/constexpr.cc scan-assembler
_ZNKSt7complexIiE4realB5cxx11Ev
20_util/enable_shared_from_this/cons/constexpr.cc: output file does not exist
UNRESOLVED: 20_util/enable_shared_from_this/cons/constexpr.cc scan-assembler
_ZNKSt7complexIfE4imagB5cxx11Ev
20_util/enable_shared_from_this/cons/constexpr.cc: output file does not exist
UNRESOLVED: 20_util/enable_shared_from_this/cons/constexpr.cc scan-assembler
_ZNKSt7complexIdE4imagB5cxx11Ev
20_util/enable_shared_from_this/cons/constexpr.cc: output file does not exist
UNRESOLVED: 20_util/enable_shared_from_this/cons/constexpr.cc scan-assembler
_ZNKSt7complexI[eg]E4imagB5cxx11Ev
20_util/enable_shared_from_this/cons/constexpr.cc: output file does not exist
UNRESOLVED: 20_util/enable_shared_from_this/cons/constexpr.cc scan-assembler
_ZNKSt7complexIiE4imagB5cxx11Ev
extra_tool_flags are:
  -include bits/stdc++.h


^ permalink raw reply	[flat|nested] 12+ messages in thread

* [Bug libstdc++/55429] new UNRESOLVED: 20_util/enable_shared_from_this/cons/constexpr.cc scan-assembler on darwin
  2012-11-21 15:29 [Bug libstdc++/55429] New: new UNRESOLVED: 20_util/enable_shared_from_this/cons/constexpr.cc scan-assembler on darwin howarth at nitro dot med.uc.edu
  2012-11-21 15:36 ` [Bug libstdc++/55429] " howarth at nitro dot med.uc.edu
@ 2012-11-21 16:45 ` redi at gcc dot gnu.org
  2012-11-21 22:32 ` [Bug testsuite/55429] " dominiq at lps dot ens.fr
                   ` (8 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: redi at gcc dot gnu.org @ 2012-11-21 16:45 UTC (permalink / raw)
  To: gcc-bugs


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55429

--- Comment #2 from Jonathan Wakely <redi at gcc dot gnu.org> 2012-11-21 16:44:41 UTC ---
Do you mean at exactly r193675 or at some point prior to that?

obviously not a libstdc++ bug in any case


^ permalink raw reply	[flat|nested] 12+ messages in thread

* [Bug testsuite/55429] new UNRESOLVED: 20_util/enable_shared_from_this/cons/constexpr.cc scan-assembler on darwin
  2012-11-21 15:29 [Bug libstdc++/55429] New: new UNRESOLVED: 20_util/enable_shared_from_this/cons/constexpr.cc scan-assembler on darwin howarth at nitro dot med.uc.edu
  2012-11-21 15:36 ` [Bug libstdc++/55429] " howarth at nitro dot med.uc.edu
  2012-11-21 16:45 ` redi at gcc dot gnu.org
@ 2012-11-21 22:32 ` dominiq at lps dot ens.fr
  2012-11-22 10:06 ` paolo.carlini at oracle dot com
                   ` (7 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: dominiq at lps dot ens.fr @ 2012-11-21 22:32 UTC (permalink / raw)
  To: gcc-bugs


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55429

Dominique d'Humieres <dominiq at lps dot ens.fr> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Target|x86_64-apple-darwin12       |*-apple-darwin*
             Status|UNCONFIRMED                 |NEW
   Last reconfirmed|                            |2012-11-21
          Component|libstdc++                   |testsuite
               Host|x86_64-apple-darwin12       |*-apple-darwin*
     Ever Confirmed|0                           |1
              Build|x86_64-apple-darwin12       |*-apple-darwin*

--- Comment #3 from Dominique d'Humieres <dominiq at lps dot ens.fr> 2012-11-21 22:31:46 UTC ---
> Do you mean at exactly r193675 or at some point prior to that?

This appeared between revisions 193417 (OK) and 193542 (UNRESOLVED) for serial
testing. I don't see it if I do a parallel testing (-j2).

> obviously not a libstdc++ bug in any case

I agree and I changed the component to testsuite. What it is strange is that
26_numerics/complex/abi_tag.cc is supposed to scan assembler (abi_tag.s), but
look at 20_util/enable_shared_from_this/cons/constexpr.cc.

Is there people around running the testsuite serially on non-darwin platform?


^ permalink raw reply	[flat|nested] 12+ messages in thread

* [Bug testsuite/55429] new UNRESOLVED: 20_util/enable_shared_from_this/cons/constexpr.cc scan-assembler on darwin
  2012-11-21 15:29 [Bug libstdc++/55429] New: new UNRESOLVED: 20_util/enable_shared_from_this/cons/constexpr.cc scan-assembler on darwin howarth at nitro dot med.uc.edu
                   ` (2 preceding siblings ...)
  2012-11-21 22:32 ` [Bug testsuite/55429] " dominiq at lps dot ens.fr
@ 2012-11-22 10:06 ` paolo.carlini at oracle dot com
  2012-11-22 12:28 ` dominiq at lps dot ens.fr
                   ` (6 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: paolo.carlini at oracle dot com @ 2012-11-22 10:06 UTC (permalink / raw)
  To: gcc-bugs


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55429

--- Comment #4 from Paolo Carlini <paolo.carlini at oracle dot com> 2012-11-22 10:06:05 UTC ---
Me: I very often run the testsuite serially on Linux.


^ permalink raw reply	[flat|nested] 12+ messages in thread

* [Bug testsuite/55429] new UNRESOLVED: 20_util/enable_shared_from_this/cons/constexpr.cc scan-assembler on darwin
  2012-11-21 15:29 [Bug libstdc++/55429] New: new UNRESOLVED: 20_util/enable_shared_from_this/cons/constexpr.cc scan-assembler on darwin howarth at nitro dot med.uc.edu
                   ` (3 preceding siblings ...)
  2012-11-22 10:06 ` paolo.carlini at oracle dot com
@ 2012-11-22 12:28 ` dominiq at lps dot ens.fr
  2012-11-25 19:57 ` howarth at nitro dot med.uc.edu
                   ` (5 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: dominiq at lps dot ens.fr @ 2012-11-22 12:28 UTC (permalink / raw)
  To: gcc-bugs


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55429

--- Comment #5 from Dominique d'Humieres <dominiq at lps dot ens.fr> 2012-11-22 12:27:58 UTC ---
> Me: I very often run the testsuite serially on Linux.

Does this mean that you have run a serial testsuite of libstdc++-v3 after
r193542 and you did not get the UNRESOLVED cases?


^ permalink raw reply	[flat|nested] 12+ messages in thread

* [Bug testsuite/55429] new UNRESOLVED: 20_util/enable_shared_from_this/cons/constexpr.cc scan-assembler on darwin
  2012-11-21 15:29 [Bug libstdc++/55429] New: new UNRESOLVED: 20_util/enable_shared_from_this/cons/constexpr.cc scan-assembler on darwin howarth at nitro dot med.uc.edu
                   ` (4 preceding siblings ...)
  2012-11-22 12:28 ` dominiq at lps dot ens.fr
@ 2012-11-25 19:57 ` howarth at nitro dot med.uc.edu
  2012-11-25 20:57 ` howarth at nitro dot med.uc.edu
                   ` (4 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: howarth at nitro dot med.uc.edu @ 2012-11-25 19:57 UTC (permalink / raw)
  To: gcc-bugs


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55429

--- Comment #6 from Jack Howarth <howarth at nitro dot med.uc.edu> 2012-11-25 19:57:28 UTC ---
I suspect this issue existed from the original commit of...


r193445 | jason | 2012-11-12 12:51:26 -0500 (Mon, 12 Nov 2012) | 1 line

        * include/std/complex (real, imag): Add ABI tag in C++11 mode.

which introduced the 26_numerics/complex/abi_tag.cc testcase. This particular
commit is difficult to test on darwin because it occurred while the darwin
bootstrap was broken from the introduction of libsanitizer.


^ permalink raw reply	[flat|nested] 12+ messages in thread

* [Bug testsuite/55429] new UNRESOLVED: 20_util/enable_shared_from_this/cons/constexpr.cc scan-assembler on darwin
  2012-11-21 15:29 [Bug libstdc++/55429] New: new UNRESOLVED: 20_util/enable_shared_from_this/cons/constexpr.cc scan-assembler on darwin howarth at nitro dot med.uc.edu
                   ` (5 preceding siblings ...)
  2012-11-25 19:57 ` howarth at nitro dot med.uc.edu
@ 2012-11-25 20:57 ` howarth at nitro dot med.uc.edu
  2012-11-28  8:51 ` dominiq at lps dot ens.fr
                   ` (3 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: howarth at nitro dot med.uc.edu @ 2012-11-25 20:57 UTC (permalink / raw)
  To: gcc-bugs


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55429

--- Comment #7 from Jack Howarth <howarth at nitro dot med.uc.edu> 2012-11-25 20:57:08 UTC ---
Looking at this on current gcc trunk under x86_64-apple-darwin12 using...

cd darwin_objdir/x86_64-apple-darwin11.4.2/libstdc++-v3
make -k check RUNTESTFLAGS="--debug"

I see in dbg.log...

PASS: 26_numerics/complex/51083.cc execution test
extra_tool_flags are:
 -std=c++11
Executing on host: /sw/src/fink.build/gcc48-4.8.0-1000/darwin_objdir/./gcc/g++
-shared-libgcc -B/sw/src/fink.build/gcc48-4.8.0-1000/darwin_objdir/./gcc
-nostdinc++
-L/sw/src/fink.build/gcc48-4.8.0-1000/darwin_objdir/x86_64-apple-darwin11.4.2/libstdc++-v3/src
-L/sw/src/fink.build/gcc48-4.8.0-1000/darwin_objdir/x86_64-apple-darwin11.4.2/libstdc++-v3/src/.libs
-B/sw/lib/gcc4.8/x86_64-apple-darwin11.4.2/bin/
-B/sw/lib/gcc4.8/x86_64-apple-darwin11.4.2/lib/ -isystem
/sw/lib/gcc4.8/x86_64-apple-darwin11.4.2/include -isystem
/sw/lib/gcc4.8/x86_64-apple-darwin11.4.2/sys-include
-B/sw/src/fink.build/gcc48-4.8.0-1000/darwin_objdir/x86_64-apple-darwin11.4.2/./libstdc++-v3/src/.libs
-D_GLIBCXX_ASSERT -fmessage-length=0 -ffunction-sections -fdata-sections -g -O2
-g -O2 -DLOCALEDIR="." -nostdinc++
-I/sw/src/fink.build/gcc48-4.8.0-1000/darwin_objdir/x86_64-apple-darwin11.4.2/libstdc++-v3/include/x86_64-apple-darwin11.4.2
-I/sw/src/fink.build/gcc48-4.8.0-1000/darwin_objdir/x86_64-apple-darwin11.4.2/libstdc++-v3/include
-I/sw/src/fink.build/gcc48-4.8.0-1000/gcc-4.8-20121124/libstdc++-v3/libsupc++
-I/sw/src/fink.build/gcc48-4.8.0-1000/gcc-4.8-20121124/libstdc++-v3/include/backward
-I/sw/src/fink.build/gcc48-4.8.0-1000/gcc-4.8-20121124/libstdc++-v3/testsuite/util
/sw/src/fink.build/gcc48-4.8.0-1000/gcc-4.8-20121124/libstdc++-v3/testsuite/26_numerics/complex/abi_tag.cc
  -std=c++11 -S  -o abi_tag.s    (timeout = 600)
spawn /sw/src/fink.build/gcc48-4.8.0-1000/darwin_objdir/./gcc/g++
-shared-libgcc -B/sw/src/fink.build/gcc48-4.8.0-1000/darwin_objdir/./gcc
-nostdinc++
-L/sw/src/fink.build/gcc48-4.8.0-1000/darwin_objdir/x86_64-apple-darwin11.4.2/libstdc++-v3/src
-L/sw/src/fink.build/gcc48-4.8.0-1000/darwin_objdir/x86_64-apple-darwin11.4.2/libstdc++-v3/src/.libs
-B/sw/lib/gcc4.8/x86_64-apple-darwin11.4.2/bin/
-B/sw/lib/gcc4.8/x86_64-apple-darwin11.4.2/lib/ -isystem
/sw/lib/gcc4.8/x86_64-apple-darwin11.4.2/include -isystem
/sw/lib/gcc4.8/x86_64-apple-darwin11.4.2/sys-include
-B/sw/src/fink.build/gcc48-4.8.0-1000/darwin_objdir/x86_64-apple-darwin11.4.2/./libstdc++-v3/src/.libs
-D_GLIBCXX_ASSERT -fmessage-length=0 -ffunction-sections -fdata-sections -g -O2
-g -O2 -DLOCALEDIR="." -nostdinc++
-I/sw/src/fink.build/gcc48-4.8.0-1000/darwin_objdir/x86_64-apple-darwin11.4.2/libstdc++-v3/include/x86_64-apple-darwin11.4.2
-I/sw/src/fink.build/gcc48-4.8.0-1000/darwin_objdir/x86_64-apple-darwin11.4.2/libstdc++-v3/include
-I/sw/src/fink.build/gcc48-4.8.0-1000/gcc-4.8-20121124/libstdc++-v3/libsupc++
-I/sw/src/fink.build/gcc48-4.8.0-1000/gcc-4.8-20121124/libstdc++-v3/include/backward
-I/sw/src/fink.build/gcc48-4.8.0-1000/gcc-4.8-20121124/libstdc++-v3/testsuite/util
/sw/src/fink.build/gcc48-4.8.0-1000/gcc-4.8-20121124/libstdc++-v3/testsuite/26_numerics/complex/abi_tag.cc
-std=c++11 -S -o abi_tag.s^M
using master pty /dev/ptyp0
parent: waiting for sync byte^M
parent: telling child to go ahead^M
parent: now unsynchronized from child^M
spawn: returns {77330}^M
^M
expect: does "" (spawn_id exp7) match regular expression ".+"? no^M
expect: read eof^M
expect: set expect_out(spawn_id) "exp7"^M
expect: set expect_out(buffer) ""^M
PASS: 26_numerics/complex/abi_tag.cc (test for excess errors)
20_util/enable_shared_from_this/cons/constexpr.cc: output file does not exist
UNRESOLVED: 20_util/enable_shared_from_this/cons/constexpr.cc scan-assembler
_ZNKSt7complexIfE4realB5cxx11Ev
20_util/enable_shared_from_this/cons/constexpr.cc: output file does not exist
UNRESOLVED: 20_util/enable_shared_from_this/cons/constexpr.cc scan-assembler
_ZNKSt7complexIdE4realB5cxx11Ev
20_util/enable_shared_from_this/cons/constexpr.cc: output file does not exist
UNRESOLVED: 20_util/enable_shared_from_this/cons/constexpr.cc scan-assembler
_ZNKSt7complexI[eg]E4realB5cxx11Ev
20_util/enable_shared_from_this/cons/constexpr.cc: output file does not exist
UNRESOLVED: 20_util/enable_shared_from_this/cons/constexpr.cc scan-assembler
_ZNKSt7complexIiE4realB5cxx11Ev
20_util/enable_shared_from_this/cons/constexpr.cc: output file does not exist
UNRESOLVED: 20_util/enable_shared_from_this/cons/constexpr.cc scan-assembler
_ZNKSt7complexIfE4imagB5cxx11Ev
20_util/enable_shared_from_this/cons/constexpr.cc: output file does not exist
UNRESOLVED: 20_util/enable_shared_from_this/cons/constexpr.cc scan-assembler
_ZNKSt7complexIdE4imagB5cxx11Ev
20_util/enable_shared_from_this/cons/constexpr.cc: output file does not exist
UNRESOLVED: 20_util/enable_shared_from_this/cons/constexpr.cc scan-assembler
_ZNKSt7complexI[eg]E4imagB5cxx11Ev
20_util/enable_shared_from_this/cons/constexpr.cc: output file does not exist
UNRESOLVED: 20_util/enable_shared_from_this/cons/constexpr.cc scan-assembler
_ZNKSt7complexIiE4imagB5cxx11Ev
extra_tool_flags are:
  -include bits/stdc++.h


^ permalink raw reply	[flat|nested] 12+ messages in thread

* [Bug testsuite/55429] new UNRESOLVED: 20_util/enable_shared_from_this/cons/constexpr.cc scan-assembler on darwin
  2012-11-21 15:29 [Bug libstdc++/55429] New: new UNRESOLVED: 20_util/enable_shared_from_this/cons/constexpr.cc scan-assembler on darwin howarth at nitro dot med.uc.edu
                   ` (6 preceding siblings ...)
  2012-11-25 20:57 ` howarth at nitro dot med.uc.edu
@ 2012-11-28  8:51 ` dominiq at lps dot ens.fr
  2012-12-09 14:55 ` howarth at nitro dot med.uc.edu
                   ` (2 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: dominiq at lps dot ens.fr @ 2012-11-28  8:51 UTC (permalink / raw)
  To: gcc-bugs


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55429

Dominique d'Humieres <dominiq at lps dot ens.fr> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jwakely.gcc at gmail dot
                   |                            |com, paolo.carlini at
                   |                            |oracle dot com

--- Comment #8 from Dominique d'Humieres <dominiq at lps dot ens.fr> 2012-11-28 08:50:55 UTC ---
The following patch (borrowed from gcc/testsuite/lib/gcc-dg.exp) fixes the on
x86_64-apple-darwin10:

--- ../_clean/libstdc++-v3/testsuite/lib/libstdc++.exp    2012-11-24
01:46:03.000000000 +0100
+++ libstdc++-v3/testsuite/lib/libstdc++.exp    2012-11-27 22:35:33.000000000
+0100
@@ -389,14 +389,21 @@ if { [info procs saved-dg-test] == [list
     proc dg-test { args } {
     global additional_prunes
     global errorInfo
+        global testname_with_flags

     if { [ catch { eval saved-dg-test $args } errmsg ] } {
         set saved_info $errorInfo
         set additional_prunes ""
+            if [info exists testname_with_flags] {
+                unset testname_with_flags
+            }
         unset_timeout_vars
         error $errmsg $saved_info
     }
     set additional_prunes ""
+        if [info exists testname_with_flags] {
+            unset testname_with_flags
+        }
     unset_timeout_vars
     }
 }

Notes:
(1) I don't understand why this triggered on darwin only;
(2) the option -save-temps is not necessary in

libstdc++-v3/testsuite/20_util/enable_shared_from_this/cons/constexpr.cc
libstdc++-v3/testsuite/20_util/shared_ptr/cons/constexpr.cc
libstdc++-v3/testsuite/20_util/unique_ptr/cons/constexpr.cc
libstdc++-v3/testsuite/20_util/weak_ptr/cons/constexpr.cc
libstdc++-v3/testsuite/30_threads/future/cons/constexpr.cc
libstdc++-v3/testsuite/30_threads/shared_future/cons/constexpr.cc

see http://gcc.gnu.org/ml/libstdc++/2012-11/msg00148.html .


^ permalink raw reply	[flat|nested] 12+ messages in thread

* [Bug testsuite/55429] new UNRESOLVED: 20_util/enable_shared_from_this/cons/constexpr.cc scan-assembler on darwin
  2012-11-21 15:29 [Bug libstdc++/55429] New: new UNRESOLVED: 20_util/enable_shared_from_this/cons/constexpr.cc scan-assembler on darwin howarth at nitro dot med.uc.edu
                   ` (7 preceding siblings ...)
  2012-11-28  8:51 ` dominiq at lps dot ens.fr
@ 2012-12-09 14:55 ` howarth at nitro dot med.uc.edu
  2012-12-09 21:40 ` pinskia at gcc dot gnu.org
  2012-12-10  0:15 ` schwab@linux-m68k.org
  10 siblings, 0 replies; 12+ messages in thread
From: howarth at nitro dot med.uc.edu @ 2012-12-09 14:55 UTC (permalink / raw)
  To: gcc-bugs


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55429

--- Comment #9 from Jack Howarth <howarth at nitro dot med.uc.edu> 2012-12-09 14:54:58 UTC ---
Should be fixed at...

Author: schwab
Date: Sun Dec  9 14:31:27 2012
New Revision: 194330

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=194330
Log:
* testsuite/lib/libstdc++.exp (dg-test): Unset testname_with_flags
after running the test.

Modified:
    trunk/libstdc++-v3/ChangeLog
    trunk/libstdc++-v3/testsuite/lib/libstdc++.exp


^ permalink raw reply	[flat|nested] 12+ messages in thread

* [Bug testsuite/55429] new UNRESOLVED: 20_util/enable_shared_from_this/cons/constexpr.cc scan-assembler on darwin
  2012-11-21 15:29 [Bug libstdc++/55429] New: new UNRESOLVED: 20_util/enable_shared_from_this/cons/constexpr.cc scan-assembler on darwin howarth at nitro dot med.uc.edu
                   ` (8 preceding siblings ...)
  2012-12-09 14:55 ` howarth at nitro dot med.uc.edu
@ 2012-12-09 21:40 ` pinskia at gcc dot gnu.org
  2012-12-10  0:15 ` schwab@linux-m68k.org
  10 siblings, 0 replies; 12+ messages in thread
From: pinskia at gcc dot gnu.org @ 2012-12-09 21:40 UTC (permalink / raw)
  To: gcc-bugs


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55429

Andrew Pinski <pinskia at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Target|*-apple-darwin*             |
               Host|*-apple-darwin*             |
              Build|*-apple-darwin*             |

--- Comment #10 from Andrew Pinski <pinskia at gcc dot gnu.org> 2012-12-09 21:39:44 UTC ---
Note I saw this also for a cross to aarch64-linux-gnuwhen testing with an
already installed compiler on x86_64-linux-gnu. (I do almost all my testing on
an already installed compiler which allows to show bugs which we might not see
on the just built ones).


^ permalink raw reply	[flat|nested] 12+ messages in thread

* [Bug testsuite/55429] new UNRESOLVED: 20_util/enable_shared_from_this/cons/constexpr.cc scan-assembler on darwin
  2012-11-21 15:29 [Bug libstdc++/55429] New: new UNRESOLVED: 20_util/enable_shared_from_this/cons/constexpr.cc scan-assembler on darwin howarth at nitro dot med.uc.edu
                   ` (9 preceding siblings ...)
  2012-12-09 21:40 ` pinskia at gcc dot gnu.org
@ 2012-12-10  0:15 ` schwab@linux-m68k.org
  10 siblings, 0 replies; 12+ messages in thread
From: schwab@linux-m68k.org @ 2012-12-10  0:15 UTC (permalink / raw)
  To: gcc-bugs


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55429

Andreas Schwab <schwab@linux-m68k.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED
   Target Milestone|---                         |4.8.0

--- Comment #11 from Andreas Schwab <schwab@linux-m68k.org> 2012-12-10 00:14:49 UTC ---
Fixed.


^ permalink raw reply	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2012-12-10  0:15 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-11-21 15:29 [Bug libstdc++/55429] New: new UNRESOLVED: 20_util/enable_shared_from_this/cons/constexpr.cc scan-assembler on darwin howarth at nitro dot med.uc.edu
2012-11-21 15:36 ` [Bug libstdc++/55429] " howarth at nitro dot med.uc.edu
2012-11-21 16:45 ` redi at gcc dot gnu.org
2012-11-21 22:32 ` [Bug testsuite/55429] " dominiq at lps dot ens.fr
2012-11-22 10:06 ` paolo.carlini at oracle dot com
2012-11-22 12:28 ` dominiq at lps dot ens.fr
2012-11-25 19:57 ` howarth at nitro dot med.uc.edu
2012-11-25 20:57 ` howarth at nitro dot med.uc.edu
2012-11-28  8:51 ` dominiq at lps dot ens.fr
2012-12-09 14:55 ` howarth at nitro dot med.uc.edu
2012-12-09 21:40 ` pinskia at gcc dot gnu.org
2012-12-10  0:15 ` schwab@linux-m68k.org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).