[Bug c/92773] GCC compilation with big array / header is infinite

2019-12-04 Thread renault at fedoraproject dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92773 --- Comment #6 from Charles-Antoine Couret --- Ok with a friend we identified a bit more what is the issue. So in fact I built (manually): $ gcc -Wall sound/soc/codecs/tas5756m.i -o sound/soc/codecs/tas5756m.o In that case, no output and it

[Bug c/92773] GCC compilation with big array / header is infinite

2019-12-04 Thread renault at fedoraproject dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92773 Charles-Antoine Couret changed: What|Removed |Added Attachment #47408|0 |1 is obsolete|

[Bug c/92773] GCC compilation with big array / header is infinite

2019-12-03 Thread renault at fedoraproject dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92773 --- Comment #2 from Charles-Antoine Couret --- Created attachment 47410 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=47410=edit one big header which raises the problem

[Bug c/92773] GCC compilation with big array / header is infinite

2019-12-03 Thread renault at fedoraproject dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92773 --- Comment #1 from Charles-Antoine Couret --- Created attachment 47409 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=47409=edit module driver header

[Bug c/92773] New: GCC compilation with big array / header is infinite

2019-12-03 Thread renault at fedoraproject dot org
Component: c Assignee: unassigned at gcc dot gnu.org Reporter: renault at fedoraproject dot org Target Milestone: --- Created attachment 47408 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=47408=edit module driver I'm working on a new Linux kernel module. I'm using Fedora