This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
ada/9099: Segfault with new parser
- From: ehrhardt at mathematik dot uni-ulm dot de
- To: gcc-gnats at gcc dot gnu dot org
- Date: 29 Dec 2002 22:47:20 -0000
- Subject: ada/9099: Segfault with new parser
- Reply-to: ehrhardt at mathematik dot uni-ulm dot de
>Number: 9099
>Category: ada
>Synopsis: Segfault with new parser
>Confidential: no
>Severity: serious
>Priority: medium
>Responsible: unassigned
>State: open
>Class: ice-on-legal-code
>Submitter-Id: net
>Arrival-Date: Sun Dec 29 14:56:00 PST 2002
>Closed-Date:
>Last-Modified:
>Originator: Christian Ehrhardt
>Release: 3.4 right after new parser merge
>Organization:
>Environment:
>Description:
One of the test cases from PR 50 now ICEs (segfault):
struct A { typedef int I; };
int main(void)
{
int * p;
p->A::I::~I();
}
>How-To-Repeat:
.
>Fix:
>Release-Note:
>Audit-Trail:
>Unformatted: