[Bug target/16185] ICE: in spill_failure, at reload1.c:1892, global registers and long long

2006-02-23 Thread rmathew at gcc dot gnu dot org
--- Comment #12 from rmathew at gcc dot gnu dot org 2006-02-24 07:51 --- (In reply to comment #5) > small testcase: This particular testcase doesn't fail for me anymore on mainline as of 2006-02-24. However, QEMU 0.8.0 still doesn't build with this compiler (you'll have to configure wi

[Bug bootstrap/26438] gcc-4.1.0 20060219 fails to bootstrap: xgcc: Internal error: Segmentation fault

2006-02-23 Thread george dot wieggers at gmail dot com
--- Comment #3 from george dot wieggers at gmail dot com 2006-02-24 07:40 --- Your suggestion works, thanks! I bootstrapped gcc-3.4.5 and used that to build gcc-4.1.0 20060219 Maybe this solution could be added to the hppa*-hp-hpux11 platform specific notes... -- george dot wiegger

[Bug target/26453] Segfault with -m64 -mtraceback=full

2006-02-23 Thread amodra at gcc dot gnu dot org
--- Comment #1 from amodra at gcc dot gnu dot org 2006-02-24 06:30 --- Subject: Bug 26453 Author: amodra Date: Fri Feb 24 06:30:51 2006 New Revision: 111415 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=111415 Log: PR target/26453 * config/rs6000/rs6000.c (rs600

[Bug libfortran/26423] [4.1/4.2 Regression] Error on binary I/O for large array

2006-02-23 Thread jvdelisle at gcc dot gnu dot org
--- Comment #11 from jvdelisle at gcc dot gnu dot org 2006-02-24 03:23 --- I have confirmed that the regression occurred after Thomas patch to pr23815. I think Janne is on the right track related to pr25949. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26423

[Bug libgomp/26452] Internal compiler error with openmp

2006-02-23 Thread pkambadu at gmail dot com
--- Comment #3 from pkambadu at gmail dot com 2006-02-24 02:24 --- This was a big misunderstanding. I thought all the front-ends for openmp had been integrated into trunk. it seems like only the C one has been integrated. I downloaded the right branch as mentioned on the web-site. --

[Bug inline-asm/23200] [4.0/4.1/4.2 regression] rejects "i"(&var + 1)

2006-02-23 Thread mark at codesourcery dot com
--- Comment #20 from mark at codesourcery dot com 2006-02-24 02:17 --- Subject: Re: [4.0/4.1/4.2 regression] rejects "i"(&var + 1) mrs at apple dot com wrote: > --- Comment #19 from mrs at apple dot com 2006-02-24 02:14 --- > This was not 4.1.0 before, it was 4.0.3. Yes. I

[Bug inline-asm/23200] [4.0/4.1/4.2 regression] rejects "i"(&var + 1)

2006-02-23 Thread mrs at apple dot com
--- Comment #19 from mrs at apple dot com 2006-02-24 02:14 --- This was not 4.1.0 before, it was 4.0.3. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23200

[Bug target/26453] Segfault with -m64 -mtraceback=full

2006-02-23 Thread amodra at bigpond dot net dot au
-- amodra at bigpond dot net dot au changed: What|Removed |Added AssignedTo|unassigned at gcc dot gnu |amodra at bigpond dot net |dot org

[Bug target/26453] New: Segfault with -m64 -mtraceback=full

2006-02-23 Thread amodra at bigpond dot net dot au
The following segfaults in rs6000_output_function_epilogue when compiled with -m64 -mtraceback=full. r_o_f_e is being called via final_end_function in rs6000_output_mi_thunk. This is a regression from gcc-3.3.x. class A1 { public: virtual ~A1(); }; class A2 : public A1 { }; class A3 : virtual

[Bug libgomp/26452] Internal compiler error with openmp

2006-02-23 Thread pkambadu at gmail dot com
--- Comment #2 from pkambadu at gmail dot com 2006-02-24 01:52 --- Sorry for the incomplete post. Here is the complete story: I tried looking into what might be wrong and have the following thoughts: In gcc/cp/parser.c, line 17661, there is the following assertion assert(id >= PRAGMA_

[Bug libgomp/26452] Internal compiler error with openmp

2006-02-23 Thread pkambadu at gmail dot com
--- Comment #1 from pkambadu at gmail dot com 2006-02-24 01:48 --- I tried looking into what might be wrong and have the following thoughts: 1. in gcc/cp/parser.c, line 17661, there is the following assertion -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26452

[Bug c++/26433] [3.4/4.0/4.1/4.2 Regression] Syntax error using __FUNCTION__ in catch handler

2006-02-23 Thread mmitchel at gcc dot gnu dot org
--- Comment #2 from mmitchel at gcc dot gnu dot org 2006-02-24 01:39 --- Will not be fixed in 4.1.0. -- mmitchel at gcc dot gnu dot org changed: What|Removed |Added

[Bug middle-end/26379] [4.0 Regression] ICE on vector shift RTL simplification

2006-02-23 Thread mmitchel at gcc dot gnu dot org
--- Comment #5 from mmitchel at gcc dot gnu dot org 2006-02-24 01:39 --- Patch applied to 4.1. This patch is OK for 4.0; please apply there. -- mmitchel at gcc dot gnu dot org changed: What|Removed |Added -

[Bug middle-end/26379] [4.0/4.1 Regression] ICE on vector shift RTL simplification

