[Bug middle-end/114855] ICE: Segfault when compiling large autogenerated C source file

2024-09-24 Thread jeremy.rutman at gmail dot com via Gcc-bugs
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

[Bug middle-end/114855] ICE: Segfault

2024-04-26 Thread jeremy.rutman at gmail dot com via Gcc-bugs
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

[Bug middle-end/114855] ICE: Segfault

2024-04-25 Thread jeremy.rutman at gmail dot com via Gcc-bugs
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

[Bug c/114855] New: ICE: Segfault

2024-04-25 Thread jeremy.rutman at gmail dot com via Gcc-bugs
: 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

[Bug c/68132] New: internal compiler error,unrecognizable insn

2015-10-28 Thread jeremy.rutman at gmail dot com
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