$ gcc/xgcc -Bgcc/ -O2 -fpic -S memusage.i
memusage.c: In function me:
memusage.c:311:1: error: insn does not satisfy its constraints:
(insn 342 136 137 10 memusage.c:253 (set (reg/f:SI 2 %d2 [137])
(const:SI (unspec:SI [
(symbol_ref:SI ("start_sp") [flags 0x1a] <var_decl
0x40322ea0 start_sp>)
(const_int 2 [0x2])
] 6))) 36 {*movsi_m68k} (nil))
memusage.c:311:1: internal compiler error: in reload_cse_simplify_operands, at
postreload.c:396
Caused by:
commit e38def9ca7953bb5611d08ce8617249516ba5a99
Author: rth <r...@138bc75d-0d04-0410-961f-82ee72b054a4>
Date: Mon Sep 14 19:18:58 2009 +0000
Squash commit of EH in gimple
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/tr...@151696
138bc75d-0d04-0410-961f-82ee72b054a4
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 75333c1..cc04831 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,343 @@
+2009-09-14 Richard Henderson <[email protected]>
+
+ * except.h: Update declarations.
+ (struct pointer_map_t): Forward declare.
+ (ERT_UNKNOWN, ERT_THROW, ERT_CATCH): Remove.
--
Summary: [4.5/4.6 regression] ICE in reload_cse_simplify_operands
Product: gcc
Version: 4.5.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: rtl-optimization
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: schwab at linux-m68k dot org
GCC target triplet: m68k-linux-*
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43804