2006-02-23 Thread mmitchel at gcc dot gnu dot org
--- Comment #4 from mmitchel at gcc dot gnu dot org 2006-02-24 01:37 --- Subject: Bug 26379 Author: mmitchel Date: Fri Feb 24 01:37:22 2006 New Revision: 111411 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=111411 Log: Backport: 2006-02-21 Jakub Jelinek <[EMA

[Bug target/25603] [4.1 Regression]: Miscompiled FORTRAN program

2006-02-23 Thread mmitchel at gcc dot gnu dot org
--- Comment #23 from mmitchel at gcc dot gnu dot org 2006-02-24 01:20 --- Fixed in 4.1.0. -- mmitchel at gcc dot gnu dot org changed: What|Removed |Added Sta

[Bug target/25603] [4.1 Regression]: Miscompiled FORTRAN program

2006-02-23 Thread mmitchel at gcc dot gnu dot org
--- Comment #22 from mmitchel at gcc dot gnu dot org 2006-02-24 01:18 --- Subject: Bug 25603 Author: mmitchel Date: Fri Feb 24 01:18:27 2006 New Revision: 111409 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=111409 Log: Backport: 2006-02-16 Denis Nagorny <[EMA

[Bug libgomp/26452] New: Internal compiler error with openmp

2006-02-23 Thread pkambadu at gmail dot com
g++ version: Using built-in specs. Target: i686-pc-linux-gnu Configured with: ../gomp-sources/configure --prefix=/home/pkambadu/gomp Thread model: posix gcc version 4.2.0 20060223 (experimental) Program: void foo() { #pragma omp parallel } Output: /home/pkambadu/gomp/bin/g++ -c

[Bug java/21206] gcj seems not to pass the option to ld correctly

2006-02-23 Thread wilson at gcc dot gnu dot org
--- Comment #12 from wilson at gcc dot gnu dot org 2006-02-24 00:49 --- It appears that the LT stands for libtool. So the first one (LIBICONV) is supposed to be used for linking if you aren't using libtool, and the second one (LTLIBICONV) is used for linking if you are using libtool. I

[Bug tree-optimization/17506] [4.0/4.1/4.2 regression] warning about uninitialized variable points to wrong location

2006-02-23 Thread mmitchel at gcc dot gnu dot org
--- Comment #22 from mmitchel at gcc dot gnu dot org 2006-02-24 00:25 --- This issue will not be resolved in GCC 4.1.0; retargeted at GCC 4.1.1. -- mmitchel at gcc dot gnu dot org changed: What|Removed |Added --

[Bug c++/26365] [3.4/4.0/4.1/4.2 Regression] ICE in finish_class_member_access_expr, at cp/typeck.c

2006-02-23 Thread mmitchel at gcc dot gnu dot org
--- Comment #4 from mmitchel at gcc dot gnu dot org 2006-02-24 00:27 --- This issue will not be resolved in GCC 4.1.0; retargeted at GCC 4.1.1. -- mmitchel at gcc dot gnu dot org changed: What|Removed |Added ---

[Bug target/26223] [4.0/4.1/4.2 regression] ICE on long double with -mno-80387

2006-02-23 Thread mmitchel at gcc dot gnu dot org
--- Comment #8 from mmitchel at gcc dot gnu dot org 2006-02-24 00:26 --- This issue will not be resolved in GCC 4.1.0; retargeted at GCC 4.1.1. -- mmitchel at gcc dot gnu dot org changed: What|Removed |Added ---

[Bug c++/26195] [4.0/4.1/4.2 regression] pragma interface no longer handles explicit names

2006-02-23 Thread mmitchel at gcc dot gnu dot org
--- Comment #8 from mmitchel at gcc dot gnu dot org 2006-02-24 00:26 --- This issue will not be resolved in GCC 4.1.0; retargeted at GCC 4.1.1. -- mmitchel at gcc dot gnu dot org changed: What|Removed |Added ---

[Bug c++/26036] [4.0/4.1/4.2 Regression] Treating a class object as a function with member variables causes hang

2006-02-23 Thread mmitchel at gcc dot gnu dot org
--- Comment #5 from mmitchel at gcc dot gnu dot org 2006-02-24 00:26 --- This issue will not be resolved in GCC 4.1.0; retargeted at GCC 4.1.1. -- mmitchel at gcc dot gnu dot org changed: What|Removed |Added ---

[Bug c++/26102] [4.1/4.2 regression] "using Base::member" nonsense

2006-02-23 Thread mmitchel at gcc dot gnu dot org
--- Comment #3 from mmitchel at gcc dot gnu dot org 2006-02-24 00:26 --- This issue will not be resolved in GCC 4.1.0; retargeted at GCC 4.1.1. -- mmitchel at gcc dot gnu dot org changed: What|Removed |Added ---

[Bug c++/26266] [4.0/4.1/4.2 regression] Trouble with static const data members in template classes

2006-02-23 Thread mmitchel at gcc dot gnu dot org
--- Comment #16 from mmitchel at gcc dot gnu dot org 2006-02-24 00:26 --- This issue will not be resolved in GCC 4.1.0; retargeted at GCC 4.1.1. -- mmitchel at gcc dot gnu dot org changed: What|Removed |Added --

[Bug rtl-optimization/26069] [4.0/4.1/4.2 Regression] Runtime endian-ness check is no longer optimized out.

2006-02-23 Thread mmitchel at gcc dot gnu dot org
--- Comment #7 from mmitchel at gcc dot gnu dot org 2006-02-24 00:26 --- This issue will not be resolved in GCC 4.1.0; retargeted at GCC 4.1.1. -- mmitchel at gcc dot gnu dot org changed: What|Removed |Added ---

[Bug c++/26295] [4.0/4.1/4.2 Regression] Invalid namespace pointer seg fault

2006-02-23 Thread mmitchel at gcc dot gnu dot org
--- Comment #3 from mmitchel at gcc dot gnu dot org 2006-02-24 00:27 --- This issue will not be resolved in GCC 4.1.0; retargeted at GCC 4.1.1. -- mmitchel at gcc dot gnu dot org changed: What|Removed |Added ---

[Bug c++/26068] [3.4/4.0/4.1 Regression] extern "C" static function should not be allowed

2006-02-23 Thread mmitchel at gcc dot gnu dot org
--- Comment #2 from mmitchel at gcc dot gnu dot org 2006-02-24 00:26 --- This issue will not be resolved in GCC 4.1.0; retargeted at GCC 4.1.1. -- mmitchel at gcc dot gnu dot org changed: What|Removed |Added ---

[Bug c/26004] [4.1/4.2 Regression] gcc errors on valid code [SVO]

2006-02-23 Thread mmitchel at gcc dot gnu dot org
--- Comment #11 from mmitchel at gcc dot gnu dot org 2006-02-24 00:26 --- This issue will not be resolved in GCC 4.1.0; retargeted at GCC 4.1.1. -- mmitchel at gcc dot gnu dot org changed: What|Removed |Added --

[Bug c++/26269] [3.4/4.0/4.1/4.2 regression] Declaring a variable too late yields bogus error message

2006-02-23 Thread mmitchel at gcc dot gnu dot org
--- Comment #3 from mmitchel at gcc dot gnu dot org 2006-02-24 00:27 --- This issue will not be resolved in GCC 4.1.0; retargeted at GCC 4.1.1. -- mmitchel at gcc dot gnu dot org changed: What|Removed |Added ---

[Bug debug/26364] [4.0/4.1/4.2 regression] [no unit-at-a-time mode] Uninlined function is marked as inlined

2006-02-23 Thread mmitchel at gcc dot gnu dot org
--- Comment #8 from mmitchel at gcc dot gnu dot org 2006-02-24 00:27 --- This issue will not be resolved in GCC 4.1.0; retargeted at GCC 4.1.1. -- mmitchel at gcc dot gnu dot org changed: What|Removed |Added ---

[Bug target/26290] [4.1 Regression]: code pessimization wrt. GCC 4.0 probably due to TARGET_MEM_REF

2006-02-23 Thread mmitchel at gcc dot gnu dot org
--- Comment #13 from mmitchel at gcc dot gnu dot org 2006-02-24 00:27 --- This issue will not be resolved in GCC 4.1.0; retargeted at GCC 4.1.1. -- mmitchel at gcc dot gnu dot org changed: What|Removed |Added --

[Bug c++/26122] [4.0/4.1/4.2 regression] Pure specifiers for templates causing trouble

2006-02-23 Thread mmitchel at gcc dot gnu dot org
--- Comment #4 from mmitchel at gcc dot gnu dot org 2006-02-24 00:26 --- This issue will not be resolved in GCC 4.1.0; retargeted at GCC 4.1.1. -- mmitchel at gcc dot gnu dot org changed: What|Removed |Added ---

[Bug libffi/26048] [4.1/4.2 Regression] libffi doesn't build on Solaris 10/x86 with native assembler

2006-02-23 Thread mmitchel at gcc dot gnu dot org
--- Comment #4 from mmitchel at gcc dot gnu dot org 2006-02-24 00:26 --- This issue will not be resolved in GCC 4.1.0; retargeted at GCC 4.1.1. -- mmitchel at gcc dot gnu dot org changed: What|Removed |Added ---

[Bug c/25161] [4.0/4.1/4.2 Regression] Internal compiler error (segfault) instead of error message

2006-02-23 Thread mmitchel at gcc dot gnu dot org
--- Comment #9 from mmitchel at gcc dot gnu dot org 2006-02-24 00:26 --- This issue will not be resolved in GCC 4.1.0; retargeted at GCC 4.1.1. -- mmitchel at gcc dot gnu dot org changed: What|Removed |Added ---

[Bug c++/25950] [3.4/4.0/4.1] [DR 391] Reference binding and explicit copy constructors

2006-02-23 Thread mmitchel at gcc dot gnu dot org
--- Comment #19 from mmitchel at gcc dot gnu dot org 2006-02-24 00:26 --- This issue will not be resolved in GCC 4.1.0; retargeted at GCC 4.1.1. -- mmitchel at gcc dot gnu dot org changed: What|Removed |Added --

[Bug target/25500] [4.0/4.1/4.2 Regression]: SSE2 vectorized code is slower on 4.x.x than on 3.4.4

2006-02-23 Thread mmitchel at gcc dot gnu dot org
--- Comment #15 from mmitchel at gcc dot gnu dot org 2006-02-24 00:26 --- This issue will not be resolved in GCC 4.1.0; retargeted at GCC 4.1.1. -- mmitchel at gcc dot gnu dot org changed: What|Removed |Added --

[Bug middle-end/25505] [4.0/4.1/4.2 Regression] gcc uses way too much stack space for this code

2006-02-23 Thread mmitchel at gcc dot gnu dot org
--- Comment #15 from mmitchel at gcc dot gnu dot org 2006-02-24 00:26 --- This issue will not be resolved in GCC 4.1.0; retargeted at GCC 4.1.1. -- mmitchel at gcc dot gnu dot org changed: What|Removed |Added --

[Bug c++/25868] [3.4/4.0/4.1/4.2 Regression] Multiple templates and typedefs cause function prototype not to match

2006-02-23 Thread mmitchel at gcc dot gnu dot org
--- Comment #5 from mmitchel at gcc dot gnu dot org 2006-02-24 00:26 --- This issue will not be resolved in GCC 4.1.0; retargeted at GCC 4.1.1. -- mmitchel at gcc dot gnu dot org changed: What|Removed |Added ---

[Bug target/24476] [4.1/4.2 Regression] gcc.dg/tls/pr24428.c execution test and gcc.dg/tls/pr24428-2.c execution test fail on IA64

2006-02-23 Thread mmitchel at gcc dot gnu dot org
--- Comment #7 from mmitchel at gcc dot gnu dot org 2006-02-24 00:26 --- This issue will not be resolved in GCC 4.1.0; retargeted at GCC 4.1.1. -- mmitchel at gcc dot gnu dot org changed: What|Removed |Added ---

[Bug c/25309] [3.4/4.0/4.1/4.2 Regression] ICE on initialization of a huge array

2006-02-23 Thread mmitchel at gcc dot gnu dot org
--- Comment #6 from mmitchel at gcc dot gnu dot org 2006-02-24 00:26 --- This issue will not be resolved in GCC 4.1.0; retargeted at GCC 4.1.1. -- mmitchel at gcc dot gnu dot org changed: What|Removed |Added ---

[Bug c++/24605] [4.0/4.1/4.2 Regression] internal compiler error: Segmentation fault while compiling c++ file

2006-02-23 Thread mmitchel at gcc dot gnu dot org
--- Comment #14 from mmitchel at gcc dot gnu dot org 2006-02-24 00:26 --- This issue will not be resolved in GCC 4.1.0; retargeted at GCC 4.1.1. -- mmitchel at gcc dot gnu dot org changed: What|Removed |Added --

[Bug c/25875] [4.1/4.2 Regression] ICE: segmentation fault

2006-02-23 Thread mmitchel at gcc dot gnu dot org
--- Comment #4 from mmitchel at gcc dot gnu dot org 2006-02-24 00:26 --- This issue will not be resolved in GCC 4.1.0; retargeted at GCC 4.1.1. -- mmitchel at gcc dot gnu dot org changed: What|Removed |Added ---

[Bug tree-optimization/25211] [4.1/4.2 Regression] verify_ssa ICE for mesa with -Os -ftree-loop-linear

2006-02-23 Thread mmitchel at gcc dot gnu dot org
--- Comment #6 from mmitchel at gcc dot gnu dot org 2006-02-24 00:26 --- This issue will not be resolved in GCC 4.1.0; retargeted at GCC 4.1.1. -- mmitchel at gcc dot gnu dot org changed: What|Removed |Added ---

[Bug c++/24009] [4.0/4.1/4.2 regression] C++ fails to print #include stack

2006-02-23 Thread mmitchel at gcc dot gnu dot org
--- Comment #10 from mmitchel at gcc dot gnu dot org 2006-02-24 00:26 --- This issue will not be resolved in GCC 4.1.0; retargeted at GCC 4.1.1. -- mmitchel at gcc dot gnu dot org changed: What|Removed |Added --

[Bug c++/24037] [3.4/4.0/4.1/4.2 regression] C++ front-end does not print #include stack for parsering errors

2006-02-23 Thread mmitchel at gcc dot gnu dot org
--- Comment #6 from mmitchel at gcc dot gnu dot org 2006-02-24 00:26 --- This issue will not be resolved in GCC 4.1.0; retargeted at GCC 4.1.1. -- mmitchel at gcc dot gnu dot org changed: What|Removed |Added ---

[Bug middle-end/23488] [4.1/4.2 Regression] GCSE load PRE does not work with non sets

2006-02-23 Thread mmitchel at gcc dot gnu dot org
--- Comment #15 from mmitchel at gcc dot gnu dot org 2006-02-24 00:26 --- This issue will not be resolved in GCC 4.1.0; retargeted at GCC 4.1.1. -- mmitchel at gcc dot gnu dot org changed: What|Removed |Added --

[Bug debug/23336] [3.4/4.0/4.1/4.2 Regression] enum constants not visible to gdb because of -feliminate-unused-debug-types

2006-02-23 Thread mmitchel at gcc dot gnu dot org
--- Comment #4 from mmitchel at gcc dot gnu dot org 2006-02-24 00:26 --- This issue will not be resolved in GCC 4.1.0; retargeted at GCC 4.1.1. -- mmitchel at gcc dot gnu dot org changed: What|Removed |Added ---

[Bug tree-optimization/21596] [4.0/4.1/4.2 Regression] extra temporaries when using global register variables

2006-02-23 Thread mmitchel at gcc dot gnu dot org
--- Comment #3 from mmitchel at gcc dot gnu dot org 2006-02-24 00:25 --- This issue will not be resolved in GCC 4.1.0; retargeted at GCC 4.1.1. -- mmitchel at gcc dot gnu dot org changed: What|Removed |Added ---

[Bug middle-end/22141] [4.0/4.1/4.2 Regression] Missing optimization when storing structures

2006-02-23 Thread mmitchel at gcc dot gnu dot org
--- Comment #4 from mmitchel at gcc dot gnu dot org 2006-02-24 00:25 --- This issue will not be resolved in GCC 4.1.0; retargeted at GCC 4.1.1. -- mmitchel at gcc dot gnu dot org changed: What|Removed |Added ---

[Bug tree-optimization/23821] [4.0/4.1/4.2 Regression] DOM and VRP creating harder to optimize code

2006-02-23 Thread mmitchel at gcc dot gnu dot org
--- Comment #9 from mmitchel at gcc dot gnu dot org 2006-02-24 00:26 --- This issue will not be resolved in GCC 4.1.0; retargeted at GCC 4.1.1. -- mmitchel at gcc dot gnu dot org changed: What|Removed |Added ---

[Bug tree-optimization/24309] [4.1/4.2 Regression] ICE with -O3 -ftree-loop-linear

2006-02-23 Thread mmitchel at gcc dot gnu dot org
--- Comment #11 from mmitchel at gcc dot gnu dot org 2006-02-24 00:26 --- This issue will not be resolved in GCC 4.1.0; retargeted at GCC 4.1.1. -- mmitchel at gcc dot gnu dot org changed: What|Removed |Added --

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

2006-02-23 Thread mmitchel at gcc dot gnu dot org
--- Comment #10 from mmitchel at gcc dot gnu dot org 2006-02-24 00:25 --- This issue will not be resolved in GCC 4.1.0; retargeted at GCC 4.1.1. -- mmitchel at gcc dot gnu dot org changed: What|Removed |Added --

[Bug middle-end/23868] [4.1/4.2 regression] builtin_apply uses wrong mode for multi-hard-register return values

2006-02-23 Thread mmitchel at gcc dot gnu dot org
--- Comment #6 from mmitchel at gcc dot gnu dot org 2006-02-24 00:26 --- This issue will not be resolved in GCC 4.1.0; retargeted at GCC 4.1.1. -- mmitchel at gcc dot gnu dot org changed: What|Removed |Added ---

[Bug tree-optimization/23346] [4.1/4.2 Regression] FRE before DCE makes a mess of loads or need to sink loads

2006-02-23 Thread mmitchel at gcc dot gnu dot org
--- Comment #9 from mmitchel at gcc dot gnu dot org 2006-02-24 00:26 --- This issue will not be resolved in GCC 4.1.0; retargeted at GCC 4.1.1. -- mmitchel at gcc dot gnu dot org changed: What|Removed |Added ---

[Bug c++/23372] [4.0/4.1/4.2 Regression] Temporary aggregate copy not elided when passing parameters by value

2006-02-23 Thread mmitchel at gcc dot gnu dot org
--- Comment #35 from mmitchel at gcc dot gnu dot org 2006-02-24 00:26 --- This issue will not be resolved in GCC 4.1.0; retargeted at GCC 4.1.1. -- mmitchel at gcc dot gnu dot org changed: What|Removed |Added --

[Bug c++/23287] [3.4/4.0/4.1/4.2 regression] Explicitly invoking destructor of template class in a template and is dependent

2006-02-23 Thread mmitchel at gcc dot gnu dot org
--- Comment #9 from mmitchel at gcc dot gnu dot org 2006-02-24 00:26 --- This issue will not be resolved in GCC 4.1.0; retargeted at GCC 4.1.1. -- mmitchel at gcc dot gnu dot org changed: What|Removed |Added ---

[Bug target/21715] [4.0/4.1 regression] code-generation performance regression

2006-02-23 Thread mmitchel at gcc dot gnu dot org
--- Comment #9 from mmitchel at gcc dot gnu dot org 2006-02-24 00:25 --- This issue will not be resolved in GCC 4.1.0; retargeted at GCC 4.1.1. -- mmitchel at gcc dot gnu dot org changed: What|Removed |Added ---

[Bug c++/23211] [3.4/4.0/4.1/4.2 regression] using dec in nested class doesn't import name

2006-02-23 Thread mmitchel at gcc dot gnu dot org
--- Comment #7 from mmitchel at gcc dot gnu dot org 2006-02-24 00:26 --- This issue will not be resolved in GCC 4.1.0; retargeted at GCC 4.1.1. -- mmitchel at gcc dot gnu dot org changed: What|Removed |Added ---

[Bug tree-optimization/20643] [4.0/4.1/4.2 Regression] Tree loop optimizer does worse job than RTL loop optimizer

2006-02-23 Thread mmitchel at gcc dot gnu dot org
--- Comment #7 from mmitchel at gcc dot gnu dot org 2006-02-24 00:25 --- This issue will not be resolved in GCC 4.1.0; retargeted at GCC 4.1.1. -- mmitchel at gcc dot gnu dot org changed: What|Removed |Added ---

[Bug debug/21391] [3.4/4.0/4.1/4.2 Regression] referencing a type via a cast does not emit it for debug (feliminate-unused-debug-types)

2006-02-23 Thread mmitchel at gcc dot gnu dot org
--- Comment #5 from mmitchel at gcc dot gnu dot org 2006-02-24 00:25 --- This issue will not be resolved in GCC 4.1.0; retargeted at GCC 4.1.1. -- mmitchel at gcc dot gnu dot org changed: What|Removed |Added ---

[Bug c++/17519] [3.4/4.0/4.1/4.2 Regression] Warning for array of packed non-POD in packed struct

2006-02-23 Thread mmitchel at gcc dot gnu dot org
--- Comment #13 from mmitchel at gcc dot gnu dot org 2006-02-24 00:25 --- This issue will not be resolved in GCC 4.1.0; retargeted at GCC 4.1.1. -- mmitchel at gcc dot gnu dot org changed: What|Removed |Added --

[Bug target/23322] [4.1/4.2 regression] performance regression, possibly related to caching

2006-02-23 Thread mmitchel at gcc dot gnu dot org
--- Comment #6 from mmitchel at gcc dot gnu dot org 2006-02-24 00:26 --- This issue will not be resolved in GCC 4.1.0; retargeted at GCC 4.1.1. -- mmitchel at gcc dot gnu dot org changed: What|Removed |Added ---

[Bug rtl-optimization/21485] [4.0/4.1/4.2 Regression] codegen regression due to PRE increasing register pressure

2006-02-23 Thread mmitchel at gcc dot gnu dot org
--- Comment #15 from mmitchel at gcc dot gnu dot org 2006-02-24 00:25 --- This issue will not be resolved in GCC 4.1.0; retargeted at GCC 4.1.1. -- mmitchel at gcc dot gnu dot org changed: What|Removed |Added --

[Bug inline-asm/23200] [4.0/4.1/4.2 regression] rejects "i"(&var + 1)

2006-02-23 Thread mmitchel at gcc dot gnu dot org
--- Comment #18 from mmitchel at gcc dot gnu dot org 2006-02-24 00:26 --- This issue will not be resolved in GCC 4.1.0; retargeted at GCC 4.1.1. -- mmitchel at gcc dot gnu dot org changed: What|Removed |Added --

[Bug c++/20103] [4.0/4.1/4.2 regression] ICE in create_tmp_var with C99 style struct initializer

2006-02-23 Thread mmitchel at gcc dot gnu dot org
--- Comment #49 from mmitchel at gcc dot gnu dot org 2006-02-24 00:25 --- This issue will not be resolved in GCC 4.1.0; retargeted at GCC 4.1.1. -- mmitchel at gcc dot gnu dot org changed: What|Removed |Added --

[Bug middle-end/20983] [4.0/4.1/4.2 Regression] varargs functions force va_list variable to stack unnecessarily

2006-02-23 Thread mmitchel at gcc dot gnu dot org
--- Comment #6 from mmitchel at gcc dot gnu dot org 2006-02-24 00:25 --- This issue will not be resolved in GCC 4.1.0; retargeted at GCC 4.1.1. -- mmitchel at gcc dot gnu dot org changed: What|Removed |Added ---

[Bug c++/20133] [4.0/4.1/4.2 Regression] internal compiler error: in import_export_decl, at cp/decl2.c:1726

2006-02-23 Thread mmitchel at gcc dot gnu dot org
--- Comment #9 from mmitchel at gcc dot gnu dot org 2006-02-24 00:25 --- This issue will not be resolved in GCC 4.1.0; retargeted at GCC 4.1.1. -- mmitchel at gcc dot gnu dot org changed: What|Removed |Added ---

[Bug c++/20173] [3.4/4.0/4.1/4.2 regression] gcc accepts invalid partial specialization attempt of member function

2006-02-23 Thread mmitchel at gcc dot gnu dot org
--- Comment #8 from mmitchel at gcc dot gnu dot org 2006-02-24 00:25 --- This issue will not be resolved in GCC 4.1.0; retargeted at GCC 4.1.1. -- mmitchel at gcc dot gnu dot org changed: What|Removed |Added ---

[Bug debug/19523] [4.0/4.1/4.2 Regression] DBX_USE_BINCL support broken in the C++ compiler

2006-02-23 Thread mmitchel at gcc dot gnu dot org
--- Comment #6 from mmitchel at gcc dot gnu dot org 2006-02-24 00:25 --- This issue will not be resolved in GCC 4.1.0; retargeted at GCC 4.1.1. -- mmitchel at gcc dot gnu dot org changed: What|Removed |Added ---

[Bug c++/19159] [4.0/4.1/4.2 Regression] Undefined symbol: vtable for __cxxabiv1::__vmi_class_type_info

2006-02-23 Thread mmitchel at gcc dot gnu dot org
--- Comment #35 from mmitchel at gcc dot gnu dot org 2006-02-24 00:25 --- This issue will not be resolved in GCC 4.1.0; retargeted at GCC 4.1.1. -- mmitchel at gcc dot gnu dot org changed: What|Removed |Added --

[Bug rtl-optimization/19580] [3.4/4.0/4.1/4.2 Regression] missed load/store motion

2006-02-23 Thread mmitchel at gcc dot gnu dot org
--- Comment #28 from mmitchel at gcc dot gnu dot org 2006-02-24 00:25 --- This issue will not be resolved in GCC 4.1.0; retargeted at GCC 4.1.1. -- mmitchel at gcc dot gnu dot org changed: What|Removed |Added --

[Bug c++/19809] [3.4/4.0/4.1/4.2 Regression] Multiple definitions of friend functions in template classes

2006-02-23 Thread mmitchel at gcc dot gnu dot org
--- Comment #6 from mmitchel at gcc dot gnu dot org 2006-02-24 00:25 --- This issue will not be resolved in GCC 4.1.0; retargeted at GCC 4.1.1. -- mmitchel at gcc dot gnu dot org changed: What|Removed |Added ---

[Bug target/19923] [4.0/4.1/4.2 Regression] openssl is slower when compiled with gcc 4.0 than 3.3

2006-02-23 Thread mmitchel at gcc dot gnu dot org
--- Comment #36 from mmitchel at gcc dot gnu dot org 2006-02-24 00:25 --- This issue will not be resolved in GCC 4.1.0; retargeted at GCC 4.1.1. -- mmitchel at gcc dot gnu dot org changed: What|Removed |Added --

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

2006-02-23 Thread mmitchel at gcc dot gnu dot org
--- Comment #28 from mmitchel at gcc dot gnu dot org 2006-02-24 00:25 --- This issue will not be resolved in GCC 4.1.0; retargeted at GCC 4.1.1. -- mmitchel at gcc dot gnu dot org changed: What|Removed |Added --

[Bug rtl-optimization/19097] [4.1/4.2 regression] Quadratic behavior with many sets for the same register in VRP

2006-02-23 Thread mmitchel at gcc dot gnu dot org
--- Comment #38 from mmitchel at gcc dot gnu dot org 2006-02-24 00:25 --- This issue will not be resolved in GCC 4.1.0; retargeted at GCC 4.1.1. -- mmitchel at gcc dot gnu dot org changed: What|Removed |Added --

[Bug c++/18681] [3.4/4.0/4.1/4.2 Regression] template friend declaration not recognized

2006-02-23 Thread mmitchel at gcc dot gnu dot org
--- Comment #23 from mmitchel at gcc dot gnu dot org 2006-02-24 00:25 --- This issue will not be resolved in GCC 4.1.0; retargeted at GCC 4.1.1. -- mmitchel at gcc dot gnu dot org changed: What|Removed |Added --

[Bug c++/18698] [3.4/4.0/4.1/4.2 regression] Error message using "using" for code not using "using" ;-)

