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 middle-end/64592] New: [5 regression] tramp3d EH unwind tables are 50% bigger with mainline compared to GCC 4.9


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64592

            Bug ID: 64592
           Summary: [5 regression] tramp3d EH unwind tables are 50% bigger
                    with mainline compared to GCC 4.9
           Product: gcc
           Version: unknown
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: middle-end
          Assignee: unassigned at gcc dot gnu.org
          Reporter: hubicka at gcc dot gnu.org

root@okamzik:/aux/hubicka# size tramp3d-50-Os-2 -A | grep eh_
.eh_frame                122932   4554928
.eh_frame_hdr             11972   4677860
root@okamzik:/aux/hubicka# size tramp3d-49-Os -A | grep eh_
.eh_frame                 79580   4560264
.eh_frame_hdr             12572   4639844


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