This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug middle-end/54957] Two crashes introduced by rev192488
- From: "eraman at google dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Wed, 17 Oct 2012 18:56:14 +0000
- Subject: [Bug middle-end/54957] Two crashes introduced by rev192488
- Auto-submitted: auto-generated
- References: <bug-54957-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54957
Easwaran Raman <eraman at google dot com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #28465|0 |1
is obsolete| |
--- Comment #8 from Easwaran Raman <eraman at google dot com> 2012-10-17 18:56:14 UTC ---
Created attachment 28466
--> http://gcc.gnu.org/bugzilla/attachment.cgi?id=28466
Proposed patch
Handle the possibility that stmt_bb may be NULL in emit_case_dispatch_table.
Untested.