2006-02-23 Thread mmitchel at gcc dot gnu dot org
--- Comment #8 from mmitchel at gcc dot gnu dot org 2006-02-24 00:25 --- This issue will not be resolved in GCC 4.1.0; retargeted at GCC 4.1.1. -- mmitchel at gcc dot gnu dot org changed: What|Removed |Added ---

[Bug tree-optimization/18219] [4.0/4.1/4.2 Regression] bloats code by 31%

2006-02-23 Thread mmitchel at gcc dot gnu dot org
--- Comment #20 from mmitchel at gcc dot gnu dot org 2006-02-24 00:25 --- This issue will not be resolved in GCC 4.1.0; retargeted at GCC 4.1.1. -- mmitchel at gcc dot gnu dot org changed: What|Removed |Added --

[Bug middle-end/18071] [3.4/4.0/4.1/4.2 Regression] -Winline does not respect -fno-default-inline

2006-02-23 Thread mmitchel at gcc dot gnu dot org
--- Comment #20 from mmitchel at gcc dot gnu dot org 2006-02-24 00:25 --- This issue will not be resolved in GCC 4.1.0; retargeted at GCC 4.1.1. -- mmitchel at gcc dot gnu dot org changed: What|Removed |Added --

[Bug c++/17577] [4.0/4.1/4.2 Regression] #pragma implementation no longer diagnoses use after file to which it applies

