This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug c/53004] New: Segmentation fault can be overcome with dummy predefined declaration


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: unassigned@gcc.gnu.org
        ReportedBy: gursoyturan@iyte.edu.tr


The program compiles, but only runs if a dummy predefined variable is inserted
as below

float dummy=1;


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]