Changes between Initial Version and Version 1 of Ticket #10509, comment 23


Ignore:
Timestamp:
Nov 3, 2016, 2:28:47 PM (7 years ago)
Author:
pulkomandy

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #10509, comment 23

    initial v1  
    8181
    8282This "attribute aligned" is also what ffmpeg uses to detect if the compiler and runtime properly aligns stack variables. I have modified the stack allocation so that the simple test has a properly aligned result, but then ffmpeg still complained that its variables were misaligned. So there must be something else at play.
     83
     84Possibly relevant info: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3299