Bug 41702 - FAIL: abi/demangle/abi_text/09.cc execution test
Summary: FAIL: abi/demangle/abi_text/09.cc execution test
Status: RESOLVED FIXED
Alias: None
Product: gcc
Classification: Unclassified
Component: target (show other bugs)
Version: 4.5.0
: P3 normal
Target Milestone: ---
Assignee: Not yet assigned to anyone
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-10-14 02:21 UTC by John David Anglin
Modified: 2009-10-15 23:31 UTC (History)
1 user (show)

See Also:
Host: hppa64-hp-hpux11.11
Target: hppa64-hp-hpux11.11
Build: hppa64-hp-hpux11.11
Known to work:
Known to fail:
Last reconfirmed:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description John David Anglin 2009-10-14 02:21:20 UTC
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)
Comment 1 John David Anglin 2009-10-15 23:23:00 UTC
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

Comment 2 John David Anglin 2009-10-15 23:31:35 UTC
Fixed.
Comment 3 John David Anglin 2009-10-20 22:44:32 UTC
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

Comment 4 John David Anglin 2009-10-20 22:46:33 UTC
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