[Bug other/56334] __attribute__((aligned)) documentation is misleading

2018-11-14 Thread sandra at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=56334 --- Comment #5 from sandra at gcc dot gnu.org --- Author: sandra Date: Thu Nov 15 02:55:26 2018 New Revision: 266170 URL: https://gcc.gnu.org/viewcvs?rev=266170&root=gcc&view=rev Log: 2018-11-15 Sandra Loosemore PR other/56334

[Bug other/56334] __attribute__((aligned)) documentation is misleading

2018-11-14 Thread sandra at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=56334 sandra at gcc dot gnu.org changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED CC|

[Bug other/56334] __attribute__((aligned)) documentation is misleading

2013-02-14 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56334 Andrew Pinski changed: What|Removed |Added Summary|__attribute__((aligned))|__attribute__((aligned))

[Bug other/56334] __attribute__((aligned)) documentation is misleading

2013-02-14 Thread brooks at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56334 --- Comment #2 from Brooks Moses 2013-02-15 01:17:47 UTC --- (In reply to comment #1) > No, 33721 is about stack variables and not static allocated variables which > still is limited by the linker. Ah, I missed that. That makes sense.

[Bug other/56334] __attribute__((aligned)) documentation is misleading

2013-02-14 Thread brooks at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56334 --- Comment #3 from Brooks Moses 2013-02-15 01:31:23 UTC --- As a note, the "See your linker documentation" phrase also occurs in the function-attributes documentation (http://gcc.gnu.org/onlinedocs/gcc/Function-Attributes.html).

[Bug other/56334] __attribute__((aligned)) documentation is misleading

2013-02-14 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56334 --- Comment #4 from Andrew Pinski 2013-02-15 01:33:37 UTC --- (In reply to comment #3) > As a note, the "See your linker documentation" phrase also occurs in the > function-attributes documentation > (http://gcc.gnu.org/onlinedocs/gcc/Fun