This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug target/18910] [4.0 Regression] ice with -O2 / works fine with -O0.
- 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 Dec 2004 20:27:17 -0000
- Subject: [Bug target/18910] [4.0 Regression] ice with -O2 / works fine with -O0.
- References: <20041209200756.18910.pluto@pld-linux.org>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From pinskia at gcc dot gnu dot org 2004-12-09 20:27 -------
Reduced testcase:
static __thread void *foo [2];
void
test1 (void)
{
unsigned int s;
for (s = 0; s < 2; ++s)
foo [s] = &foo[s];
}
: Search converges between 2004-11-24-161001-trunk (#655) and 2004-11-25-014001-trunk
(#656).
--
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
Component|other |target
Ever Confirmed| |1
Keywords| |ice-on-valid-code
Last reconfirmed|0000-00-00 00:00:00 |2004-12-09 20:27:12
date| |
Summary|ice with -O2 / works fine |[4.0 Regression] ice with -
|with -O0. |O2 / works fine with -O0.
Target Milestone|--- |4.0.0
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18910