--- Additional Comments From pinskia at gcc dot gnu dot org 2005-07-26
20:33 ---
Fixed.
--
What|Removed |Added
Status|REOPENED|RESOLVED
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-07-26
20:32 ---
Subject: Bug 18421
CVSROOT:/cvs/gcc
Module name:gcc
Branch: gcc-3_4-branch
Changes by: [EMAIL PROTECTED] 2005-07-26 20:32:26
Modified files:
gcc: Change
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-07-26
04:40 ---
Subject: Bug 18421
CVSROOT:/cvs/gcc
Module name:gcc
Branch: gcc-4_0-branch
Changes by: [EMAIL PROTECTED] 2005-07-26 04:40:44
Modified files:
gcc: Change
--- Additional Comments From bernie at develer dot com 2005-07-11 23:35
---
Oops... still pending for 4.0 and 3.4.
--
What|Removed |Added
Status|RESOLVED
--- Additional Comments From bernie at develer dot com 2005-07-11 23:33
---
Fixed.
--
What|Removed |Added
Status|ASSIGNED|RESOLVED
R
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-07-11
23:32 ---
Subject: Bug 18421
CVSROOT:/cvs/gcc
Module name:gcc
Changes by: [EMAIL PROTECTED] 2005-07-11 23:32:01
Modified files:
gcc: ChangeLog
gcc/config/m68k: m
--- Additional Comments From bernie at develer dot com 2005-07-11 23:23
---
Created an attachment (id=9246)
--> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=9246&action=view)
Updated patch
--
What|Removed |Added
---
--- Additional Comments From bernie at develer dot com 2005-07-11 21:07
---
A revised patch was posted here:
http://gcc.gnu.org/ml/gcc-patches/2005-06/msg00853.html
I will attach it here in case someone wants to apply it
to an old version of GCC.
--
http://gcc.gnu.org/bugzilla/s
--- Additional Comments From schwab at suse dot de 2005-07-06 19:42 ---
The patch in comment #11 is wrong. The condition (!((regno) < 8 && (regno) +
GET_MODE_SIZE (mode) / 4 > 8)) is always true when regno >= 8. It needs to be
moved up to under the first condition.
--
http://gcc.g
--- Additional Comments From corsepiu at gcc dot gnu dot org 2005-04-07
08:26 ---
I can reproduce it with gcc-4.0.0 (20050406)
Interestingly, http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18421#c7
does not ICE with -mO0, -mO2, -mO3!
--
What|Removed |Ad
--- Additional Comments From joel at gcc dot gnu dot org 2005-04-06 18:29
---
I can confirm this for m68k-rtems with gcc 4.0.0 20050303. This looks like the
ICE that happens for us in our pppd stack on the Coldfire.
I also confirm that the small test case in
http://gcc.gnu.org/bugzi
--- Additional Comments From arend dot bayer at web dot de 2005-01-08
21:40 ---
I get an ICE at exactly the same place when trying to bootstrap current HEAD:
xgcc --version
Using built-in specs.
Configured with: ../gcc/configure --prefix=/usr/local/gcc-head/
--enable-languages=c,
--- Additional Comments From belyshev at lubercy dot com 2004-11-14 13:53
---
// small testcase, use -O1 -m5200:
extern char n;
void foo (char *s)
{
n += *s + 9;
}
--
What|Removed |Added
13 matches
Mail list logo