Hi,
Very likely, this is the same as PR 24514, which has a patch here:
http://gcc.gnu.org/ml/gcc-patches/2005-11/msg00103.html
--
Falk
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
--
kazu at gcc dot gnu dot org changed:
What|Removed |Added
AssignedTo|unassigned at gcc dot gnu |kazu at gcc dot gnu dot org
|dot org
--- Comment #7 from kazu at gcc dot gnu dot org 2005-11-05 23:32 ---
Reduced down to:
void
foo (unsigned long *a, unsigned long long *p)
{
*p = *a;
}
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23435
--- You are receiving this mail because: ---
You are on the CC list
--- Comment #6 from kazu at gcc dot gnu dot org 2005-11-05 23:23 ---
Reduced down to:
void
foo (unsigned long *a, unsigned long long *p)
{
if (*p == 0)
*p = *a;
}
--
kazu at gcc dot gnu dot org changed:
What|Removed |Added
--
Package: g++-4.0
Version: 4.0.2-3
Followup-For: Bug #336463
My latest upload of fltk1.1 (1.1.6-9) runs into identical lossage on
mips and mipsel, on sources that did not change since before my
previous upload (which built fine), so G++ definitely appears to be
the culprit. Logs:
http://buildd.de
--
aj at gcc dot gnu dot org changed:
What|Removed |Added
CC||aj at gcc dot gnu dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=225
--- Comment #10 from steven at gcc dot gnu dot org 2005-11-05 10:48 ---
This doesn't fail for me with the test case from comment #6... :-(
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23453
--- You are receiving this mail because: ---
You reported the bug, or are watchin
7 matches
Mail list logo