This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug tree-optimization/37343] New: [4.4 Regression] ICE in expand_expr_real_1, at expr.c:7290
- From: "tbm at cyrius dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 3 Sep 2008 08:26:28 -0000
- Subject: [Bug tree-optimization/37343] New: [4.4 Regression] ICE in expand_expr_real_1, at expr.c:7290
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
I get the following ICE with current SVN (revision 139927):
(sid)825:tbm@em64t: ..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:tbm@em64t: ..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