2006-02-23 Thread mmitchel at gcc dot gnu dot org
--- Comment #7 from mmitchel at gcc dot gnu dot org 2006-02-24 00:25 --- This issue will not be resolved in GCC 4.1.0; retargeted at GCC 4.1.1. -- mmitchel at gcc dot gnu dot org changed: What|Removed |Added ---

[Bug tree-optimization/16876] [3.4/4.0/4.1/4.2 Regression] ICE on testcase with -O3 in gen_lowpart and fold-const

2006-02-23 Thread mmitchel at gcc dot gnu dot org
--- Comment #11 from mmitchel at gcc dot gnu dot org 2006-02-24 00:25 --- This issue will not be resolved in GCC 4.1.0; retargeted at GCC 4.1.1. -- mmitchel at gcc dot gnu dot org changed: What|Removed |Added --

[Bug tree-optimization/8361] [4.1/4.2 regression] C++ compile-time performance regression

2006-02-23 Thread mmitchel at gcc dot gnu dot org
--- Comment #65 from mmitchel at gcc dot gnu dot org 2006-02-24 00:25 --- This issue will not be resolved in GCC 4.1.0; retargeted at GCC 4.1.1. -- mmitchel at gcc dot gnu dot org changed: What|Removed |Added --

[Bug target/24476] [4.1/4.2 Regression] gcc.dg/tls/pr24428.c execution test and gcc.dg/tls/pr24428-2.c execution test fail on IA64

