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

            Bug ID: 67880
           Summary: [ARM] -fno-align-functions does not work for thumb
           Product: gcc
           Version: unknown
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: target
          Assignee: unassigned at gcc dot gnu.org
          Reporter: chrbr at gcc dot gnu.org
  Target Milestone: ---

void foo()
{
}

compiled with -O2 -mthumb -mno-align-functions

        .text
        .align  2
        .global foo
        .syntax unified
        .code   16
        .thumb_func

is aligned on 4 bytes instead of default required 2 bytes

Reply via email to