public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
From: "dominiq at lps dot ens.fr" <gcc-bugzilla@gcc.gnu.org>
To: gcc-bugs@gcc.gnu.org
Subject: [Bug testsuite/55429] new UNRESOLVED: 20_util/enable_shared_from_this/cons/constexpr.cc scan-assembler on darwin
Date: Wed, 28 Nov 2012 08:51:00 -0000	[thread overview]
Message-ID: <bug-55429-4-geKAbs01yt@http.gcc.gnu.org/bugzilla/> (raw)
In-Reply-To: <bug-55429-4@http.gcc.gnu.org/bugzilla/>


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 .


  parent reply	other threads:[~2012-11-28  8:51 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-11-21 15:29 [Bug libstdc++/55429] New: " 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 [this message]
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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=bug-55429-4-geKAbs01yt@http.gcc.gnu.org/bugzilla/ \
    --to=gcc-bugzilla@gcc.gnu.org \
    --cc=gcc-bugs@gcc.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).