Bug 26200 - cc1 segfaults on help
Summary: cc1 segfaults on help
Status: RESOLVED DUPLICATE of bug 25636
Alias: None
Product: gcc
Classification: Unclassified
Component: c (show other bugs)
Version: 4.2.0
: P3 normal
Target Milestone: ---
Assignee: Not yet assigned to anyone
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-02-09 16:47 UTC by Gabriel Dos Reis
Modified: 2006-02-09 18:03 UTC (History)
5 users (show)

See Also:
Host: i686-pc-linux-gnu
Target: native
Build: native
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 Gabriel Dos Reis 2006-02-09 16:47:12 UTC
cc1 (from frsely built compiler) segfaults on the following commands
% g++ -v --help
[...]
 /home/gdr/libexec/gcc/i686-pc-linux-gnu/4.2.0/cc1 -quiet -v help-dummy -quiet -
dumpbase help-dummy -mtune=generic -auxbase help-dummy -version --help -o /tmp/c
ceCzZP2.s
The following options are language-independent:

cc1: internal compiler error: Segmentation fault
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://gcc.gnu.org/bugs.html> for instructions.
Comment 1 Andrew Pinski 2006-02-09 18:03:34 UTC
opts.c is being miscompiled by reload.

This is a dup of bug 25636.

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