[Bug libstdc++/24975] Aliasing problems inside libstdc++

2005-11-23 Thread paolo at gcc dot gnu dot org
--- Comment #21 from paolo at gcc dot gnu dot org 2005-11-24 01:29 --- Subject: Bug 24975 Author: paolo Date: Thu Nov 24 01:29:51 2005 New Revision: 107447 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=107447 Log: 2005-11-23 Paolo Carlini <[EMAIL PROTECTED]> PR libst

[Bug bootstrap/25009] New: Bootstrap: Failure to build doc/gcc.info

2005-11-23 Thread mckelvey at maskull dot com
Today's CVS (pardon, SVN): gmake[3]: Entering directory `/usr/home/mckelvey/software/gcc-obj/gcc' gmake[3]: Nothing to be done for `all'. gmake[3]: Leaving directory `/usr/home/mckelvey/software/gcc-obj/gcc' if [ xinfo = xinfo ]; then \ makeinfo --split-size=500 --no-split -I . -I ../.

[Bug c++/21667] misleading warning about array subscription

2005-11-23 Thread gdr at gcc dot gnu dot org
--- Comment #3 from gdr at gcc dot gnu dot org 2005-11-24 02:02 --- Subject: Bug 21667 Author: gdr Date: Thu Nov 24 02:02:26 2005 New Revision: 107448 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=107448 Log: 2005-11-23 Gabriel Dos Reis <[EMAIL PROTECTED]> PR c++/216

[Bug c++/21667] misleading warning about array subscription

2005-11-23 Thread gdr at gcc dot gnu dot org
--- Comment #4 from gdr at gcc dot gnu dot org 2005-11-24 02:10 --- Fixed on mainline. -- gdr at gcc dot gnu dot org changed: What|Removed |Added Status|NEW

[Bug c++/20423] Warning -Woverloaded-virtual triggers to often

2005-11-23 Thread gdr at gcc dot gnu dot org
--- Comment #4 from gdr at gcc dot gnu dot org 2005-11-24 02:23 --- Agreed with the reporter's analysis -- gdr at gcc dot gnu dot org changed: What|Removed |Added

[Bug c++/21917] Missing warning?

2005-11-23 Thread gdr at gcc dot gnu dot org
--- Comment #3 from gdr at gcc dot gnu dot org 2005-11-24 02:25 --- (In reply to comment #2) > This is how C++ is done, maybe a warning can be emitted but it seems like it > will emitt too much for > valid C++ code. > I don't know; the code shown is very contrived to my taste. --

[Bug c++/23823] Is this right?

2005-11-23 Thread gdr at gcc dot gnu dot org
--- Comment #12 from gdr at gcc dot gnu dot org 2005-11-24 02:35 --- Mainline already has Richard's suggestion. Closing. -- gdr at gcc dot gnu dot org changed: What|Removed |Added

[Bug c++/25010] New: [4.1/4.2 regression] Segmentation fault (infinite recursion in cgraph_clone_inlined_nodes)

2005-11-23 Thread belyshev at depni dot sinp dot msu dot ru
This bug looks much like 24093 except that it fails on 4.1/4.2 Originally reported by Alexey Maximov <[EMAIL PROTECTED]> #pragma interface struct T { T *p; void baz () { p->baz (); } }; void foo (T *p) { p->baz (); } -- Summary: [4.1/4.2 regression] Segmentation faul

[Bug c++/25010] [4.1/4.2 regression] Segmentation fault (infinite recursion in cgraph_clone_inlined_nodes)

2005-11-23 Thread belyshev at depni dot sinp dot msu dot ru
--- Comment #1 from belyshev at depni dot sinp dot msu dot ru 2005-11-24 02:42 --- (In reply to comment #0) > This bug looks much like 24093 except that it fails on 4.1/4.2 s/24093/bug 24248/ -- belyshev at depni dot sinp dot msu dot ru changed: What|Removed

[Bug c++/24326] bad diagnostic

2005-11-23 Thread gdr at gcc dot gnu dot org
--- Comment #3 from gdr at gcc dot gnu dot org 2005-11-24 02:42 --- (In reply to comment #2) > IMO, saying "`bar()::X' uses local type `bar()::X'" makes no sense. Agreed. Working a patch. -- gdr at gcc dot gnu dot org changed: What|Removed |Adde

[Bug other/25009] [4.2 Regression] Bootstrap: Failure to build doc/gcc.info

2005-11-23 Thread pinskia at gcc dot gnu dot org
--- Comment #1 from pinskia at gcc dot gnu dot org 2005-11-24 03:31 --- Confirmed via Ben E. on IRC and there is a mailing to the GCC list about it too. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added

[Bug bootstrap/25009] Bootstrap: Failure to build doc/gcc.info

