This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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


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?

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]