http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51481
Bug #: 51481 Summary: ice: dead STMT in EH table Classification: Unclassified Product: gcc Version: 4.7.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c AssignedTo: unassig...@gcc.gnu.org ReportedBy: dcb...@hotmail.com Created attachment 26031 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=26031 C source code I just tried to compile the package abcm2ps-5.9.21-3 on latest trunk dated 20111208 on an AMD x86_64 box. The compiler said subs.c: In function 'error.constprop.3': subs.c:217:6: error: dead STMT in EH table # .MEM_37 = VDEF <.MEM_31> __fprintf_chk (stderr.73_17, 1, "Error "); subs.c:217:6: internal compiler error: verify_gimple failed Please submit a full bug report, with preprocessed source if appropriate. See <http://gcc.gnu.org/bugs.html> for instructions. Preprocessed source code attached. Flags -O3 -fexceptions required.