I get the following ICE with current SVN (revision 139927): (sid)825:[EMAIL PROTECTED]: ..4.3-2008-09-03-r139927/gcc] ./xgcc -c -B. ~/pilrc-pilrc.i pilrc.c: In function 'ParseNavigation': pilrc.c:5537: warning: passing argument 2 of 'ParseNavigationList' from incompatible pointer type pilrc.c:5380: note: expected 'int *' but argument is of type 'p_int *' pilrc.c:5539: warning: passing argument 2 of 'ParseNavigationMap' from incompatible pointer type pilrc.c:5415: note: expected 'int *' but argument is of type 'p_int *' (sid)826:[EMAIL PROTECTED]: ..4.3-2008-09-03-r139927/gcc] ./xgcc -c -B. -O ~/pilrc-pilrc.i pilrc.c: In function 'ParseNavigation': pilrc.c:5537: warning: passing argument 2 of 'ParseNavigationList' from incompatible pointer type pilrc.c:5380: note: expected 'int *' but argument is of type 'p_int *' pilrc.c:5539: warning: passing argument 2 of 'ParseNavigationMap' from incompatible pointer type pilrc.c:5415: note: expected 'int *' but argument is of type 'p_int *' pilrc.c: At top level: pilrc.c:6572: internal compiler error: in expand_expr_real_1, at expr.c:7290 Please submit a full bug report,
-- Summary: [4.4 Regression] ICE in expand_expr_real_1, at expr.c:7290 Product: gcc Version: 4.4.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: tree-optimization AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: tbm at cyrius dot com http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37343