2005-11-23 Thread pinskia at gcc dot gnu dot org
--- Comment #2 from pinskia at gcc dot gnu dot org 2005-11-24 03:34 --- Actually this is invalid, you need to build with a clean object directory. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added --

[Bug c++/25010] [4.1/4.2 regression] Segmentation fault (infinite recursion in cgraph_clone_inlined_nodes)

2005-11-23 Thread pinskia at gcc dot gnu dot org
--- Comment #2 from pinskia at gcc dot gnu dot org 2005-11-24 03:35 --- Confirmed. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added CC|

[Bug bootstrap/25009] Bootstrap: Failure to build doc/gcc.info

2005-11-23 Thread gdr at integrable-solutions dot net
--- Comment #3 from gdr at integrable-solutions dot net 2005-11-24 03:38 --- Subject: Re: Bootstrap: Failure to build doc/gcc.info "pinskia at gcc dot gnu dot org" <[EMAIL PROTECTED]> writes: | Actually this is invalid, you need to build with a clean object directory. That is bullsh

[Bug c++/24326] bad diagnostic

2005-11-23 Thread gdr at gcc dot gnu dot org
--- Comment #4 from gdr at gcc dot gnu dot org 2005-11-24 03:39 --- Fixed on mainline -- gdr at gcc dot gnu dot org changed: What|Removed |Added Status|ASSIGN

[Bug bootstrap/25009] Bootstrap: Failure to build doc/gcc.info

2005-11-23 Thread gdr at gcc dot gnu dot org
--- Comment #4 from gdr at gcc dot gnu dot org 2005-11-24 03:40 --- still does not work with bubblestrap and friends -- gdr at gcc dot gnu dot org changed: What|Removed |Added

[Bug bootstrap/24873] gcc 4.0.2 bootstrap report compare fail

2005-11-23 Thread dje at gcc dot gnu dot org
--- Comment #4 from dje at gcc dot gnu dot org 2005-11-24 03:56 --- Many people are reporting that they cannot bootstrap GCC with IBM's VisualAge compiler. This appears to be a problem with VAC/XLC, not with GCC. This bug should be reported to IBM as a XLC bug. In the meantime, you ne

[Bug c++/25011] New: gcc exits with core

2005-11-23 Thread viorel dot stolea at gmail dot com
% make gcc -E -g -DFRMWRK_POSIX -c -I . ./POSIX/FMutex.cpp gcc: Internal error: Segmentation fault (program cc1plus) Please submit a full bug report. See http://gcc.gnu.org/bugs.html> for instructions. *** Error code 1 Stop. % gcc -v Reading specs from /opt/gcc.3.3/lib/gcc-lib/i586-pc-interix3/3.3

[Bug bootstrap/25009] Bootstrap: Failure to build doc/gcc.info

2005-11-23 Thread pinskia at gcc dot gnu dot org
--- Comment #5 from pinskia at gcc dot gnu dot org 2005-11-24 04:04 --- (In reply to comment #4) > still does not work with bubblestrap and friends After a clean build? See http://gcc.gnu.org/ml/gcc/2005-11/msg01173.html -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25009

[Bug bootstrap/25009] Bootstrap: Failure to build doc/gcc.info

2005-11-23 Thread pinskia at gcc dot gnu dot org
--- Comment #6 from pinskia at gcc dot gnu dot org 2005-11-24 04:07 --- (In reply to comment #3) > Subject: Re: Bootstrap: Failure to build doc/gcc.info > "pinskia at gcc dot gnu dot org" <[EMAIL PROTECTED]> writes: > | Actually this is invalid, you need to build with a clean object dir

[Bug c++/25011] gcc exits with core

2005-11-23 Thread pinskia at gcc dot gnu dot org
--- Comment #1 from pinskia at gcc dot gnu dot org 2005-11-24 04:27 --- Can you read http://gcc.gnu.org/bugs.html, and attach the preprocessed source? -- pinskia at gcc dot gnu dot org changed: What|Removed |Added --

[Bug c++/25011] gcc exits with core

2005-11-23 Thread viorel dot stolea at gmail dot com
--- Comment #2 from viorel dot stolea at gmail dot com 2005-11-24 04:35 --- Subject: Re: gcc exits with core pinskia at gcc dot gnu dot org wrote: >--- Comment #1 from pinskia at gcc dot gnu dot org 2005-11-24 04:27 >--- >Can you read http://gcc.gnu.org/bugs.html, and attac

[Bug libgcj/23292] libjava build fails with recent version of GNU Make

2005-11-23 Thread pinskia at gcc dot gnu dot org
--- Comment #7 from pinskia at gcc dot gnu dot org 2005-11-24 04:50 --- GNU make is changing so there is no reason for this bug to be opened any more. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added --

[Bug c++/25011] gcc exits with core

