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

            Bug ID: 96372
           Summary: [11 regression] arm/ivopts.c fails since r11-2012
           Product: gcc
           Version: 10.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: target
          Assignee: unassigned at gcc dot gnu.org
          Reporter: clyon at gcc dot gnu.org
  Target Milestone: ---

Since r11-2012-gd2ed233cb940aa3eecc163d98b47979dd81dbc0a, I've noticed that
FAIL: gcc.target/arm/ivopts.c object-size text <= 20

depending on how GCC is configured.

For instance:
* target arm-none-eabi with target-board=-mcpu=cortex-a7/-mfloat-abi=hard
or
* target arm-none-linux-gnueabi --with-mode arm --with-cpu cortex-a9

The log says:
spawn -ignore SIGHUP arm-none-linux-gnueabi-size ivopts.o
   text    data     bss     dec     hex filename
     32       0       0      32      20 ivopts.o
text size is 32
FAIL: gcc.target/arm/ivopts.c object-size text <= 20

Reply via email to