--- Additional Comments From bdavis at gcc dot gnu dot org 2004-12-23
04:23 ---
after thinking about this some more, i think it is a bug in g77.
we are trying to read 3 things, the '/' which consumes the first /n, then two
numbers (each I2). the file has 2 /n's in it.
from the f77 stn
--- Additional Comments From mmitchel at gcc dot gnu dot org 2004-12-23
04:45 ---
Working on a fix.
--
What|Removed |Added
AssignedTo|unassigned at gcc dot gnu |ma
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2004-12-23
04:53 ---
Subject: Bug 18511
CVSROOT:/cvs/gcc
Module name:gcc
Changes by: [EMAIL PROTECTED] 2004-12-23 04:53:51
Modified files:
gcc: ChangeLog reload.c reload1.c
Log me
--- Additional Comments From pinskia at gcc dot gnu dot org 2004-12-23
05:56 ---
This is definitely an problem in the aliasing code:
D.1126_6 = &my_perl_5->Itokenbuf[0];
term_7 = *D.1126_6;
if (i_8 != 0) goto ; else goto ;
:;
*s_18 = term_7;
s_19 = &my_perl_5->Itokenbuf[0];
s
--- Additional Comments From aj at gcc dot gnu dot org 2004-12-23 05:57
---
I encountered a similar problem on Linux/x86-64 - but only on one of my
machines. This happened during "make install" into a clean tree (with
make install install_root=/tmp/newdir).
I'll investigate again..
--- Additional Comments From kkojima at gcc dot gnu dot org 2004-12-23
06:17 ---
Fixed.
--
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
--- Additional Comments From pinskia at gcc dot gnu dot org 2004-12-23
06:21 ---
Note this works on the tree cleanup branch.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19121
In regclass() -> scan_one_insn() -> extract_insn ()
gcc.dg/pr17055-1.c: In function 'testi':
gcc.dg/pr17055-1.c:23: error: unrecognizable insn:
(insn:HI 10 9 11 0 (set (reg:TI 120)
(const_int 0 [0x0])) -1 (nil)
(nil))
gcc.dg/pr17055-1.c:23: internal compiler error: in extract_insn, at r
--- Additional Comments From hjl at lucon dot org 2004-12-23 06:53 ---
I just did a
# make install DESTDIR=foo/bar
on Linux/x86_64 without any problems.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19135
--- Additional Comments From aj at gcc dot gnu dot org 2004-12-23 07:06
---
Are you running with multilibs enabled?
As I've said, it fails on one of my two test machines - the other one seems
happy :-(
I'll test with your patch now.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2004-12-23
07:35 ---
Subject: Bug 18751
CVSROOT:/cvs/gcc
Module name:gcc
Changes by: [EMAIL PROTECTED] 2004-12-23 07:34:46
Modified files:
gcc: ChangeLog
gcc/config/rs6000:
101 - 111 of 111 matches
Mail list logo