This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug bootstrap/30385] [4.3 regression] IMM ERROR while building stage2-libiberty
- 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: 5 Jan 2007 17:08:20 -0000
- Subject: [Bug bootstrap/30385] [4.3 regression] IMM ERROR while building stage2-libiberty
- References: <bug-30385-10259@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #1 from pinskia at gcc dot gnu dot org 2007-01-05 17:08 -------
Mine for now as I am going to apply the testcase:
static void g(int t)
{
int a;
while (a < f())
;
}
void h(int t)
{
g(t);
}
---------
Which was fixed by:
http://gcc.gnu.org/ml/gcc-patches/2007-01/msg00359.html
--
pinskia at gcc dot gnu dot org changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |pinskia at gcc dot gnu dot
| |org
AssignedTo|unassigned at gcc dot gnu |pinskia at gcc dot gnu dot
|dot org |org
Status|UNCONFIRMED |ASSIGNED
Ever Confirmed|0 |1
GCC build triplet|i386-apple-darwin8.8.1 |
GCC host triplet|i386-apple-darwin8.8.1 |
GCC target triplet|i386-apple-darwin8.8.1 |
Keywords| |ice-on-valid-code
Last reconfirmed|0000-00-00 00:00:00 |2007-01-05 17:08:20
date| |
Target Milestone|--- |4.3.0
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=30385