Bug 9409 - segmentation fault with -fstats option
Summary: segmentation fault with -fstats option
Status: RESOLVED DUPLICATE of bug 3782
Alias: None
Product: gcc
Classification: Unclassified
Component: c++ (show other bugs)
Version: 3.2
: P3 normal
Target Milestone: ---
Assignee: Christian Ehrhardt
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-01-22 22:16 UTC by pierre.lor
Modified: 2003-06-12 00:03 UTC (History)
2 users (show)

See Also:
Host:
Target:
Build:
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 pierre.lor 2003-01-22 22:16:00 UTC
g++ -ansi -fstats test.c++ 
<internal>:0: internal error: Segmentatie fout

Release:
g++ (GCC) 3.2

Environment:
SuSE-linux 8.1
Intel pentium III 733 Mz
256 MB ram

How-To-Repeat:
here is the sourcecode ...

int main()
{
    return 0;
}

I have tried several combinations with -fstats and all fails to work. Without -fstats it works fine.
Comment 1 Wolfgang Bangerth 2003-01-22 22:29:55 UTC
State-Changed-From-To: open->analyzed
State-Changed-Why: Confirmed. I thought I've seen this before, but can't seem
    to find it presently...
Comment 2 Christian Ehrhardt 2003-01-22 22:30:58 UTC
*** This bug has been marked as a duplicate of 3782 ***