Bug 42698 - [4.5 Regression] jc1: ICE in redirect_eh_edge_1, at tree-eh.c:2112
Summary: [4.5 Regression] jc1: ICE in redirect_eh_edge_1, at tree-eh.c:2112
Status: RESOLVED DUPLICATE of bug 42739
Alias: None
Product: gcc
Classification: Unclassified
Component: middle-end (show other bugs)
Version: 4.5.0
: P3 normal
Target Milestone: 4.5.0
Assignee: Andrew Haley
URL:
Keywords:
Depends on: 42739
Blocks:
  Show dependency treegraph
 
Reported: 2010-01-12 10:10 UTC by Matthias Klose
Modified: 2010-01-14 15:43 UTC (History)
7 users (show)

See Also:
Host:
Target:
Build:
Known to work:
Known to fail:
Last reconfirmed: 2010-01-13 16:41:29


Attachments
jar file (165.39 KB, application/x-gzip)
2010-01-12 10:11 UTC, Matthias Klose
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Matthias Klose 2010-01-12 10:10:27 UTC
seen with trunk 20100107:

$ gcj -c -g -O2 -fPIC -findirect-dispatch -fjni  ./debian/ant-gcj/usr/lib/gcj/ant-1.7.1.jar.3.jar -o ant-1.7.1.jar.3.o
org/apache/tools/ant/types/selectors/ContainsSelector.java: In class 'org.apache.tools.ant.types.selectors.ContainsSelector':
org/apache/tools/ant/types/selectors/ContainsSelector.java: In method 'org.apache.tools.ant.types.selectors.ContainsSelector.isSelected(org.apache.tools.ant.types.Resource)':
In file included from org/apache/tools/ant/types/selectors/ContainsRegexpSelector.java:164:0,
                 from <built-in>:3:
org/apache/tools/ant/types/selectors/ContainsSelector.java:164:0: internal compiler error: in redirect_eh_edge_1, at tree-eh.c:2112
Please submit a full bug report,
with preprocessed source if appropriate.
Comment 1 Matthias Klose 2010-01-12 10:11:52 UTC
Created attachment 19545 [details]
jar file
Comment 2 Richard Biener 2010-01-14 15:43:23 UTC
The patch for PR42739 also fixes this bug.  Thus, duplicate.

*** This bug has been marked as a duplicate of 42739 ***