This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug middle-end/17367] New: [3.5 Regression] expand_expr_addr_expr with parallels (-O1 -mcpu=G5)
- From: "pinskia at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 9 Sep 2004 02:55:59 -0000
- Subject: [Bug middle-end/17367] New: [3.5 Regression] expand_expr_addr_expr with parallels (-O1 -mcpu=G5)
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
Compile the folllowing with -mcpu=G5 -O2 and get an ICE in expand_expr_addr_expr
int f(long long *);
int g2(long long x);
int g(long long x)
{
f(&x);
}
--
Summary: [3.5 Regression] expand_expr_addr_expr with parallels (-
O1 -mcpu=G5)
Product: gcc
Version: 3.5.0
Status: UNCONFIRMED
Keywords: ice-on-valid-code
Severity: critical
Priority: P2
Component: middle-end
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: pinskia at gcc dot gnu dot org
CC: gcc-bugs at gcc dot gnu dot org,rth at gcc dot gnu dot
org
GCC target triplet: powerpc-apple-darwin
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17367