public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug testsuite/56906] FAIL: g++.dg/opt/vt4.C -std=gnu++*  scan-assembler-not _ZTV.A
       [not found] <bug-56906-4@http.gcc.gnu.org/bugzilla/>
@ 2013-04-12 18:04 ` dominiq at lps dot ens.fr
  2014-03-10 22:27 ` dominiq at lps dot ens.fr
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 4+ messages in thread
From: dominiq at lps dot ens.fr @ 2013-04-12 18:04 UTC (permalink / raw)
  To: gcc-bugs


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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Target|x86_64-apple-darwin10       |x86_64-apple-darwin10
                   |                            |powerpc-apple-darwin9
               Host|x86_64-apple-darwin10       |x86_64-apple-darwin10
                   |                            |powerpc-apple-darwin9
              Build|x86_64-apple-darwin10       |x86_64-apple-darwin10
                   |                            |powerpc-apple-darwin9

--- Comment #1 from Dominique d'Humieres <dominiq at lps dot ens.fr> 2013-04-12 18:04:22 UTC ---
Also seen on powerpc-apple-darwin9.


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

* [Bug testsuite/56906] FAIL: g++.dg/opt/vt4.C -std=gnu++*  scan-assembler-not _ZTV.A
       [not found] <bug-56906-4@http.gcc.gnu.org/bugzilla/>
  2013-04-12 18:04 ` [Bug testsuite/56906] FAIL: g++.dg/opt/vt4.C -std=gnu++* scan-assembler-not _ZTV.A dominiq at lps dot ens.fr
@ 2014-03-10 22:27 ` dominiq at lps dot ens.fr
  2014-11-15 18:23 ` [Bug target/56906] " fxcoudert at gcc dot gnu.org
  2014-11-20 13:17 ` dominiq at lps dot ens.fr
  3 siblings, 0 replies; 4+ messages in thread
From: dominiq at lps dot ens.fr @ 2014-03-10 22:27 UTC (permalink / raw)
  To: gcc-bugs

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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
   Last reconfirmed|                            |2014-03-10
     Ever confirmed|0                           |1

--- Comment #2 from Dominique d'Humieres <dominiq at lps dot ens.fr> ---
Still present at r208448 (see
http://gcc.gnu.org/ml/gcc-testresults/2014-03/msg00667.html). Now

FAIL: g++.dg/opt/vt4.C -std=gnu++98  scan-assembler-not _ZTV.A
FAIL: g++.dg/opt/vt4.C -std=gnu++11  scan-assembler-not _ZTV.A
FAIL: g++.dg/opt/vt4.C -std=gnu++1y  scan-assembler-not _ZTV.A


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

* [Bug target/56906] FAIL: g++.dg/opt/vt4.C -std=gnu++*  scan-assembler-not _ZTV.A
       [not found] <bug-56906-4@http.gcc.gnu.org/bugzilla/>
  2013-04-12 18:04 ` [Bug testsuite/56906] FAIL: g++.dg/opt/vt4.C -std=gnu++* scan-assembler-not _ZTV.A dominiq at lps dot ens.fr
  2014-03-10 22:27 ` dominiq at lps dot ens.fr
@ 2014-11-15 18:23 ` fxcoudert at gcc dot gnu.org
  2014-11-20 13:17 ` dominiq at lps dot ens.fr
  3 siblings, 0 replies; 4+ messages in thread
From: fxcoudert at gcc dot gnu.org @ 2014-11-15 18:23 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=56906

Francois-Xavier Coudert <fxcoudert at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |fxcoudert at gcc dot gnu.org
          Component|testsuite                   |target

--- Comment #3 from Francois-Xavier Coudert <fxcoudert at gcc dot gnu.org> ---
Still present. Seems like the patch for PR50243 never actually worked on
darwin, because I get this failure with g++ 4.7.4, 4.8.3, 4.9.2 and trunk.


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

* [Bug target/56906] FAIL: g++.dg/opt/vt4.C -std=gnu++*  scan-assembler-not _ZTV.A
       [not found] <bug-56906-4@http.gcc.gnu.org/bugzilla/>
                   ` (2 preceding siblings ...)
  2014-11-15 18:23 ` [Bug target/56906] " fxcoudert at gcc dot gnu.org
@ 2014-11-20 13:17 ` dominiq at lps dot ens.fr
  3 siblings, 0 replies; 4+ messages in thread
From: dominiq at lps dot ens.fr @ 2014-11-20 13:17 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=56906

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |kyukhin at gcc dot gnu.org

--- Comment #4 from Dominique d'Humieres <dominiq at lps dot ens.fr> ---
Fixed on trunk (5.0) by r217704. Any plan for back porting the fix?


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

end of thread, other threads:[~2014-11-20 13:17 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <bug-56906-4@http.gcc.gnu.org/bugzilla/>
2013-04-12 18:04 ` [Bug testsuite/56906] FAIL: g++.dg/opt/vt4.C -std=gnu++* scan-assembler-not _ZTV.A dominiq at lps dot ens.fr
2014-03-10 22:27 ` dominiq at lps dot ens.fr
2014-11-15 18:23 ` [Bug target/56906] " fxcoudert at gcc dot gnu.org
2014-11-20 13:17 ` dominiq at lps dot ens.fr

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