[Bug libfortran/17992] reading empty line does not return 0

2004-12-22 Thread bdavis at gcc dot gnu dot org
--- 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

[Bug c++/16405] [3.4/4.0 Regression] Temporary aggregate copy not elided

2004-12-22 Thread mmitchel at gcc dot gnu dot org
--- 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

[Bug target/18511] cc1plus segfaults when compiling libstdc++-v3/src/localename.cc

2004-12-22 Thread cvs-commit at gcc dot gnu dot org
--- 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

[Bug tree-optimization/19121] [4.0 Regression] ICE: in merge_alias_info, at tree-ssa-copy.c:236

2004-12-22 Thread pinskia at gcc dot gnu dot org
--- 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

[Bug bootstrap/19135] [4.0 Regression] build failure in libiberty multilibs

2004-12-22 Thread aj at gcc dot gnu dot org
--- 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..

[Bug target/18511] cc1plus segfaults when compiling libstdc++-v3/src/localename.cc

2004-12-22 Thread kkojima at gcc dot gnu dot org
--- Additional Comments From kkojima at gcc dot gnu dot org 2004-12-23 06:17 --- Fixed. -- What|Removed |Added Status|UNCONFIRMED |RESOLVED

[Bug tree-optimization/19121] [4.0 Regression] ICE: in merge_alias_info, at tree-ssa-copy.c:236

2004-12-22 Thread pinskia at gcc dot gnu dot org
--- 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

[Bug target/19137] New: ICE with load of TImode constant

2004-12-22 Thread amodra at bigpond dot net dot au
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

[Bug bootstrap/19135] [4.0 Regression] build failure in libiberty multilibs

2004-12-22 Thread hjl at lucon dot org
--- 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

[Bug bootstrap/19135] [4.0 Regression] build failure in libiberty multilibs

2004-12-22 Thread aj at gcc dot gnu dot org
--- 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

[Bug target/18751] [4.0 Regression] ICE in expr.c:5083, profiledbootstrap

2004-12-22 Thread cvs-commit at gcc dot gnu dot org
--- 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:

<    1   2