[Bug pch/14940] PCH largefile test fails on various platforms

2004-11-27 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2004-11-27 16:57 --- Subject: Bug 14940 CVSROOT:/cvs/gcc Module name:gcc Changes by: [EMAIL PROTECTED] 2004-11-27 16:57:06 Modified files: gcc: ChangeLog gcc/config : h

[Bug middle-end/15855] [3.4/4.0 Regression] g++ crash with -O2 and -O3 on input file

2004-11-27 Thread law at redhat dot com
--- Additional Comments From law at redhat dot com 2004-11-27 16:56 --- Subject: Re: [3.4/4.0 Regression] g++ crash with -O2 and -O3 on input file On Sat, 2004-11-27 at 08:17 +, giovannibajo at libero dot it wrote: > --- Additional Comments From giovannibajo at libero do

[Bug preprocessor/17651] [3.4/4.0 Regression] Erroneous preprocessor output with -g when generating dependencies

2004-11-27 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2004-11-27 16:51 --- Patch here: . -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17651

[Bug c++/18681] template friend declaration not recognized

2004-11-27 Thread lerdsuwa at gcc dot gnu dot org
--- Additional Comments From lerdsuwa at gcc dot gnu dot org 2004-11-27 16:19 --- Not a bug. You are using TPAR inside the class C1::S, however, only C1 is a friend of C2. This is the relevent section of C++ standard (section 11.4 paragraph 2): ... the declarations of members of cla

[Bug c++/18681] [3.3/3.4/4.0 regression] template friend declaration not recognized

2004-11-27 Thread lerdsuwa at gcc dot gnu dot org
--- Additional Comments From lerdsuwa at gcc dot gnu dot org 2004-11-27 16:12 --- Not a bug. -- What|Removed |Added AssignedTo|lerdsuwa at gcc dot gnu dot |unassigne

[Bug c++/57] [DR 325] GCC can't parse a non-parenthesized comma in a template-id within a default argument