2006-02-23 Thread mmitchel at gcc dot gnu dot org
--- Comment #6 from mmitchel at gcc dot gnu dot org 2006-02-24 00:19 --- I've closed this bug on two grounds: (1) there's nothing for GCC to do about it, as the problem is either a binutils or HP-UX linker bug, and (2) the binutils change has been checked in, so affected users can simpl

[Bug c++/26365] [3.4/4.0/4.1/4.2 Regression] ICE in finish_class_member_access_expr, at cp/typeck.c

2006-02-23 Thread mmitchel at gcc dot gnu dot org
-- mmitchel at gcc dot gnu dot org changed: What|Removed |Added Priority|P3 |P2 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26365

[Bug debug/26364] [4.0/4.1/4.2 regression] [no unit-at-a-time mode] Uninlined function is marked as inlined

2006-02-23 Thread mmitchel at gcc dot gnu dot org
--- Comment #7 from mmitchel at gcc dot gnu dot org 2006-02-23 23:46 --- This problem concerns quasi-invalid debug information in an obscure compilation mode; P2. -- mmitchel at gcc dot gnu dot org changed: What|Removed |Added

[Bug tree-optimization/26425] [4.2 Regression] ice on valid C code with flag -Os

2006-02-23 Thread law at redhat dot com
--- Comment #11 from law at redhat dot com 2006-02-23 22:52 --- Should be fixed now with today's patch. -- law at redhat dot com changed: What|Removed |Added

