[Bug tree-optimization/27603] [4.1 Regression] wrong code, apparently due to bad VRP (-O2)

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

[Bug tree-optimization/26304] [4.2 Regression] 25_algorithms/prev_permutation/1.cc on powerpc{64,}-linux and powerpc-darwin

2006-05-15 Thread pinskia at gcc dot gnu dot org
--- Comment #25 from pinskia at gcc dot gnu dot org 2006-05-16 06:11 --- This was fixed by the patch for PR 27603. *** This bug has been marked as a duplicate of 27603 *** -- pinskia at gcc dot gnu dot org changed: What|Removed |Added ---

[Bug target/26885] [4.1/4.2 regression] -m64 -m32 no longer creates 32-bit object

2006-05-15 Thread mmitchel at gcc dot gnu dot org
--- Comment #8 from mmitchel at gcc dot gnu dot org 2006-05-16 05:52 --- This version of HJ's patch: http://gcc.gnu.org/ml/gcc-patches/2006-04/msg01013.html is OK for mainline and 4.1. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26885

[Bug c++/27339] [4.1/4.2 Regression] out-of-class definition of value template parameter with private type

2006-05-15 Thread mmitchel at gcc dot gnu dot org
--- Comment #4 from mmitchel at gcc dot gnu dot org 2006-05-16 05:43 --- Fixed in 4.2.0. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27339

[Bug c++/27339] [4.1/4.2 Regression] out-of-class definition of value template parameter with private type

2006-05-15 Thread mmitchel at gcc dot gnu dot org
--- Comment #3 from mmitchel at gcc dot gnu dot org 2006-05-16 05:40 --- Subject: Bug 27339 Author: mmitchel Date: Tue May 16 05:39:49 2006 New Revision: 113819 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=113819 Log: PR c++/27339 * cp-tree.h (perform_access_c

[Bug fortran/27584] ICE on invalid "associate(x,(y))"

2006-05-15 Thread patchapp at dberlin dot org
--- Comment #3 from patchapp at dberlin dot org 2006-05-16 05:00 --- Subject: Bug number PR27584 A patch for this bug has been added to the patch tracker. The mailing list url for the patch is http://gcc.gnu.org/ml/gcc-patches/2006-05/msg00718.html -- http://gcc.gnu.org/bugzilla/sh

Re: templates and inheritance

