http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53702
Bug #: 53702 Summary: Segmentation fault with -Wall Classification: Unclassified Product: gcc Version: 4.8.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c AssignedTo: unassig...@gcc.gnu.org ReportedBy: dcb...@hotmail.com Created attachment 27638 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=27638 C source code I just tried to compile the package gstreamer-plugins-espeak-0.3.5-2 on gcc-4.8 trunk dated 20120617 on an AMD x86_64 box. The compiler said espeak.c:245:5: internal compiler error: Segmentation fault g_atomic_int_set (&spin->state, PLAY); ^ Please submit a full bug report, with preprocessed source if appropriate. See <http://gcc.gnu.org/bugs.html> for instructions. Preprocessed source code attached. Flag -Wall required.