This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug tree-optimization/37343] New: [4.4 Regression] ICE in expand_expr_real_1, at expr.c:7290


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]