2006-05-15 Thread Andrew Pinski
On May 15, 2006, at 9:15 PM, Bar-Tov Aharon-R53349 wrote: hello, something that seems like a problem (havn't found something in the bug base). template class t_base { public: T *ptr; }; template class t_derived : public t_base { public: t_derived() { ptr = NULL; } }; This is desc

[Bug target/26600] [4.1/4.2 Regression] internal compiler error: in push_reload, at reload.c:1303

2006-05-15 Thread sayle at gcc dot gnu dot org
--- Comment #10 from sayle at gcc dot gnu dot org 2006-05-16 04:17 --- Subject: Bug 26600 Author: sayle Date: Tue May 16 04:16:00 2006 New Revision: 113818 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=113818 Log: PR target/26600 * config/i386/i386.c (legitimat

templates and inheritance

2006-05-15 Thread Bar-Tov Aharon-R53349
hello, something that seems like a problem (havn't found something in the bug base). the following program produces an error message on g++ 3.4 and above (cygwin, if this matters). it does compile on 3.3.3 and other c++ compilers. thx ronny // #include #includ

[Bug target/27599] [4.2 Regression] build failure on mingw

2006-05-15 Thread dannysmith at gcc dot gnu dot org
--- Comment #3 from dannysmith at gcc dot gnu dot org 2006-05-16 03:14 --- Subject: Bug 27599 Author: dannysmith Date: Tue May 16 03:14:00 2006 New Revision: 113816 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=113816 Log: PR target/27599 * config.host (i[34567

[Bug c++/27621] [SH] generated pic code is not right

2006-05-15 Thread saito at densan dot co dot jp
--- Comment #3 from saito at densan dot co dot jp 2006-05-16 02:53 --- I could not build glibc for sh using 4.0.1 before, then I use 3.4.6 now, but I will test and report the result using gcc-4.1.0. -- saito at densan dot co dot jp changed: What|Removed

[Bug target/27621] [SH] generated pic code is not right

2006-05-15 Thread pinskia at gcc dot gnu dot org
--- Comment #2 from pinskia at gcc dot gnu dot org 2006-05-16 02:29 --- Can you try 4.0.x or above as 3.4.x is no longer being updated? -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27621

[Bug c++/27621] [SH] generated pic code is not right

2006-05-15 Thread saito at densan dot co dot jp
--- Comment #1 from saito at densan dot co dot jp 2006-05-16 02:28 --- Created an attachment (id=11472) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=11472&action=view) testcase -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27621

[Bug c++/27621] New: [SH] generated pic code is not right

2006-05-15 Thread saito at densan dot co dot jp
This problem depends on generated pic code for sh. For reproducing, needs two files a shared library(musician.so) and a executable file(main). I will attach these files. musician.so is shared library compiled with -fPIC option. musician.so is linked dynamically if main is excuted as follows. g++

[Bug middle-end/27620] [4.1/4.2 Regression] g++.dg/init/array15.C uses 4MB stack space

2006-05-15 Thread bernds_cb1 at t-online dot de
--- Comment #2 from bernds_cb1 at t-online dot de 2006-05-16 01:44 --- safe_from_p always returns 0 for CONSTRUCTORs. That seems to be the fault of revision 102182. Off to bed now, I think I can fix this tomorrow. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27620

[Bug rtl-optimization/22563] [4.0 Regression] performance regression for gcc newer than 2.95

2006-05-15 Thread sayle at gcc dot gnu dot org
--- Comment #16 from sayle at gcc dot gnu dot org 2006-05-16 01:17 --- Subject: Bug 22563 Author: sayle Date: Tue May 16 01:17:13 2006 New Revision: 113810 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=113810 Log: PR rtl-optimization/22563 Backports from mainli

[Bug libgcj/27352] SecurityManager.checkPermission() called unnecessarily

2006-05-15 Thread mckinlay at redhat dot com
--- Comment #6 from mckinlay at redhat dot com 2006-05-16 01:03 --- I've posted a suggested fix here: http://gcc.gnu.org/ml/java-patches/2006-q2/msg00168.html -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27352

[Bug libgcj/22579] URLClassLoader re-merge plan

2006-05-15 Thread tromey at gcc dot gnu dot org
--- Comment #3 from tromey at gcc dot gnu dot org 2006-05-15 23:36 --- The needed patch is now in Classpath. So, we're just waiting for a merge. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=22579

[Bug middle-end/27620] [4.1/4.2 Regression] g++.dg/init/array15.C uses 4MB stack space

2006-05-15 Thread pinskia at gcc dot gnu dot org
--- Comment #1 from pinskia at gcc dot gnu dot org 2006-05-15 23:29 --- This is a middle-end issue when expanding: a->b = {}; it creates a huge array on the stack. In 4.0.3, we created a huge array on the heap which is just as wrong but not as bad even though some heaps are limited (SPU)

[Bug c++/27620] New: g++.dg/init/array15.C uses 4MB stack space

2006-05-15 Thread bernds_cb1 at t-online dot de
With current svn head, as well as gcc-4.1.0, the testcase g++.dg/init/array15.C uses 4MB of stack space for a temporary on the stack in the "foo" constructor. This is a regression, as it did not happen with older compilers - 3.4.x calls memset directly on the object, rather than doing a memset/mem

[Bug c++/27339] [4.1/4.2 Regression] out-of-class definition of value template parameter with private type

2006-05-15 Thread mmitchel at gcc dot gnu dot org
-- mmitchel at gcc dot gnu dot org changed: What|Removed |Added AssignedTo|unassigned at gcc dot gnu |mark at codesourcery dot com |dot org

[Bug c++/27505] [4.2 Regression] ICE in const folding with bitfields

2006-05-15 Thread mmitchel at gcc dot gnu dot org
--- Comment #4 from mmitchel at gcc dot gnu dot org 2006-05-15 22:54 --- Subject: Bug 27505 Author: mmitchel Date: Mon May 15 22:54:19 2006 New Revision: 113803 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=113803 Log: PR c++/27505 * call.c (convert_like_real):

[Bug target/27619] New: wrong code for mixed-mode division with -mpowerpc64 -O1

2006-05-15 Thread janis at gcc dot gnu dot org
The following code fails on powerpc64-linux compiled with -mpowerpc64 and -O1 or -O2; it passes with -O0, or without -mpowerpc64: - extern void abort (void); int i = 274; float f = 1.0f; int main () { double d = i / f; if (d != 274.0) abort ();

[Bug middle-end/27536] [4.2 Regression] -fsection-anchors breaks Ada

2006-05-15 Thread schwab at suse dot de
--- Comment #9 from schwab at suse dot de 2006-05-15 21:57 --- That fixes the Ada build, but I haven't run a full regtest yet. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27536

[Bug tree-optimization/26830] [4.2 Regression] Repeated SSA update during loop header copying

2006-05-15 Thread rakdver at gcc dot gnu dot org
--- Comment #39 from rakdver at gcc dot gnu dot org 2006-05-15 21:56 --- Most of the time is now spent in global alloc (30% of wall time) and rtl loop invariant motion (also about 30%). Almost all the time of rtl lim is in df analysis. -- rakdver at gcc dot gnu dot org changed:

[Bug c++/27601] [4.0/4.1/4.2 Regression] ICE (in fold_offsetof_1, at c-common.c:5998) on strange offsetof

2006-05-15 Thread rguenth at gcc dot gnu dot org
--- Comment #1 from rguenth at gcc dot gnu dot org 2006-05-15 20:52 --- Confirmed. -- rguenth at gcc dot gnu dot org changed: What|Removed |Added Status|UNCON

[Bug fortran/19015] shape / rank mismatch in maxloc / minloc could be caught at compile time

2006-05-15 Thread patchapp at dberlin dot org
--- Comment #7 from patchapp at dberlin dot org 2006-05-15 20:35 --- Subject: Bug number PR19015 A patch for this bug has been added to the patch tracker. The mailing list url for the patch is http://gcc.gnu.org/ml/gcc-patches/2006-05/msg00685.html -- http://gcc.gnu.org/bugzilla/sh

[Bug fortran/25098] Variable as actual argument for procedure dummy argument allowed

2006-05-15 Thread patchapp at dberlin dot org
--- Comment #2 from patchapp at dberlin dot org 2006-05-15 20:20 --- Subject: Bug number PR25098 A patch for this bug has been added to the patch tracker. The mailing list url for the patch is http://gcc.gnu.org/ml/gcc-patches/2006-05/msg00682.html -- http://gcc.gnu.org/bugzilla/sh

[Bug target/27593] bad code generation

2006-05-15 Thread berndtrog at yahoo dot com
--- Comment #7 from berndtrog at yahoo dot com 2006-05-15 20:19 --- > - r19 is modified, but not saved I can confirm this bug for 4.1 and trunk using this line: avr-gcc -c -O1 bug.i -funroll-loops The bug goes away when -funroll-loops is not used. The bug first appeared in july 2005 on

[Bug tree-optimization/27603] [4.1/4.2 Regression] wrong code, apparently due to bad VRP (-O2)

2006-05-15 Thread steven at gcc dot gnu dot org
--- Comment #14 from steven at gcc dot gnu dot org 2006-05-15 19:55 --- No need for investigation anymore :-) -- steven at gcc dot gnu dot org changed: What|Removed |Added

[Bug tree-optimization/27603] [4.1/4.2 Regression] wrong code, apparently due to bad VRP (-O2)

2006-05-15 Thread patchapp at dberlin dot org
--- Comment #13 from patchapp at dberlin dot org 2006-05-15 19:45 --- Subject: Bug number PR27603 A patch for this bug has been added to the patch tracker. The mailing list url for the patch is http://gcc.gnu.org/ml/gcc-patches/2006-05/msg00655.html -- http://gcc.gnu.org/bugzilla/s

[Bug libfortran/27575] gfortran - does not generate error when trying to read too much data

2006-05-15 Thread patchapp at dberlin dot org
--- Comment #3 from patchapp at dberlin dot org 2006-05-15 19:45 --- Subject: Bug number PR27575 A patch for this bug has been added to the patch tracker. The mailing list url for the patch is http://gcc.gnu.org/ml/gcc-patches/2006-05/msg00638.html -- http://gcc.gnu.org/bugzilla/sh

[Bug rtl-optimization/27406] gcc.c-torture/execute/built-in-setjmp.c fails on sh64-*-linux-gnu with -O2

2006-05-15 Thread patchapp at dberlin dot org
--- Comment #3 from patchapp at dberlin dot org 2006-05-15 19:44 --- Subject: Bug number PR rtl-optimization/27406 A patch for this bug has been added to the patch tracker. The mailing list url for the patch is http://gcc.gnu.org/ml/gcc-patches/2006-05/msg00594.html -- http://gcc.g

[Bug fortran/25082] Subroutine with RETURN value, ICE in gfc_conv_scalarized_array_ref

2006-05-15 Thread patchapp at dberlin dot org
--- Comment #4 from patchapp at dberlin dot org 2006-05-15 19:43 --- Subject: Bug number PR25082 A patch for this bug has been added to the patch tracker. The mailing list url for the patch is http://gcc.gnu.org/ml/gcc-patches/2006-05/msg00556.html -- http://gcc.gnu.org/bugzilla/sh

[Bug fortran/25090] Bad automatic character length

2006-05-15 Thread patchapp at dberlin dot org
--- Comment #3 from patchapp at dberlin dot org 2006-05-15 19:43 --- Subject: Bug number PR25090 A patch for this bug has been added to the patch tracker. The mailing list url for the patch is http://gcc.gnu.org/ml/gcc-patches/2006-05/msg00554.html -- http://gcc.gnu.org/bugzilla/sh

[Bug c++/27582] [4.0/4.1/4.2 regression] ICE with invalid template parameter

2006-05-15 Thread patchapp at dberlin dot org
--- Comment #6 from patchapp at dberlin dot org 2006-05-15 19:42 --- Subject: Bug number PR c++/27582 A patch for this bug has been added to the patch tracker. The mailing list url for the patch is http://gcc.gnu.org/ml/gcc-patches/2006-05/msg00537.html -- http://gcc.gnu.org/bugzil

[Bug c++/27581] [4.0/4.1/4.2 regression] ICE using this-pointer in static member function

2006-05-15 Thread patchapp at dberlin dot org
--- Comment #6 from patchapp at dberlin dot org 2006-05-15 19:42 --- Subject: Bug number PR c++/27581 A patch for this bug has been added to the patch tracker. The mailing list url for the patch is http://gcc.gnu.org/ml/gcc-patches/2006-05/msg00538.html -- http://gcc.gnu.org/bugzil

[Bug c++/27559] [4.2 regression] ICE on templated operator new

2006-05-15 Thread patchapp at dberlin dot org
--- Comment #5 from patchapp at dberlin dot org 2006-05-15 19:41 --- Subject: Bug number PR c++/27559 A patch for this bug has been added to the patch tracker. The mailing list url for the patch is http://gcc.gnu.org/ml/gcc-patches/2006-05/msg00492.html -- http://gcc.gnu.org/bugzil

[Bug fortran/17741] ICE in gfc_free_namespace, at fortran/symbol.c:2208

2006-05-15 Thread patchapp at dberlin dot org
--- Comment #5 from patchapp at dberlin dot org 2006-05-15 19:41 --- Subject: Bug number PR17741 A patch for this bug has been added to the patch tracker. The mailing list url for the patch is http://gcc.gnu.org/ml/gcc-patches/2006-05/msg00483.html -- http://gcc.gnu.org/bugzilla/sh

[Bug c++/27547] [4.0/4.1/4.2 regression] ICE on invalid operator=

2006-05-15 Thread patchapp at dberlin dot org
--- Comment #6 from patchapp at dberlin dot org 2006-05-15 19:40 --- Subject: Bug number PR c++/27547 A patch for this bug has been added to the patch tracker. The mailing list url for the patch is http://gcc.gnu.org/ml/gcc-patches/2006-05/msg00445.html -- http://gcc.gnu.org/bugzil

[Bug c++/27384] [4.0/4.1/4.2 regression] ICE with invalid array size

2006-05-15 Thread patchapp at dberlin dot org
--- Comment #8 from patchapp at dberlin dot org 2006-05-15 19:40 --- Subject: Bug number PR27384 A patch for this bug has been added to the patch tracker. The mailing list url for the patch is http://gcc.gnu.org/ml/gcc-patches/2006-05/msg00443.html -- http://gcc.gnu.org/bugzilla/sh

[Bug middle-end/27529] Does not fold (char *)(size_t)char_ptr or (size_t)(char *)size_t_var

2006-05-15 Thread patchapp at dberlin dot org
--- Comment #4 from patchapp at dberlin dot org 2006-05-15 19:39 --- Subject: Bug number PR27529 A patch for this bug has been added to the patch tracker. The mailing list url for the patch is http://gcc.gnu.org/ml/gcc-patches/2006-05/msg00415.html -- http://gcc.gnu.org/bugzilla/sh

[Bug middle-end/27488] [4.1/4.2 regression] ICE in tree_expr_nonnegative_p

2006-05-15 Thread patchapp at dberlin dot org
--- Comment #7 from patchapp at dberlin dot org 2006-05-15 19:40 --- Subject: Bug number PR27488 A patch for this bug has been added to the patch tracker. The mailing list url for the patch is http://gcc.gnu.org/ml/gcc-patches/2006-05/msg00444.html -- http://gcc.gnu.org/bugzilla/sh

[Bug fortran/27470] [4.1/4.2 regression] wrong memory allocator for derived types

2006-05-15 Thread patchapp at dberlin dot org
--- Comment #8 from patchapp at dberlin dot org 2006-05-15 19:38 --- Subject: Bug number PR 27470 A patch for this bug has been added to the patch tracker. The mailing list url for the patch is http://gcc.gnu.org/ml/gcc-patches/2006-05/msg00365.html -- http://gcc.gnu.org/bugzilla/s

[Bug c++/27315] [4.0/4.1/4.2 regression] ICE with ill-placed expression

2006-05-15 Thread patchapp at dberlin dot org
--- Comment #11 from patchapp at dberlin dot org 2006-05-15 19:38 --- Subject: Bug number PR c++/27315 A patch for this bug has been added to the patch tracker. The mailing list url for the patch is http://gcc.gnu.org/ml/gcc-patches/2006-05/msg00361.html -- http://gcc.gnu.org/bugzi

[Bug middle-end/27302] Fold does not fold (i < j) == (j > i) to 1

2006-05-15 Thread patchapp at dberlin dot org
--- Comment #5 from patchapp at dberlin dot org 2006-05-15 19:37 --- Subject: Bug number PR27302 A patch for this bug has been added to the patch tracker. The mailing list url for the patch is http://gcc.gnu.org/ml/gcc-patches/2006-05/msg00344.html -- http://gcc.gnu.org/bugzilla/sh

[Bug c++/27496] ICE on broken templated friend

2006-05-15 Thread patchapp at dberlin dot org
--- Comment #6 from patchapp at dberlin dot org 2006-05-15 19:37 --- Subject: Bug number PR c++/27496 A patch for this bug has been added to the patch tracker. The mailing list url for the patch is http://gcc.gnu.org/ml/gcc-patches/2006-05/msg00333.html -- http://gcc.gnu.org/bugzil

[Bug middle-end/27498] fold does not fold reads from constant static strings

2006-05-15 Thread patchapp at dberlin dot org
--- Comment #5 from patchapp at dberlin dot org 2006-05-15 19:37 --- Subject: Bug number PR27498 A patch for this bug has been added to the patch tracker. The mailing list url for the patch is http://gcc.gnu.org/ml/gcc-patches/2006-05/msg00326.html -- http://gcc.gnu.org/bugzilla/sh

[Bug fortran/25746] Elemental assignment gives wrong result

2006-05-15 Thread patchapp at dberlin dot org
--- Comment #6 from patchapp at dberlin dot org 2006-05-15 19:36 --- Subject: Bug number PR25746 A patch for this bug has been added to the patch tracker. The mailing list url for the patch is http://gcc.gnu.org/ml/gcc-patches/2006-05/msg00296.html -- http://gcc.gnu.org/bugzilla/sh

[Bug fortran/27411] crashes in sra_walk_expr and emit_move_insn

2006-05-15 Thread patchapp at dberlin dot org
--- Comment #4 from patchapp at dberlin dot org 2006-05-15 19:35 --- Subject: Bug number PR27411 A patch for this bug has been added to the patch tracker. The mailing list url for the patch is http://gcc.gnu.org/ml/gcc-patches/2006-05/msg00252.html -- http://gcc.gnu.org/bugzilla/sh

[Bug target/27421] [4.0/4.1 regression] ICE with invalid array in struct

2006-05-15 Thread patchapp at dberlin dot org
--- Comment #11 from patchapp at dberlin dot org 2006-05-15 19:35 --- Subject: Bug number PR target/27421 A patch for this bug has been added to the patch tracker. The mailing list url for the patch is http://gcc.gnu.org/ml/gcc-patches/2006-05/msg00244.html -- http://gcc.gnu.org/bu

[Bug c++/27430] ICE on array of voids as template parameter

2006-05-15 Thread patchapp at dberlin dot org
--- Comment #6 from patchapp at dberlin dot org 2006-05-15 19:34 --- Subject: Bug number PR c++/27430 A patch for this bug has been added to the patch tracker. The mailing list url for the patch is http://gcc.gnu.org/ml/gcc-patches/2006-05/msg00208.html -- http://gcc.gnu.org/bugzil

[Bug c++/27427] [4.0/4.1/4.2 regression] ICE with invalid template parameter

2006-05-15 Thread patchapp at dberlin dot org
--- Comment #8 from patchapp at dberlin dot org 2006-05-15 19:34 --- Subject: Bug number PR c++/27427 A patch for this bug has been added to the patch tracker. The mailing list url for the patch is http://gcc.gnu.org/ml/gcc-patches/2006-05/msg00207.html -- http://gcc.gnu.org/bugzil

[Bug c++/27423] ICE on default argument for void parameter

2006-05-15 Thread patchapp at dberlin dot org
--- Comment #7 from patchapp at dberlin dot org 2006-05-15 19:33 --- Subject: Bug number PR c++/27423 A patch for this bug has been added to the patch tracker. The mailing list url for the patch is http://gcc.gnu.org/ml/gcc-patches/2006-05/msg00206.html -- http://gcc.gnu.org/bugzil

[Bug c++/27422] [4.0/4.1/4.2 regression] ICE with invalid function argument

2006-05-15 Thread patchapp at dberlin dot org
--- Comment #8 from patchapp at dberlin dot org 2006-05-15 19:33 --- Subject: Bug number PR c++/27422 A patch for this bug has been added to the patch tracker. The mailing list url for the patch is http://gcc.gnu.org/ml/gcc-patches/2006-05/msg00205.html -- http://gcc.gnu.org/bugzil

[Bug objc/27240] [4.1/4.2 regression] ICE with invalid fields

2006-05-15 Thread patchapp at dberlin dot org
--- Comment #5 from patchapp at dberlin dot org 2006-05-15 19:32 --- Subject: Bug number PR objc/27240 A patch for this bug has been added to the patch tracker. The mailing list url for the patch is http://gcc.gnu.org/ml/gcc-patches/2006-05/msg00159.html -- http://gcc.gnu.org/bugzi

[Bug middle-end/27409] [4.1 Regression] ICE in get_constraint_for_component_ref

2006-05-15 Thread patchapp at dberlin dot org
--- Comment #10 from patchapp at dberlin dot org 2006-05-15 19:32 --- Subject: Bug number PR27409 A patch for this bug has been added to the patch tracker. The mailing list url for the patch is http://gcc.gnu.org/ml/gcc-patches/2006-05/msg00153.html -- http://gcc.gnu.org/bugzilla/s

[Bug tree-optimization/26447] [4.2 Regression] verify_flow_info failed, load PRE with java program

2006-05-15 Thread patchapp at dberlin dot org
--- Comment #23 from patchapp at dberlin dot org 2006-05-15 19:32 --- Subject: Bug number PR26447 A patch for this bug has been added to the patch tracker. The mailing list url for the patch is http://gcc.gnu.org/ml/gcc-patches/2006-05/msg00138.html -- http://gcc.gnu.org/bugzilla/s

[Bug tree-optimization/15911] VRP/DOM does not like TRUTH_AND_EXPR

2006-05-15 Thread patchapp at dberlin dot org
--- Comment #30 from patchapp at dberlin dot org 2006-05-15 19:30 --- Subject: Bug number PR15911 A patch for this bug has been added to the patch tracker. The mailing list url for the patch is http://gcc.gnu.org/ml/gcc-patches/2006-05/msg00030.html -- http://gcc.gnu.org/bugzilla/s

[Bug libfortran/24459] gfortran namelist problem

2006-05-15 Thread patchapp at dberlin dot org
--- Comment #15 from patchapp at dberlin dot org 2006-05-15 19:30 --- Subject: Bug number PR24459 A patch for this bug has been added to the patch tracker. The mailing list url for the patch is http://gcc.gnu.org/ml/gcc-patches/2006-05/msg0.html -- http://gcc.gnu.org/bugzilla/s

[Bug tree-optimization/22303] CCP does not handle STRING_CSTs

2006-05-15 Thread patchapp at dberlin dot org
--- Comment #9 from patchapp at dberlin dot org 2006-05-15 19:25 --- Subject: Bug number PR22303 A patch for this bug has been added to the patch tracker. The mailing list url for the patch is http://gcc.gnu.org/ml/gcc-patches/2006-05/msg00332.html -- http://gcc.gnu.org/bugzilla/sh

[Bug tree-optimization/3511] Inlined strlen() could be smarter

2006-05-15 Thread patchapp at dberlin dot org
--- Comment #7 from patchapp at dberlin dot org 2006-05-15 19:22 --- Subject: Bug number PR3511 A patch for this bug has been added to the patch tracker. The mailing list url for the patch is http://gcc.gnu.org/ml/gcc-patches/2006-05/msg00295.html -- http://gcc.gnu.org/bugzilla/sho

[Bug fortran/19015] shape / rank mismatch in maxloc / minloc could be caught at compile time

2006-05-15 Thread pault at gcc dot gnu dot org
--- Comment #6 from pault at gcc dot gnu dot org 2006-05-15 19:02 --- I'll submit tonight, once I have got a couple of other pending patches out of the door. Paul -- pault at gcc dot gnu dot org changed: What|Removed |Added ---

[Bug fortran/25098] Variable as actual argument for procedure dummy argument allowed

2006-05-15 Thread pault at gcc dot gnu dot org
--- Comment #1 from pault at gcc dot gnu dot org 2006-05-15 18:57 --- A patch is regtesting right now. Paul -- pault at gcc dot gnu dot org changed: What|Removed |Added

[Bug other/27617] no support for turning specific warnings into errors

2006-05-15 Thread pinskia at gcc dot gnu dot org
--- Comment #1 from pinskia at gcc dot gnu dot org 2006-05-15 18:54 --- This is implemented on the mainline for 4.2.0: http://gcc.gnu.org/onlinedocs/gcc/Diagnostic-Pragmas.html#Diagnostic-Pragmas You could also try -pedantic-errors if you want to error out for stuff that is nonstandard.

[Bug other/27617] New: no support for turning specific warnings into errors

2006-05-15 Thread ttimo at idsoftware dot com
There is currently no support in gcc for turning specific warnings into errors. I do most of my developement with gcc while my colleagues use MSVC, which will error out on -Wcast-qual's equivalent. Using -Werror would be completely unpractical because our codebase is fairly large and spewing a LOT

[Bug other/19165] (Natural) language independent error / warning classification

2006-05-15 Thread ttimo at idsoftware dot com
--- Comment #7 from ttimo at idsoftware dot com 2006-05-15 18:42 --- an XML output mode would solve this ( and potentially a number of other similar issues .. like having to set -fmessage-length=0 for most analyzers ) -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19165

[Bug tree-optimization/26830] [4.2 Regression] Repeated SSA update during loop header copying

2006-05-15 Thread rakdver at gcc dot gnu dot org
--- Comment #38 from rakdver at gcc dot gnu dot org 2006-05-15 18:25 --- Subject: Bug 26830 Author: rakdver Date: Mon May 15 18:24:55 2006 New Revision: 113799 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=113799 Log: PR tree-optimization/26830 * tree-into-ssa.

[Bug debug/27607] FAIL: gcc.dg/debug/dwarf2/dwarf-die2.c scan-assembler-not CIE Version

2006-05-15 Thread pinskia at gcc dot gnu dot org
--- Comment #3 from pinskia at gcc dot gnu dot org 2006-05-15 18:14 --- Also happens on x86-linux-gnu. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added

[Bug middle-end/27573] ICE with -fopenmp -fprofile-generate

2006-05-15 Thread jakub at gcc dot gnu dot org
-- jakub at gcc dot gnu dot org changed: What|Removed |Added AssignedTo|unassigned at gcc dot gnu |jakub at gcc dot gnu dot org |dot org

[Bug middle-end/26729] [4.0 regression] bad bitops folding

2006-05-15 Thread roger at eyesopen dot com
--- Comment #22 from roger at eyesopen dot com 2006-05-15 17:41 --- This should now be fixed on all open branches. -- roger at eyesopen dot com changed: What|Removed |Added ---

[Bug rtl-optimization/14261] ICE due to if-conversion

2006-05-15 Thread roger at eyesopen dot com
--- Comment #5 from roger at eyesopen dot com 2006-05-15 17:37 --- This should now be fixed on both mainline and the 4.1 branch. Thanks Andreas. -- roger at eyesopen dot com changed: What|Removed |Added

[Bug tree-optimization/27603] [4.1/4.2 Regression] wrong code, apparently due to bad VRP (-O2)

2006-05-15 Thread rguenth at gcc dot gnu dot org
--- Comment #12 from rguenth at gcc dot gnu dot org 2006-05-15 17:36 --- Subject: Bug 27603 Author: rguenth Date: Mon May 15 17:35:48 2006 New Revision: 113797 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=113797 Log: 2006-05-15 Richard Guenther <[EMAIL PROTECTED]>

Re: mingw gcc-4.2-20060506

2006-05-15 Thread Andrew Pinski
> > > compile fails using mingw gcc-4.0.3 > > using ../configure -v --enable-languages=c,c++ --with-gcc --with-gnu-ld > --with-gnu- > as --prefix=/mingw > > i get an error: > > make[3]: *** No rule to make target `../../gcc/objc/objc-act.c', needed by > `s-gtype'. Stop. > make[3]: Leaving dir

[Bug other/25035] [4.1/4.2 regression] libssp causes a failure with cross compilers

2006-05-15 Thread bjoern dot m dot haase at web dot de
--- Comment #7 from bjoern dot m dot haase at web dot de 2006-05-15 17:25 --- Subject: Re: [4.1/4.2 regression] libssp causes a failure with cross compilers mmitchel at gcc dot gnu dot org wrote on Montag, 15. Mai 2006 00:26 : > --- Comment #6 from mmitchel at gcc dot gnu dot org

mingw gcc-4.2-20060506

2006-05-15 Thread cc979.uk
compile fails using mingw gcc-4.0.3 using ../configure -v --enable-languages=c,c++ --with-gcc --with-gnu-ld --with-gnu- as --prefix=/mingw i get an error: make[3]: *** No rule to make target `../../gcc/objc/objc-act.c', needed by `s-gtype'. Stop. make[3]: Leaving directory `/home/user/gcc-4.2-

[Bug fortran/25082] Subroutine with RETURN value, ICE in gfc_conv_scalarized_array_ref

2006-05-15 Thread pault at gcc dot gnu dot org
--- Comment #3 from pault at gcc dot gnu dot org 2006-05-15 17:16 --- Subject: Bug 25082 Author: pault Date: Mon May 15 17:16:26 2006 New Revision: 113796 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=113796 Log: 2006-05-15 Paul Thomas <[EMAIL PROTECTED]> PR fortran/

[Bug fortran/25090] Bad automatic character length

2006-05-15 Thread pault at gcc dot gnu dot org
--- Comment #2 from pault at gcc dot gnu dot org 2006-05-15 17:16 --- Subject: Bug 25090 Author: pault Date: Mon May 15 17:16:26 2006 New Revision: 113796 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=113796 Log: 2006-05-15 Paul Thomas <[EMAIL PROTECTED]> PR fortran/

[Bug c++/24711] Misleading names for template parameters in diagnostics

2006-05-15 Thread pault at gcc dot gnu dot org
--- Comment #3 from pault at gcc dot gnu dot org 2006-05-15 17:16 --- Subject: Bug 24711 Author: pault Date: Mon May 15 17:16:26 2006 New Revision: 113796 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=113796 Log: 2006-05-15 Paul Thomas <[EMAIL PROTECTED]> PR fortran/

[Bug libstdc++/27530] Possible memory leak in std::vector::reserve() or std::vector::clear()

2006-05-15 Thread pcarlini at suse dot de
--- Comment #5 from pcarlini at suse dot de 2006-05-15 16:58 --- (In reply to comment #4) > I have tried to create simple test case (about 200 rows) where I tried to > reproduce key code fragments. In simple test case leak not reproduced. But I > have easy reproduced it with very small a

[Bug rtl-optimization/22563] [4.0 Regression] performance regression for gcc newer than 2.95

2006-05-15 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added Known to fail|3.3.3 3.0.4 3.2.3 3.4.0 |3.3.3 3.0.4 3.2.3 3.4.0 |

[Bug libstdc++/24715] __exchange_and_add is called too much

2006-05-15 Thread pcarlini at suse dot de
--- Comment #5 from pcarlini at suse dot de 2006-05-15 16:49 --- Feedback not forthcoming. -- pcarlini at suse dot de changed: What|Removed |Added Status|WAIT

[Bug libstdc++/27615] memory leak with libstdc++ set

2006-05-15 Thread pcarlini at suse dot de
--- Comment #3 from pcarlini at suse dot de 2006-05-15 16:46 --- Missing a self-contained, simple testcase, certainly we cannot even imagine debugging this... Also, please use valgrind, very reliable and commonly available. -- pcarlini at suse dot de changed: What|Rem

[Bug c++/27601] [4.1/4.2 Regression] ICE (in fold_offsetof_1, at c-common.c:5998) on strange offsetof

2006-05-15 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added Summary|ICE (in fold_offsetof_1, at |[4.1/4.2 Regression] ICE (in |c-common.c:5998) on s

[Bug middle-end/26729] [4.0 regression] bad bitops folding

2006-05-15 Thread sayle at gcc dot gnu dot org
--- Comment #21 from sayle at gcc dot gnu dot org 2006-05-15 16:14 --- Subject: Bug 26729 Author: sayle Date: Mon May 15 16:14:46 2006 New Revision: 113795 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=113795 Log: PR middle-end/26729 * fold-const.c (fold_trutho

[Bug fortran/27613] compile fails with "Unclassifiable statement" error message

2006-05-15 Thread pault at gcc dot gnu dot org
-- pault at gcc dot gnu dot org changed: What|Removed |Added AssignedTo|unassigned at gcc dot gnu |pault at gcc dot gnu dot org |dot org

[Bug fortran/27584] ICE on invalid "associate(x,(y))"

2006-05-15 Thread pault at gcc dot gnu dot org
-- pault at gcc dot gnu dot org changed: What|Removed |Added Status|UNCONFIRMED |ASSIGNED Ever Confirmed|0 |1 Last reco

[Bug rtl-optimization/27616] [4.1/4.2 Regression] Internal error with -O1 (CSE)

2006-05-15 Thread pinskia at gcc dot gnu dot org
--- Comment #3 from pinskia at gcc dot gnu dot org 2006-05-15 15:59 --- Reduced testcase (without any preprocessed macros or includes): struct chunk_s { unsigned int size; int offset_next; }; typedef struct chunk_s chunk_t; void gcc_bug_test(chunk_t *first) { chunk_t * cur;

[Bug rtl-optimization/27616] [4.1/4.2 Regression] Internal error with -O1 (CSE)

2006-05-15 Thread pinskia at gcc dot gnu dot org
--- Comment #2 from pinskia at gcc dot gnu dot org 2006-05-15 15:53 --- Confirmed. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added CC|

[Bug rtl-optimization/27616] Internal error with -O1 (CSE)

2006-05-15 Thread pinskia at gcc dot gnu dot org
--- Comment #1 from pinskia at gcc dot gnu dot org 2006-05-15 15:51 --- #2 0x081a4404 in lookup_as_function (x=, code=PLUS) at /home/peshtigo/pinskia/src/gnu/gcc/src/gcc/cse.c:1453 #3 0x081a58d0 in fold_rtx (x=, insn=0x0) at /home/peshtigo/pinskia/src/gnu/gcc/src/gcc/cse.c:4213

[Bug libstdc++/27615] memory leak with libstdc++ set

2006-05-15 Thread nanjiang dot shu at gmail dot com
--- Comment #2 from nanjiang dot shu at gmail dot com 2006-05-15 15:50 --- Subject: Re: memory leak with libstdc++ set I have compiled the problem with gcc4.1.0, which was builded under linux-pc-i686 from tar balls. The program exited with similar error message. But I did not debuge

[Bug rtl-optimization/27616] New: Internal error with -O3

2006-05-15 Thread moonz at kaist dot ac dot kr
= gcc41bug.c = #include typedef struct chunk_s chunk_t; struct chunk_s { unsigned int size; int offset_next; }; #define GET_ADDRESS(baseptr, offset) \ ((chunk_t *)((char *)(baseptr) + (offset))) void gcc_bug_test(chunk_t *first) { chunk_t *cur; while (1) { c

[Bug other/27614] stage 1 intl configure failure

2006-05-15 Thread kminola at eng dot umd dot edu
--- Comment #2 from kminola at eng dot umd dot edu 2006-05-15 15:37 --- Sorry, found my error. -- kminola at eng dot umd dot edu changed: What|Removed |Added

[Bug libstdc++/27615] memory leak with libstdc++ set

2006-05-15 Thread pinskia at gcc dot gnu dot org
--- Comment #1 from pinskia at gcc dot gnu dot org 2006-05-15 15:35 --- Can you try a newer GCC since 3.3.x (and 3.4.x) are no longer being updated. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27615

[Bug middle-end/27536] [4.2 Regression] -fsection-anchors breaks Ada

2006-05-15 Thread dje at gcc dot gnu dot org
--- Comment #8 from dje at gcc dot gnu dot org 2006-05-15 15:30 --- Andreas or AJ,: Can you test with gcc/except.c:output_ttype() changed from expand_normal() to expand_expr (..., EXPAND_INITIALIZER, ...) ? -- dje at gcc dot gnu dot org changed: What|Removed

[Bug libstdc++/27615] New: memory leak with libstdc++ set

2006-05-15 Thread nanjiang dot shu at gmail dot com
I used set ss as a containtor for a list of unique, ordered strings. However, program reports segmentation error when trying to allocate a block of memory. I have used libcwd to debug the memory allocation, the libcwd detected memory leaks: +

[Bug other/27614] stage 1 intl configure failure

2006-05-15 Thread rguenth at gcc dot gnu dot org
--- Comment #1 from rguenth at gcc dot gnu dot org 2006-05-15 15:22 --- Please attach the relevant parts of config.log -- rguenth at gcc dot gnu dot org changed: What|Removed |Added --

[Bug other/27614] New: stage 1 intl configure failure

2006-05-15 Thread kminola at eng dot umd dot edu
With gcc-4.2-20060513 Configuring stage 1 in ./intl ... checking for void *... yes cchecking for void *... yes checking size of void *... configure: error: cannot compute sizeof (void *), 77 See `config.log' for more details. make[2]: *** [configure-stage1-gcc] Error 1 -- Summary: s

[Bug tree-optimization/27039] [4.1/4.2 Regression] Unable to determine # of iterations for a simple loop

2006-05-15 Thread patchapp at dberlin dot org
--- Comment #11 from patchapp at dberlin dot org 2006-05-15 14:44 --- Subject: Bug number PR27039 A patch for this bug has been added to the patch tracker. The mailing list url for the patch is http://gcc.gnu.org/ml/gcc-patches/2006-05/msg00452.html -- http://gcc.gnu.org/bugzilla/s

[Bug c/27489] [4.1/4.2 regression] ICE on broken switch condition

2006-05-15 Thread reichelt at igpm dot rwth-aachen dot de
--- Comment #6 from reichelt at igpm dot rwth-aachen dot de 2006-05-15 14:31 --- Subject: Re: [4.1/4.2 regression] ICE on broken switch condition On 14 May, mmitchel at gcc dot gnu dot org wrote: > --- Comment #5 from mmitchel at gcc dot gnu dot org 2006-05-14 22:35 > --- >

  1   2   >