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 other/55793] New: Compile hog with -gdwarf-4 and -O2 (-fvar-tracking issue)


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55793

             Bug #: 55793
           Summary: Compile hog with -gdwarf-4 and -O2 (-fvar-tracking
                    issue)
    Classification: Unclassified
           Product: gcc
           Version: 4.6.3
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: other
        AssignedTo: unassigned@gcc.gnu.org
        ReportedBy: jan.smets@alcatel-lucent.com


Created attachment 29029
  --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=29029
testcase

Following testcase takes a very long time to compile when debugging info is
enabled.

The 'real life' scenario contained around 900 entries. 
The testcase is reduced to 500.  

With more than 500 entries -> variable tracking size limit exceeded.


gcc -c test.c -o test.o -O2 -gdwarf-4  -fno-builtin


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