This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug target/19142] New: [4.0 Regression] ppc-darwin no longer builds
- 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: 23 Dec 2004 22:43:49 -0000
- Subject: [Bug target/19142] New: [4.0 Regression] ppc-darwin no longer builds
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
the following testcase ICEs (even at -O0):
double
__fixunsdfdi (double a)
{
const double hi = a / (((unsigned long long) 1) << (sizeof (int) * 8));
return hi;
}
--
Summary: [4.0 Regression] ppc-darwin no longer builds
Product: gcc
Version: 4.0.0
Status: UNCONFIRMED
Keywords: ice-on-valid-code, build
Severity: critical
Priority: P2
Component: target
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
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19142