[Bug tree-optimization/26425] [4.2 Regression] ice on valid C code with flag -Os

2006-02-23 Thread law at gcc dot gnu dot org
--- Comment #10 from law at gcc dot gnu dot org 2006-02-23 22:48 --- Subject: Bug 26425 Author: law Date: Thu Feb 23 22:47:58 2006 New Revision: 111399 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=111399 Log: PR tree-optimization/26425 * tree-vrp.c (vrp_visit_

[Bug tree-optimization/26425] [4.2 Regression] ice on valid C code with flag -Os

2006-02-23 Thread law at redhat dot com
--- Comment #8 from law at redhat dot com 2006-02-23 22:47 --- Subject: Re: [4.2 Regression] ice on valid C code with flag -Os On Wed, 2006-02-22 at 18:07 +, pinskia at gcc dot gnu dot org wrote: > > --- Comment #5 from pinskia at gcc dot gnu dot org 2006-02-22 18:07

[Bug tree-optimization/19910] [4.2 regression] ICE with -ftree-loop-linear

2006-02-23 Thread reichelt at gcc dot gnu dot org
--- Comment #7 from reichelt at gcc dot gnu dot org 2006-02-23 22:42 --- The testcase in comment #3 crashes again on mainline when compiled with "-O2 -ftree-loop-linear" at least on i686-pc-linux-gnu and x86_64-unknown-linux-gnu. The 4.1 branch seems not to be affected. The testcase cr

