[Bug testsuite/55429] new UNRESOLVED: 20_util/enable_shared_from_this/cons/constexpr.cc scan-assembler on darwin

2012-12-09 Thread howarth at nitro dot med.uc.edu


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=gccview=revrev=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


[Bug testsuite/55429] new UNRESOLVED: 20_util/enable_shared_from_this/cons/constexpr.cc scan-assembler on darwin

2012-12-09 Thread pinskia at gcc dot gnu.org


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).


[Bug testsuite/55429] new UNRESOLVED: 20_util/enable_shared_from_this/cons/constexpr.cc scan-assembler on darwin

2012-12-09 Thread sch...@linux-m68k.org


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



Andreas Schwab sch...@linux-m68k.org changed:



   What|Removed |Added



 Status|NEW |RESOLVED

 Resolution||FIXED

   Target Milestone|--- |4.8.0



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

Fixed.


[Bug testsuite/55429] new UNRESOLVED: 20_util/enable_shared_from_this/cons/constexpr.cc scan-assembler on darwin

2012-11-28 Thread dominiq at lps dot ens.fr


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++.exp2012-11-24

01:46:03.0 +0100

+++ libstdc++-v3/testsuite/lib/libstdc++.exp2012-11-27 22:35:33.0

+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 .


[Bug testsuite/55429] new UNRESOLVED: 20_util/enable_shared_from_this/cons/constexpr.cc scan-assembler on darwin

2012-11-25 Thread howarth at nitro dot med.uc.edu


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.


[Bug testsuite/55429] new UNRESOLVED: 20_util/enable_shared_from_this/cons/constexpr.cc scan-assembler on darwin

2012-11-25 Thread howarth at nitro dot med.uc.edu


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


[Bug testsuite/55429] new UNRESOLVED: 20_util/enable_shared_from_this/cons/constexpr.cc scan-assembler on darwin

2012-11-22 Thread paolo.carlini at oracle dot com


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.


[Bug testsuite/55429] new UNRESOLVED: 20_util/enable_shared_from_this/cons/constexpr.cc scan-assembler on darwin

2012-11-22 Thread dominiq at lps dot ens.fr


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?


[Bug testsuite/55429] new UNRESOLVED: 20_util/enable_shared_from_this/cons/constexpr.cc scan-assembler on darwin

2012-11-21 Thread dominiq at lps dot ens.fr


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?