http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53004
Bug #: 53004
Summary: Segmentation fault can be overcome with dummy
predefined declaration
Classification: Unclassified
Product: gcc
Version: 4.5.2
Status: UNCONFIRMED
Severity: minor
Priority: P3
Component: c
AssignedTo: [email protected]
ReportedBy: [email protected]
The program compiles, but only runs if a dummy predefined variable is inserted
as below
float dummy=1;