2005-11-23 Thread viorel dot stolea at gmail dot com
--- Comment #3 from viorel dot stolea at gmail dot com 2005-11-24 05:01 --- Subject: Re: gcc exits with core pinskia at gcc dot gnu dot org wrote: >--- Comment #1 from pinskia at gcc dot gnu dot org 2005-11-24 04:27 >--- >Can you read http://gcc.gnu.org/bugs.html, and attac

[Bug preprocessor/25011] gcc exits with core

2005-11-23 Thread pinskia at gcc dot gnu dot org
--- Comment #4 from pinskia at gcc dot gnu dot org 2005-11-24 05:07 --- ((In reply to comment #2) > No (|*.i*|) file generated. (I've added |-save-temps but no luck|) sorry. Hmm: gcc -E -g -DFRMWRK_POSIX -c -I . ./POSIX/FMutex.cpp That means it is dieing while preprocessing. Two things,

[Bug fortran/25012] New: internal compiler error in compiling

2005-11-23 Thread iguchi at coral dot t dot u-tokyo dot ac dot jp
When I compiled the following program with gfortran, internal compiler error occured. I think the right behavior is that compilation is completed, and printed "what is happen?" to standard output in execution. module ucharfunc contains function foo(a) result(oresult) character(len=*) :: a

[Bug fortran/25013] New: internal compiler error

2005-11-23 Thread iguchi at coral dot t dot u-tokyo dot ac dot jp
When I compiled the following program with gfortran, internal compiler error occured. I think the right behavior is that compilation is completed, and printed "what is happen?" to standard output in execution. module ucharfunc contains function foo(a) result(oresult) character(len=*) :: a

[Bug fortran/25013] internal compiler error

2005-11-23 Thread pinskia at gcc dot gnu dot org
--- Comment #1 from pinskia at gcc dot gnu dot org 2005-11-24 06:04 --- *** This bug has been marked as a duplicate of 25012 *** -- pinskia at gcc dot gnu dot org changed: What|Removed |Added --

[Bug fortran/25012] internal compiler error in compiling

2005-11-23 Thread pinskia at gcc dot gnu dot org
--- Comment #1 from pinskia at gcc dot gnu dot org 2005-11-24 06:04 --- *** Bug 25013 has been marked as a duplicate of this bug. *** -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25012

[Bug fortran/25012] internal compiler error in compiling

2005-11-23 Thread pinskia at gcc dot gnu dot org
--- Comment #2 from pinskia at gcc dot gnu dot org 2005-11-24 06:06 --- This is an exact dup of PR 15326 which has been fixed for 4.1.0 and above. *** This bug has been marked as a duplicate of 15326 *** -- pinskia at gcc dot gnu dot org changed: What|Removed

[Bug fortran/15326] [4.0 only] ICE with assumed length character strings

2005-11-23 Thread pinskia at gcc dot gnu dot org
--- Comment #16 from pinskia at gcc dot gnu dot org 2005-11-24 06:06 --- *** Bug 25012 has been marked as a duplicate of this bug. *** -- pinskia at gcc dot gnu dot org changed: What|Removed |Added -

[Bug middle-end/24989] boolvar != 1 is not converted to !boolvar

2005-11-23 Thread pinskia at gcc dot gnu dot org
--- Comment #3 from pinskia at gcc dot gnu dot org 2005-11-24 06:14 --- XPASS: gcc.dg/tree-ssa/bool-7.c scan-tree-dump-times != 1 0 -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24989

[Bug tree-optimization/24997] [4.1/4.2 regression] ICE with -ftree-vectorize

2005-11-23 Thread amodra at bigpond dot net dot au
--- Comment #7 from amodra at bigpond dot net dot au 2005-11-24 06:51 --- I'm not surprised that reducing this testcase isn't easy. Register pressure is needed to trigger the bug. The problem is that in (insn:HI 2761 3601 2769 279 wmadec.c:1117 (set (reg:V4SF 280 [ vect_var_.655 ])

[Bug tree-optimization/24997] [4.1/4.2 regression] ICE with -ftree-vectorize

2005-11-23 Thread amodra at bigpond dot net dot au
--- Comment #8 from amodra at bigpond dot net dot au 2005-11-24 07:04 --- Oops, no, that's not a stack slot. That's a stack slot gone wrong. Where's the MEM for the slot? -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24997

[Bug libfortran/24459] gfortran namelist problem

2005-11-23 Thread jvdelisle at gcc dot gnu dot org
--- Comment #7 from jvdelisle at gcc dot gnu dot org 2005-11-24 07:21 --- This is not a bug. Gfortran is complying with F95 namelist read requirements. This would be an enhancement or extension. The work around is to use correct array triplets in the array qualifiers for namelist read

<    1   2