Changes between Initial Version and Version 1 of Ticket #10509, comment 23
- Timestamp:
- Nov 3, 2016, 2:28:47 PM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #10509, comment 23
initial v1 81 81 82 82 This "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 84 Possibly relevant info: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3299