[Bug c/69505] attribute aligned changes alignment of the same type

egallager at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Sat Jul 29 12:40:00 GMT 2017


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

Eric Gallager <egallager at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |egallager at gcc dot gnu.org

--- Comment #1 from Eric Gallager <egallager at gcc dot gnu.org> ---
My results:

$ /usr/local/bin/gcc -Wall -Wextra -pedantic -o 69505.exe 69505.c
$ ./69505.exe
1, 1
32, 32
32, 32
$ /usr/local/bin/g++ -Wall -Wextra -pedantic -o 69505++.exe 69505.c
$ ./69505++.exe
1, 1
32, 32
32, 32
$

Did this get fixed or something?


More information about the Gcc-bugs mailing list