public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug testsuite/49643] New: FAIL: g++.dg/rtti/anon-ns1.C scan-assembler "*N[^"]+1AE"
@ 2011-07-05 13:50 danglin at gcc dot gnu.org
  2011-07-05 14:21 ` [Bug testsuite/49643] " dominiq at lps dot ens.fr
                   ` (8 more replies)
  0 siblings, 9 replies; 10+ messages in thread
From: danglin at gcc dot gnu.org @ 2011-07-05 13:50 UTC (permalink / raw)
  To: gcc-bugs

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

           Summary: FAIL: g++.dg/rtti/anon-ns1.C scan-assembler
                    "*N[^"]+1AE"
           Product: gcc
           Version: 4.6.2
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: testsuite
        AssignedTo: unassigned@gcc.gnu.org
        ReportedBy: danglin@gcc.gnu.org
              Host: hppa2.0w-hp-hpux11.11
            Target: hppa2.0w-hp-hpux11.11
             Build: hppa2.0w-hp-hpux11.11


Executing on host: /mnt/gnu/gcc/objdir-test/gcc/testsuite/g++/../../g++
-B/mnt/g
nu/gcc/objdir-test/gcc/testsuite/g++/../../
/mnt/gnu/gcc/gcc/gcc/testsuite/g++.d
g/rtti/anon-ns1.C  -nostdinc++
-I/mnt/gnu/gcc/objdir/hppa2.0w-hp-hpux11.11/libst
dc++-v3/include/hppa2.0w-hp-hpux11.11
-I/mnt/gnu/gcc/objdir/hppa2.0w-hp-hpux11.1
1/libstdc++-v3/include -I/mnt/gnu/gcc/gcc/libstdc++-v3/libsupc++
-I/mnt/gnu/gcc/
gcc/libstdc++-v3/include/backward
-I/mnt/gnu/gcc/gcc/libstdc++-v3/testsuite/util
 -fmessage-length=0   -ansi -pedantic-errors -Wno-long-long  -S  -o anon-ns1.s
  (timeout = 300)
PASS: g++.dg/rtti/anon-ns1.C (test for excess errors)
FAIL: g++.dg/rtti/anon-ns1.C scan-assembler "*N[^"]+1AE"


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

* [Bug testsuite/49643] FAIL: g++.dg/rtti/anon-ns1.C scan-assembler "*N[^"]+1AE"
  2011-07-05 13:50 [Bug testsuite/49643] New: FAIL: g++.dg/rtti/anon-ns1.C scan-assembler "*N[^"]+1AE" danglin at gcc dot gnu.org
@ 2011-07-05 14:21 ` dominiq at lps dot ens.fr
  2011-07-05 14:34 ` danglin at gcc dot gnu.org
                   ` (7 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: dominiq at lps dot ens.fr @ 2011-07-05 14:21 UTC (permalink / raw)
  To: gcc-bugs

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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Target|hppa2.0w-hp-hpux11.11       |hppa2.0w-hp-hpux11.11
                   |                            |*-apple-darwin*
             Status|UNCONFIRMED                 |NEW
   Last reconfirmed|                            |2011.07.05 14:21:08
               Host|hppa2.0w-hp-hpux11.11       |hppa2.0w-hp-hpux11.11
                   |                            |*-apple-darwin*
     Ever Confirmed|0                           |1
              Build|hppa2.0w-hp-hpux11.11       |hppa2.0w-hp-hpux11.11
                   |                            |*-apple-darwin*

--- Comment #1 from Dominique d'Humieres <dominiq at lps dot ens.fr> 2011-07-05 14:21:08 UTC ---
I also see it on *-apple-darwin* (see
http://gcc.gnu.org/ml/gcc-testresults/2011-07/msg00277.html and
http://gcc.gnu.org/ml/gcc-testresults/2011-07/msg00498.html). The output string
in assembly for *-apple-darwin* is

    .ascii "*N12_GLOBAL__N_11AE\0"


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

* [Bug testsuite/49643] FAIL: g++.dg/rtti/anon-ns1.C scan-assembler "*N[^"]+1AE"
  2011-07-05 13:50 [Bug testsuite/49643] New: FAIL: g++.dg/rtti/anon-ns1.C scan-assembler "*N[^"]+1AE" danglin at gcc dot gnu.org
  2011-07-05 14:21 ` [Bug testsuite/49643] " dominiq at lps dot ens.fr
@ 2011-07-05 14:34 ` danglin at gcc dot gnu.org
  2011-07-05 16:39 ` jason at gcc dot gnu.org
                   ` (6 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: danglin at gcc dot gnu.org @ 2011-07-05 14:34 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #2 from John David Anglin <danglin at gcc dot gnu.org> 2011-07-05 14:33:38 UTC ---
I thought I had attached the hpux assembler.  The string is similar
to darwin:

_ZTSN12_GLOBAL__N_11AE:
    .STRING "*N12_GLOBAL__N_11AE\x00"


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

* [Bug testsuite/49643] FAIL: g++.dg/rtti/anon-ns1.C scan-assembler "*N[^"]+1AE"
  2011-07-05 13:50 [Bug testsuite/49643] New: FAIL: g++.dg/rtti/anon-ns1.C scan-assembler "*N[^"]+1AE" danglin at gcc dot gnu.org
  2011-07-05 14:21 ` [Bug testsuite/49643] " dominiq at lps dot ens.fr
  2011-07-05 14:34 ` danglin at gcc dot gnu.org
@ 2011-07-05 16:39 ` jason at gcc dot gnu.org
  2011-07-05 16:44 ` ro at gcc dot gnu.org
                   ` (5 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: jason at gcc dot gnu.org @ 2011-07-05 16:39 UTC (permalink / raw)
  To: gcc-bugs

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

Jason Merrill <jason at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |WAITING
         AssignedTo|unassigned at gcc dot       |jason at gcc dot gnu.org
                   |gnu.org                     |

--- Comment #3 from Jason Merrill <jason at gcc dot gnu.org> 2011-07-05 16:38:39 UTC ---
I've checked in a tweak to the testcase that ought to fix it, let me know if
you still see the problem.


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

* [Bug testsuite/49643] FAIL: g++.dg/rtti/anon-ns1.C scan-assembler "*N[^"]+1AE"
  2011-07-05 13:50 [Bug testsuite/49643] New: FAIL: g++.dg/rtti/anon-ns1.C scan-assembler "*N[^"]+1AE" danglin at gcc dot gnu.org
                   ` (2 preceding siblings ...)
  2011-07-05 16:39 ` jason at gcc dot gnu.org
@ 2011-07-05 16:44 ` ro at gcc dot gnu.org
  2011-07-05 17:02 ` dominiq at lps dot ens.fr
                   ` (4 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: ro at gcc dot gnu.org @ 2011-07-05 16:44 UTC (permalink / raw)
  To: gcc-bugs

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

Rainer Orth <ro at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Target|hppa2.0w-hp-hpux11.11       |hppa2.0w-hp-hpux11.11
                   |*-apple-darwin*             |*-apple-darwin*,
                   |                            |alpha-dec-osf5.1b,
                   |                            |mips-sgi-irix6.5
                 CC|                            |ro at gcc dot gnu.org
               Host|hppa2.0w-hp-hpux11.11       |hppa2.0w-hp-hpux11.11
                   |*-apple-darwin*             |*-apple-darwin*,
                   |                            |alpha-dec-osf5.1b,
                   |                            |mips-sgi-irix6.5
              Build|hppa2.0w-hp-hpux11.11       |hppa2.0w-hp-hpux11.11
                   |*-apple-darwin*             |*-apple-darwin*,
                   |                            |alpha-dec-osf5.1b,
                   |                            |mips-sgi-irix6.5

--- Comment #4 from Rainer Orth <ro at gcc dot gnu.org> 2011-07-05 16:44:02 UTC ---
The test also fails on IRIX and Tru64 UNIX:

On IRIX, I find

        .ascii  "*N12_GLOBAL__N_11AE\000"

which should work with your tweak, but on Tru64 UNIX I have

        .ascii "*N93_GLOBAL__N__vol_gcc_src_hg_trunk_local_gcc_test"

which won't.


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

* [Bug testsuite/49643] FAIL: g++.dg/rtti/anon-ns1.C scan-assembler "*N[^"]+1AE"
  2011-07-05 13:50 [Bug testsuite/49643] New: FAIL: g++.dg/rtti/anon-ns1.C scan-assembler "*N[^"]+1AE" danglin at gcc dot gnu.org
                   ` (3 preceding siblings ...)
  2011-07-05 16:44 ` ro at gcc dot gnu.org
@ 2011-07-05 17:02 ` dominiq at lps dot ens.fr
  2011-07-05 18:20 ` jason at gcc dot gnu.org
                   ` (3 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: dominiq at lps dot ens.fr @ 2011-07-05 17:02 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #5 from Dominique d'Humieres <dominiq at lps dot ens.fr> 2011-07-05 17:00:41 UTC ---
> I've checked in a tweak to the testcase that ought to fix it, let me know if
> you still see the problem.

This fixes the failure for x86_64-apple-darwin10 and powerpc-apple-darwin9.
Thanks.


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

* [Bug testsuite/49643] FAIL: g++.dg/rtti/anon-ns1.C scan-assembler "*N[^"]+1AE"
  2011-07-05 13:50 [Bug testsuite/49643] New: FAIL: g++.dg/rtti/anon-ns1.C scan-assembler "*N[^"]+1AE" danglin at gcc dot gnu.org
                   ` (4 preceding siblings ...)
  2011-07-05 17:02 ` dominiq at lps dot ens.fr