[Bug bootstrap/26438] gcc-4.1.0 20060219 fails to bootstrap: xgcc: Internal error: Segmentation fault

2006-02-23 Thread sje at cup dot hp dot com
--- Comment #2 from sje at cup dot hp dot com 2006-02-23 22:37 --- I have been unable to reproduce this. I am on 11.11 and using the same binutils and GCC sources. The main difference I see is that I am using GCC 4.0.2 to bootstrap with and you are using GCC 3.2.3 as your starting poin

[Bug fortran/26409] [4.2 regression] ICE on Assumed shape nested subroutine

2006-02-23 Thread eedelman at gcc dot gnu dot org
--- Comment #7 from eedelman at gcc dot gnu dot org 2006-02-23 22:31 --- A few binary search steps later: Works with revision 111270, fails with 111271. It seems to be related to the patch 2006-02-19 H.J. Lu <[EMAIL PROTECTED]> * resolve.c (resolve_contained_functions): Cal

[Bug c++/26451] New: I get segmentation fault when executing this input/output program

2006-02-23 Thread didier2309 at yahoo dot fr
I get segmentation fault when executing this input/output program: #ifdef HAVE_CONFIG_H #include #endif #include #include #include using namespace std; int main(int argc, char *argv[]) { int num, rest, len, result; int control= 0; char *str; bool flag = true; int multi10 = 1;

