Bug 11291 - Segmentation fault in middle of error printing
Summary: Segmentation fault in middle of error printing
Status: RESOLVED DUPLICATE of bug 11249
Alias: None
Product: gcc
Classification: Unclassified
Component: c++ (show other bugs)
Version: 3.4.0
: P2 normal
Target Milestone: 3.4.0
Assignee: Not yet assigned to anyone
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-06-23 14:43 UTC by wanderer
Modified: 2005-07-23 22:49 UTC (History)
1 user (show)

See Also:
Host: i386-unknown-freebsd4.7
Target: i386-unknown-freebsd4.7
Build: i386-unknown-freebsd4.7
Known to work:
Known to fail:
Last reconfirmed:


Attachments
testcase (99.22 KB, text/plain)
2003-06-23 14:46 UTC, wanderer
Details

Note You need to log in before you can comment on or make changes to this bug.
Description wanderer 2003-06-23 14:43:11 UTC
Compilation at attached source file is terminated with error message, but
GCC generate segmentation fault in middle error message (after printing 
instantiation stack, but before error text)
Comment 1 wanderer 2003-06-23 14:46:30 UTC
Created attachment 4266 [details]
testcase
Comment 2 Andrew Pinski 2003-06-23 14:54:41 UTC
This bug is caused by the same as bug 11249 is caused by, it will be fixed when bug 
11249 is fixed, closing as dup of bug 11249 which has a smaller testcase.

*** This bug has been marked as a duplicate of 11249 ***