public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug target/41702]  New: FAIL: abi/demangle/abi_text/09.cc execution test
@ 2009-10-14  2:21 danglin at gcc dot gnu dot org
  2009-10-15 23:23 ` [Bug target/41702] " danglin at gcc dot gnu dot org
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: danglin at gcc dot gnu dot org @ 2009-10-14  2:21 UTC (permalink / raw)
  To: gcc-bugs

Program fails due to a segmentation fault:

Program received signal SIGSEGV, Segmentation fault.
0x4000000000004264 in __gnu_test::verify_demangle (
    mangled=<value optimized out>, 
    wanted=0x4000000000002394 "error code = -2: invalid mangled name")
    at /test/gnu/gcc/gcc/libstdc++-v3/testsuite/util/testsuite_hooks.cc:139
139             switch (status)


-- 
           Summary: FAIL: abi/demangle/abi_text/09.cc execution test
           Product: gcc
           Version: 4.5.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: target
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: danglin at gcc dot gnu dot org
 GCC build triplet: hppa64-hp-hpux11.11
  GCC host triplet: hppa64-hp-hpux11.11
GCC target triplet: hppa64-hp-hpux11.11


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


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

* [Bug target/41702] FAIL: abi/demangle/abi_text/09.cc execution test
  2009-10-14  2:21 [Bug target/41702] New: FAIL: abi/demangle/abi_text/09.cc execution test danglin at gcc dot gnu dot org
@ 2009-10-15 23:23 ` danglin at gcc dot gnu dot org
  2009-10-15 23:31 ` danglin at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: danglin at gcc dot gnu dot org @ 2009-10-15 23:23 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #1 from danglin at gcc dot gnu dot org  2009-10-15 23:23 -------
Subject: Bug 41702

Author: danglin
Date: Thu Oct 15 23:22:44 2009
New Revision: 152882

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=152882
Log:
        PR target/41702
        * pa.md (casesi): Use sign extended index in call to
        gen_casesi64p.
        (casesi64p): Update pattern to reflect above.


Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/config/pa/pa.md


-- 


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


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

* [Bug target/41702] FAIL: abi/demangle/abi_text/09.cc execution test
  2009-10-14  2:21 [Bug target/41702] New: FAIL: abi/demangle/abi_text/09.cc execution test danglin at gcc dot gnu dot org
  2009-10-15 23:23 ` [Bug target/41702] " danglin at gcc dot gnu dot org
@ 2009-10-15 23:31 ` danglin at gcc dot gnu dot org
  2009-10-20 22:44 ` danglin at gcc dot gnu dot org
  2009-10-20 22:46 ` danglin at gcc dot gnu dot org
  3 siblings, 0 replies; 5+ messages in thread
From: danglin at gcc dot gnu dot org @ 2009-10-15 23:31 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #2 from danglin at gcc dot gnu dot org  2009-10-15 23:31 -------
Fixed.


-- 

danglin at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |FIXED


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


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

* [Bug target/41702] FAIL: abi/demangle/abi_text/09.cc execution test
  2009-10-14  2:21 [Bug target/41702] New: FAIL: abi/demangle/abi_text/09.cc execution test danglin at gcc dot gnu dot org
  2009-10-15 23:23 ` [Bug target/41702] " danglin at gcc dot gnu dot org
  2009-10-15 23:31 ` danglin at gcc dot gnu dot org
@ 2009-10-20 22:44 ` danglin at gcc dot gnu dot org
  2009-10-20 22:46 ` danglin at gcc dot gnu dot org
  3 siblings, 0 replies; 5+ messages in thread
From: danglin at gcc dot gnu dot org @ 2009-10-20 22:44 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #3 from danglin at gcc dot gnu dot org  2009-10-20 22:44 -------
Subject: Bug 41702

Author: danglin
Date: Tue Oct 20 22:44:08 2009
New Revision: 153042

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=153042
Log:
        Backport from mainline:
        2009-10-15  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>

        PR target/41702
        * pa.md (casesi): Use sign extended index in call to
        gen_casesi64p.
        (casesi64p): Update pattern to reflect above.


Modified:
    branches/gcc-4_4-branch/gcc/ChangeLog
    branches/gcc-4_4-branch/gcc/config/pa/pa.md


-- 


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


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

* [Bug target/41702] FAIL: abi/demangle/abi_text/09.cc execution test
  2009-10-14  2:21 [Bug target/41702] New: FAIL: abi/demangle/abi_text/09.cc execution test danglin at gcc dot gnu dot org
                   ` (2 preceding siblings ...)
  2009-10-20 22:44 ` danglin at gcc dot gnu dot org
@ 2009-10-20 22:46 ` danglin at gcc dot gnu dot org
  3 siblings, 0 replies; 5+ messages in thread
From: danglin at gcc dot gnu dot org @ 2009-10-20 22:46 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #4 from danglin at gcc dot gnu dot org  2009-10-20 22:46 -------
Subject: Bug 41702

Author: danglin
Date: Tue Oct 20 22:46:16 2009
New Revision: 153043

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=153043
Log:
        Backport from mainline:
        2009-10-15  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>

        PR target/41702
        * pa.md (casesi): Use sign extended index in call to
        gen_casesi64p.
        (casesi64p): Update pattern to reflect above.


Modified:
    branches/gcc-4_3-branch/gcc/ChangeLog
    branches/gcc-4_3-branch/gcc/config/pa/pa.md


-- 


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


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

end of thread, other threads:[~2009-10-20 22:46 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-10-14  2:21 [Bug target/41702] New: FAIL: abi/demangle/abi_text/09.cc execution test danglin at gcc dot gnu dot org
2009-10-15 23:23 ` [Bug target/41702] " danglin at gcc dot gnu dot org
2009-10-15 23:31 ` danglin at gcc dot gnu dot org
2009-10-20 22:44 ` danglin at gcc dot gnu dot org
2009-10-20 22:46 ` danglin at gcc dot gnu dot 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).