[Bug target/26432] ppc32 kernel miscompiled

2006-02-23 Thread olh at suse dot de
--- Comment #3 from olh at suse dot de 2006-02-23 22:06 --- I did some more testing today, and now even the -O1 compiled kernel starts to fail randomly. So I suspect either a kernel bug or a hardware failure. -- olh at suse dot de changed: What|Removed

[Bug middle-end/26316] [4.2 Regression] loop-invariant miscompiles openmp.c

2006-02-23 Thread rakdver at gcc dot gnu dot org
--- Comment #14 from rakdver at gcc dot gnu dot org 2006-02-23 21:03 --- Subject: Bug 26316 Author: rakdver Date: Thu Feb 23 21:03:05 2006 New Revision: 111397 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=111397 Log: PR rtl-optimization/26316 * rtlanal.c (enum

[Bug fortran/26444] gfortran does not compile cp2k

2006-02-23 Thread jb at gcc dot gnu dot org
--- Comment #6 from jb at gcc dot gnu dot org 2006-02-23 20:18 --- Created an attachment (id=10904) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=10904&action=view) Causes ICE when compiled with -O3 This is a self-contained example that show the tree bug. It doesn't appear with -O

[Bug libfortran/26423] [4.1/4.2 Regression] Error on binary I/O for large array

2006-02-23 Thread jb at gcc dot gnu dot org
--- Comment #10 from jb at gcc dot gnu dot org 2006-02-23 19:47 --- I'm working on a patch for this, I think I found the problem. -- jb at gcc dot gnu dot org changed: What|Removed |Added

[Bug fortran/26444] gfortran does not compile cp2k

2006-02-23 Thread dberlin at dberlin dot org
--- Comment #5 from dberlin at gcc dot gnu dot org 2006-02-23 19:25 --- Subject: Re: gfortran does not compile cp2k On Thu, 2006-02-23 at 18:37 +, jb at gcc dot gnu dot org wrote: > > --- Comment #2 from jb at gcc dot gnu dot org 2006-02-23 18:37 --- > I have the current

[Bug fortran/26444] gfortran does not compile cp2k

2006-02-23 Thread dberlin at dberlin dot org
--- Comment #4 from dberlin at gcc dot gnu dot org 2006-02-23 19:25 --- Subject: Re: gfortran does not compile cp2k On Thu, 2006-02-23 at 18:37 +, jb at gcc dot gnu dot org wrote: > > --- Comment #2 from jb at gcc dot gnu dot org 2006-02-23 18:37 --- > I have the current

Re: [Bug fortran/26444] gfortran does not compile cp2k

2006-02-23 Thread Daniel Berlin
On Thu, 2006-02-23 at 18:37 +, jb at gcc dot gnu dot org wrote: > > --- Comment #2 from jb at gcc dot gnu dot org 2006-02-23 18:37 --- > I have the current CVS of cp2k, it fails with > > gfortran -c -O3 -g -ffast-math -fomit-frame-pointer message_passing.f90 > ... > message_passing.

  1   2   >