2004-11-27 Thread prez at neuromancy dot net
--- Additional Comments From prez at neuromancy dot net 2004-11-27 16:04 --- (In reply to comment #21) > *** Bug 18688 has been marked as a duplicate of this bug. *** Is it really a dupe? The bug I raised only involved a templated argument, the class with the member function is not tem

[Bug c++/18681] [3.3/3.4/4.0 regression] template friend declaration not recognized

2004-11-27 Thread lerdsuwa at gcc dot gnu dot org
--- Additional Comments From lerdsuwa at gcc dot gnu dot org 2004-11-27 15:53 --- Under investigate. -- What|Removed |Added AssignedTo|unassigned at gcc dot gnu |l

[Bug tree-optimization/18687] [4.0 Regression] ~50% compile time regression

2004-11-27 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2004-11-27 15:47 --- Hmm, These are really short compile times to begin with. Almost anything this short could be considered just error but then again, the compile time for me on ppc-darwin was about the same time as 3.3 as

[Bug c++/18652] [4.0 regression] ICE on invalid redeclaration

2004-11-27 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2004-11-27 15:43 --- Patch here: . -- What|Removed |Added

[Bug libfortran/18398] Formatted I/O problems

2004-11-27 Thread bdavis at gcc dot gnu dot org
--- Additional Comments From bdavis at gcc dot gnu dot org 2004-11-27 15:33 --- here's a shorter test case: program rinput implicit double precision(a-h,o-z) character *8 a,b open(unit=7) write(7,*)'aaa123.456' write(7,*)'bbb-123.456' w

[Bug libstdc++/18690] tr1/utility is broken on darwin

2004-11-27 Thread pinskia at gcc dot gnu dot org
-- What|Removed |Added Status|UNCONFIRMED |NEW Ever Confirmed||1 Last reconfirmed|-00-00 00:00:00 |2004-11-

[Bug libstdc++/18690] tr1/utility is broken on darwin

2004-11-27 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2004-11-27 15:31 --- The problem is the use of _I in: template typename tuple_element<_I, std::pair<_Tp1, _Tp2> >::type& -- What|Removed |Added --

[Bug libstdc++/18690] New: tr1/utility is broken on darwin

2004-11-27 Thread pinskia at gcc dot gnu dot org
FAIL: tr1/6_containers/tuple/comparison_operators/comparisons.cc (test for excess errors) Excess errors: /Users/pinskia/src/local/gcc/objdir/powerpc-apple-darwin7.6.0/libstdc++-v3/include/tr1/utility:77: error: expected `>' before numeric constant /Users/pinskia/src/local/gcc/objdir/powerpc-appl

[Bug fortran/18689] Internal compiler error with character pointer association in module subroutine

2004-11-27 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2004-11-27 15:14 --- Confirmed. -- What|Removed |Added Status|UNCONFIRMED |NEW E

[Bug c++/57] [DR 325] GCC can't parse a non-parenthesized comma in a template-id within a default argument

2004-11-27 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2004-11-27 15:10 --- *** Bug 18688 has been marked as a duplicate of this bug. *** -- What|Removed |Added

[Bug c++/18688] Default argument of a template class/struct function parse error.

2004-11-27 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2004-11-27 15:10 --- The standard is not clear what should happen here, some places suggest it should be rejected. Anyways this is a dup of bug 57 (I think the oldest c++ bug which is still open). *** This bug has been marked

[Bug fortran/18689] New: Internal compiler error with character pointer association in module subroutine

2004-11-27 Thread paulthomas2 at wanadoo dot fr
!Extracted from linked data demo in appendix G ! ! (c) Copyright Michael Metcalf and John Reid, 1992. This file may be ! freely used and copied for educational purposes provided this notice ! remains attached. Extracted from "Fortran 90 Explained" Oxford ! University Press (Oxford and New York), IS

[Bug target/16343] invalid code when using -meabi -msdata=eabi

2004-11-27 Thread amodra at bigpond dot net dot au
--- Additional Comments From amodra at bigpond dot net dot au 2004-11-27 11:47 --- http://gcc.gnu.org/ml/gcc-patches/2004-11/msg02367.html -- What|Removed |Added K

[Bug target/14743] -msdata=eabi does not produce r2/r13 relative access

2004-11-27 Thread amodra at bigpond dot net dot au
--- Additional Comments From amodra at bigpond dot net dot au 2004-11-27 11:46 --- I'm not so sure this is a valid complaint. There are other thing we don't put into .sdata2, for example function addresses (see pr16343). -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=14743

[Bug rtl-optimization/17825] [3.4/4.0 Regression] ICE in reg_bitfield_target_p

2004-11-27 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2004-11-27 09:39 --- Subject: Bug 17825 CVSROOT:/cvs/gcc Module name:gcc Changes by: [EMAIL PROTECTED] 2004-11-27 09:39:01 Modified files: gcc: ChangeLog combine.c gcc/test

[Bug target/16343] invalid code when using -meabi -msdata=eabi

2004-11-27 Thread amodra at bigpond dot net dot au
-- What|Removed |Added AssignedTo|unassigned at gcc dot gnu |amodra at bigpond dot net |dot org |dot au Status|NEW

[Bug middle-end/15855] [3.4/4.0 Regression] g++ crash with -O2 and -O3 on input file

2004-11-27 Thread giovannibajo at libero dot it
--- Additional Comments From giovannibajo at libero dot it 2004-11-27 08:17 --- Did you try if iterating DOM1 has compile time impact on more normal testcases, like cc1-i? -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=15855

[Bug target/15914] [3.4 only] gcc-3_4-branch ICE on Linux kernel

2004-11-27 Thread amodra at bigpond dot net dot au
--- Additional Comments From amodra at bigpond dot net dot au 2004-11-27 08:03 --- Confirmed with current 3.4 branch -- What|Removed |Added Status|UNCONFIRMED

<    1   2