@ 2011-07-05 18:20 ` jason at gcc dot gnu.org
  2011-07-05 18:22 ` jason at gcc dot gnu.org
                   ` (2 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: jason at gcc dot gnu.org @ 2011-07-05 18:20 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #6 from Jason Merrill <jason at gcc dot gnu.org> 2011-07-05 18:19:40 UTC ---
Author: jason
Date: Tue Jul  5 18:19:38 2011
New Revision: 175881

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=175881
Log:
    PR testsuite/49643
    * g++.dg/rtti/anon-ns1.C: Allow for null-termination.

Modified:
    branches/gcc-4_6-branch/gcc/testsuite/ChangeLog
    branches/gcc-4_6-branch/gcc/testsuite/g++.dg/rtti/anon-ns1.C


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

* [Bug testsuite/49643] FAIL: g++.dg/rtti/anon-ns1.C scan-assembler "*N[^"]+1AE"
  2011-07-05 13:50 [Bug testsuite/49643] New: FAIL: g++.dg/rtti/anon-ns1.C scan-assembler "*N[^"]+1AE" danglin at gcc dot gnu.org
                   ` (5 preceding siblings ...)
  2011-07-05 18:20 ` jason at gcc dot gnu.org
@ 2011-07-05 18:22 ` jason at gcc dot gnu.org
  2011-07-15  9:10 ` mikpe at it dot uu.se
  2011-07-15 13:41 ` jason at gcc dot gnu.org
  8 siblings, 0 replies; 10+ messages in thread
From: jason at gcc dot gnu.org @ 2011-07-05 18:22 UTC (permalink / raw)
  To: gcc-bugs

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

Jason Merrill <jason at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|WAITING                     |RESOLVED
         Resolution|                            |FIXED
   Target Milestone|---                         |4.6.2

--- Comment #7 from Jason Merrill <jason at gcc dot gnu.org> 2011-07-05 18:21:53 UTC ---
Fixed.


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

* [Bug testsuite/49643] FAIL: g++.dg/rtti/anon-ns1.C scan-assembler "*N[^"]+1AE"
  2011-07-05 13:50 [Bug testsuite/49643] New: FAIL: g++.dg/rtti/anon-ns1.C scan-assembler "*N[^"]+1AE" danglin at gcc dot gnu.org
                   ` (6 preceding siblings ...)
  2011-07-05 18:22 ` jason at gcc dot gnu.org
@ 2011-07-15  9:10 ` mikpe at it dot uu.se
  2011-07-15 13:41 ` jason at gcc dot gnu.org
  8 siblings, 0 replies; 10+ messages in thread
From: mikpe at it dot uu.se @ 2011-07-15  9:10 UTC (permalink / raw)
  To: gcc-bugs

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

Mikael Pettersson <mikpe at it dot uu.se> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |mikpe at it dot uu.se

--- Comment #8 from Mikael Pettersson <mikpe at it dot uu.se> 2011-07-15 09:09:42 UTC ---
(In reply to comment #7)
> Fixed.

Almost, the test case was added to gcc-4_5-branch too, but the fix hasn't been
applied there yet.  It's failing on arm-linux-gnueabi because of that.


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

* [Bug testsuite/49643] FAIL: g++.dg/rtti/anon-ns1.C scan-assembler "*N[^"]+1AE"
  2011-07-05 13:50 [Bug testsuite/49643] New: FAIL: g++.dg/rtti/anon-ns1.C scan-assembler "*N[^"]+1AE" danglin at gcc dot gnu.org
                   ` (7 preceding siblings ...)
  2011-07-15  9:10 ` mikpe at it dot uu.se
@ 2011-07-15 13:41 ` jason at gcc dot gnu.org
  8 siblings, 0 replies; 10+ messages in thread
From: jason at gcc dot gnu.org @ 2011-07-15 13:41 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #9 from Jason Merrill <jason at gcc dot gnu.org> 2011-07-15 13:40:15 UTC ---
Author: jason
Date: Fri Jul 15 13:40:09 2011
New Revision: 176316

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=176316
Log:
    PR testsuite/49643
    * g++.dg/rtti/anon-ns1.C: Allow for null-termination.

Modified:
    branches/gcc-4_5-branch/gcc/testsuite/ChangeLog
    branches/gcc-4_5-branch/gcc/testsuite/g++.dg/rtti/anon-ns1.C


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

end of thread, other threads:[~2011-07-15 13:41 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-07-05 13:50 [Bug testsuite/49643] New: FAIL: g++.dg/rtti/anon-ns1.C scan-assembler "*N[^"]+1AE" danglin at gcc dot gnu.org
2011-07-05 14:21 ` [Bug testsuite/49643] " dominiq at lps dot ens.fr
2011-07-05 14:34 ` danglin at gcc dot gnu.org
2011-07-05 16:39 ` jason at gcc dot gnu.org
2011-07-05 16:44 ` ro at gcc dot gnu.org
2011-07-05 17:02 ` dominiq at lps dot ens.fr
2011-07-05 18:20 ` jason at gcc dot gnu.org
2011-07-05 18:22 ` jason at gcc dot gnu.org
2011-07-15  9:10 ` mikpe at it dot uu.se
2011-07-15 13:41 ` jason at gcc dot gnu.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).