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

            Bug ID: 69196
           Summary: Code size regression on SPARC
           Product: gcc
           Version: 6.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: target
          Assignee: unassigned at gcc dot gnu.org
          Reporter: sebastian.hu...@embedded-brains.de
  Target Milestone: ---

Created attachment 37274
  --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=37274&action=edit
Test case.

This is quite an increase of the code size for the attached test case.

sparc-rtems4.11-gcc (GCC) 4.9.4 20150723 (prerelease)
sparc-rtems4.12-gcc (GCC) 6.0.0 20160108 (experimental)
sparc-rtems4.11-gcc -c -O2 -o vprintk.4.11.o vprintk.i
sparc-rtems4.12-gcc -c -O2 -o vprintk.4.12.o vprintk.i
size vprintk.4.11.o
   text    data     bss     dec     hex filename
    688       0       0     688     2b0 vprintk.4.11.o
size vprintk.4.12.o
   text    data     bss     dec     hex filename
   1272       0       0    1272     4f8 vprintk.4.12.o

I noticed a size increase for various files, but this one was quite drastic.

Reply via email to