public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug middle-end/64592] New: [5 regression] tramp3d EH unwind tables are 50% bigger with mainline compared to GCC 4.9
@ 2015-01-14  1:49 hubicka at gcc dot gnu.org
  2015-01-14 16:58 ` [Bug middle-end/64592] " hubicka at ucw dot cz
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: hubicka at gcc dot gnu.org @ 2015-01-14  1:49 UTC (permalink / raw)
  To: gcc-bugs

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


^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Bug middle-end/64592] [5 regression] tramp3d EH unwind tables are 50% bigger with mainline compared to GCC 4.9
  2015-01-14  1:49 [Bug middle-end/64592] New: [5 regression] tramp3d EH unwind tables are 50% bigger with mainline compared to GCC 4.9 hubicka at gcc dot gnu.org
@ 2015-01-14 16:58 ` hubicka at ucw dot cz
  2015-01-14 18:33 ` hubicka at gcc dot gnu.org
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: hubicka at ucw dot cz @ 2015-01-14 16:58 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #2 from Jan Hubicka <hubicka at ucw dot cz> ---
> accumulate-outgoing-args default setting change?
Nope, 4.9 already had -mno-accumulate-outgoing-args with -Os.


^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Bug middle-end/64592] [5 regression] tramp3d EH unwind tables are 50% bigger with mainline compared to GCC 4.9
  2015-01-14  1:49 [Bug middle-end/64592] New: [5 regression] tramp3d EH unwind tables are 50% bigger with mainline compared to GCC 4.9 hubicka at gcc dot gnu.org
  2015-01-14 16:58 ` [Bug middle-end/64592] " hubicka at ucw dot cz
@ 2015-01-14 18:33 ` hubicka at gcc dot gnu.org
  2015-01-26 13:55 ` jakub at gcc dot gnu.org
  2015-01-30  9:09 ` jakub at gcc dot gnu.org
  3 siblings, 0 replies; 5+ messages in thread
From: hubicka at gcc dot gnu.org @ 2015-01-14 18:33 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #3 from Jan Hubicka <hubicka at gcc dot gnu.org> ---
With help of Jakub we managed to figure out that on my setup it is because GCC
5.0 defaults to no .cfi directives, while GCC 4.9 uses them.
This seems to be because cfi working advance test, but we do not see ho this
test changed recently.

It may be helpful to update binutils on tester machines at opensuse.org


^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Bug middle-end/64592] [5 regression] tramp3d EH unwind tables are 50% bigger with mainline compared to GCC 4.9
  2015-01-14  1:49 [Bug middle-end/64592] New: [5 regression] tramp3d EH unwind tables are 50% bigger with mainline compared to GCC 4.9 hubicka at gcc dot gnu.org
  2015-01-14 16:58 ` [Bug middle-end/64592] " hubicka at ucw dot cz
  2015-01-14 18:33 ` hubicka at gcc dot gnu.org
@ 2015-01-26 13:55 ` jakub at gcc dot gnu.org
  2015-01-30  9:09 ` jakub at gcc dot gnu.org
  3 siblings, 0 replies; 5+ messages in thread
From: jakub at gcc dot gnu.org @ 2015-01-26 13:55 UTC (permalink / raw)
  To: gcc-bugs

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

Jakub Jelinek <jakub at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jakub at gcc dot gnu.org

--- Comment #4 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
What binutils version do you have out of interest?


^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Bug middle-end/64592] [5 regression] tramp3d EH unwind tables are 50% bigger with mainline compared to GCC 4.9
  2015-01-14  1:49 [Bug middle-end/64592] New: [5 regression] tramp3d EH unwind tables are 50% bigger with mainline compared to GCC 4.9 hubicka at gcc dot gnu.org
                   ` (2 preceding siblings ...)
  2015-01-26 13:55 ` jakub at gcc dot gnu.org
@ 2015-01-30  9:09 ` jakub at gcc dot gnu.org
  3 siblings, 0 replies; 5+ messages in thread
From: jakub at gcc dot gnu.org @ 2015-01-30  9:09 UTC (permalink / raw)
  To: gcc-bugs

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

Jakub Jelinek <jakub at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|---                         |WORKSFORME

--- Comment #5 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
Must be some Debian specific bug.  I've tried Fedora binutils 2.22 as well as
some earlier ones and cfi advance configury test on the trunk passes just fine.
In any case, I think the problem is analyzed and is caused by buggy assembler.


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2015-01-30  9:09 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-01-14  1:49 [Bug middle-end/64592] New: [5 regression] tramp3d EH unwind tables are 50% bigger with mainline compared to GCC 4.9 hubicka at gcc dot gnu.org
2015-01-14 16:58 ` [Bug middle-end/64592] " hubicka at ucw dot cz
2015-01-14 18:33 ` hubicka at gcc dot gnu.org
2015-01-26 13:55 ` jakub at gcc dot gnu.org
2015-01-30  9:09 ` jakub at gcc dot gnu.org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).