https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63394
Bug ID: 63394 Summary: Segmentation Fault with -O3 flag on ARM v61 Processor Product: gcc Version: 4.8.2 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c Assignee: unassigned at gcc dot gnu.org Reporter: Bruce at Daihls dot com Created attachment 33589 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=33589&action=edit Preprocessed file layer3.c, from lame gcc: 4.8.2 20131212 (Red Hat 4.8.2-8) system: Raspberry Pi, ARMv6-compatible processor rev 7 (v6l) gcc build options: unknown cmd line: gcc -I. -I.. -I../include -I. -I../libmp3lame -I.. -O3 -c layer3.c output: layer3.c: In function ΓÇÿhip_init_tables_layer3ΓÇÖ: layer3.c:1871:1: internal compiler error: Segmentation fault } ^ This occurs when building lame-3.99.3.tar.gz. The shortened command line that will cause the segmentation fault is above, with the output from the compiler. When the -O3 flag is removed, it compiles without error.