https://gcc.gnu.org/bugzilla/show_bug.cgi?id=114855
--- Comment #46 from jeremy rutman ---
I don't know if this is relevant but a certain gcc I was using lately seems to
do fine compiling one of the autogenerated files in question (an AES128 encrypt
file) , but quits unexpectedly when I try compi
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=114855
--- Comment #5 from jeremy rutman ---
Using gcc 14.0.1 20240117 (experimental) [master r14-8187-gb00be6f1576] I was
able to compile when not using any flags:
$ /usr/lib/gcc-snapshot/bin/cc -c aesDecrypt.c -o aesDecrypt.o
But when using the fla
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=114855
--- Comment #3 from jeremy rutman ---
For what it's worth, clang is able to compile the code in question.
Ubuntu clang version 18.1.3 (1)
Target: x86_64-pc-linux-gnu
Thread model: posix
InstalledDir: /usr/bin
: unassigned at gcc dot gnu.org
Reporter: jeremy.rutman at gmail dot com
Target Milestone: ---
Created attachment 58041
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=58041&action=edit
output from gcc -v
Attempt to compile some autogenerated code resulted in `cc: internal compile
Assignee: unassigned at gcc dot gnu.org
Reporter: jeremy.rutman at gmail dot com
Target Milestone: ---
Created attachment 36603
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=36603&action=edit
preprocessed source requested by error output
Hi , I have run into a