[Bug libstdc++/43554] profile-mode version of forward_list missing

2010-05-03 Thread paolo dot carlini at oracle dot com
-- paolo dot carlini at oracle dot com changed: What|Removed |Added Status|WAITING |NEW Last reconfirmed|2010-03-28 10:36:29 |2010-05-03 2

[Bug libstdc++/43554] profile-mode version of forward_list missing

2010-05-03 Thread rus at google dot com
--- Comment #4 from rus at google dot com 2010-05-03 23:12 --- Oh, OK. I misunderstood. Then let's keep it open to track the addition of new modules including forward_list. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43554

[Bug libstdc++/43554] profile-mode version of forward_list missing

2010-05-03 Thread paolo dot carlini at oracle dot com
--- Comment #5 from paolo dot carlini at oracle dot com 2010-05-03 23:16 --- Yes ;) I'm going to work asap on debug-mode, certainly we want it too for 4.6.0, but it's a bit tricky because of the special way many operations are specified in terms of the *preceding* element: debug-mode is

[Bug target/43729] Mach-O LTO support needed for darwin

2010-05-03 Thread howarth at nitro dot med dot uc dot edu
--- Comment #41 from howarth at nitro dot med dot uc dot edu 2010-05-03 23:41 --- I wonder if... /* Given the decl DECL, return the prevailing decl with the same name. */ tree lto_symtab_prevailing_decl (tree decl) { lto_symtab_entry_t ret; /* Builtins and local symbols are their

[Bug bootstrap/42347] [4.5/4.6 Regression] sched-deps.c:3840:1: internal compiler error: in fixup_reorder_chain, at cfglayout.c:796

2010-05-03 Thread siarhei dot siamashka at gmail dot com
--- Comment #15 from siarhei dot siamashka at gmail dot com 2010-05-03 23:45 --- As found by Raúl, indeed this regression was introduced in r150091. Reverting this change in gcc 4.5.0 release resolves the problem. Apparently the use of __builtin_unreachable() in gcc_assert macro (activ

[Bug tree-optimization/43879] -fipa-pta causes various miscompilations

2010-05-03 Thread zsojka at seznam dot cz
--- Comment #28 from zsojka at seznam dot cz 2010-05-03 23:45 --- Thank you, Steven and Richard! It's nice to see the testcases are useful and appreciated. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43879

[Bug middle-end/43958] FAIL: gcc.dg/ipa/ipa-pta-10.c scan-ipa-dump pta "ESCAPED = { }"

2010-05-03 Thread dave at hiauly1 dot hia dot nrc dot ca
--- Comment #3 from dave at hiauly1 dot hia dot nrc dot ca 2010-05-04 00:27 --- Subject: Re: FAIL: gcc.dg/ipa/ipa-pta-10.c scan-ipa-dump pta "ESCAPED = { }" Attached preprocessed source. Dave --- Comment #4 from dave at hiauly1 dot hia dot nrc dot ca 2010-05-04 00:27

[Bug bootstrap/43964] [4.6 Regression] 4.6-20100501 (r158965) bootstrap failure on ARM, ira-color.c triggers -Werror

2010-05-03 Thread mikpe at it dot uu dot se
--- Comment #2 from mikpe at it dot uu dot se 2010-05-04 00:56 --- Bootstrap with the patch succeeded on ARM. Patch posted here: http://gcc.gnu.org/ml/gcc-patches/2010-05/msg00187.html -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43964

[Bug fortran/43899] Wrong unused-variable warning with NAMELISTs

2010-05-03 Thread jvdelisle at gcc dot gnu dot org
--- Comment #3 from jvdelisle at gcc dot gnu dot org 2010-05-04 01:56 --- What I am thinking of is a warning if a quoted string is terminated by an end-of-line and there is no closing quote. I would like to put this behind -Wcharacter-truncation which will be picked up with -Wall. Let'

[Bug target/42790] ICE on building libgcc.c __muldi3.

2010-05-03 Thread monaka at monami-software dot com
--- Comment #4 from monaka at monami-software dot com 2010-05-04 03:08 --- I tried with SVN trunk. This issue has already fixed. I leave as UNCONFIRMED as I'm not sure I have the permission to change status. The environment I checked is like this: $ cc1 -version GNU C (GCC) version 4.

[Bug fortran/43899] Wrong unused-variable warning with NAMELISTs

2010-05-03 Thread jvdelisle at gcc dot gnu dot org
--- Comment #4 from jvdelisle at gcc dot gnu dot org 2010-05-04 04:11 --- What about this? $ gfc -fbounds-check pr43899.f90 $ ./a.out &NMLIST NML_STRING='123456789' / At line 9 of file pr43899.f90 (unit = 7, file = 'example.nml') Fortran runtime error: Namelist object 'nml_string

[Bug pending/41998] GCC 4.6 pending patches meta-bug

2010-05-03 Thread law at redhat dot com
--- Comment #15 from law at redhat dot com 2010-05-04 04:15 --- I'm withdrawing the color.patch2. While the patch makes sense in theory and seems to help x86, it's causing clear regressions on other targets such as the mn103. I've been unable to resolve the regressions without making t

[Bug testsuite/43758] [4.6 Regression] 19 new GCC h...@158360 regressions

2010-05-03 Thread jason at gcc dot gnu dot org
--- Comment #3 from jason at gcc dot gnu dot org 2010-05-04 04:31 --- Created an attachment (id=20554) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=20554&action=view) patch Does this fix the failures? -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43758

[Bug testsuite/43758] [4.6 Regression] 19 new GCC h...@158360 regressions

2010-05-03 Thread jason at gcc dot gnu dot org
-- jason at gcc dot gnu dot org changed: What|Removed |Added Status|ASSIGNED|WAITING http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43758

[Bug c++/43790] [C++0x] In lambda express, calling member function of non-captured class gives internal compiler error

2010-05-03 Thread jason at gcc dot gnu dot org
--- Comment #7 from jason at gcc dot gnu dot org 2010-05-04 04:42 --- Fixed. -- jason at gcc dot gnu dot org changed: What|Removed |Added Status|ASSIGNED

[Bug c++/43868] [4.5/4.6 Regression] ICE with -g

2010-05-03 Thread jason at gcc dot gnu dot org
--- Comment #6 from jason at gcc dot gnu dot org 2010-05-04 04:43 --- Fixed for 4.5.1. -- jason at gcc dot gnu dot org changed: What|Removed |Added Status|ASS

[Bug c++/43621] [4.5/4.6 Regression] ICE: in poplevel_class, at cp/name-lookup.c:2615 with invalid qualified name

2010-05-03 Thread jason at gcc dot gnu dot org
--- Comment #6 from jason at gcc dot gnu dot org 2010-05-04 04:43 --- Fixed. -- jason at gcc dot gnu dot org changed: What|Removed |Added Status|ASSIGNED

[Bug c++/43680] [DR 1022] G++ is too aggressive in optimizing away bounds checking with enums

2010-05-03 Thread jason at gcc dot gnu dot org
--- Comment #18 from jason at gcc dot gnu dot org 2010-05-04 04:44 --- Fixed for 4.6.0. -- jason at gcc dot gnu dot org changed: What|Removed |Added Status|AS

[Bug c++/42810] Enumeration with sequential values has its for-loop exit condition optimized out.

2010-05-03 Thread jason at gcc dot gnu dot org
--- Comment #24 from jason at gcc dot gnu dot org 2010-05-04 04:47 --- G++ 4.6 will no longer optimize away the exit condition unless -fstrict-enums is specified. -- jason at gcc dot gnu dot org changed: What|Removed |Added

[Bug c++/41425] switch with enums doesn't work

2010-05-03 Thread jason at gcc dot gnu dot org
--- Comment #11 from jason at gcc dot gnu dot org 2010-05-04 04:48 --- In G++ 4.6 the confusing optimization will only be performed with -fstrict-enums. -- jason at gcc dot gnu dot org changed: What|Removed |Added --

[Bug c++/37281] bad code generation with enum and -m32

2010-05-03 Thread jason at gcc dot gnu dot org
--- Comment #4 from jason at gcc dot gnu dot org 2010-05-04 04:48 --- In G++ 4.6 the surprising optimization will only be performed with -fstrict-enums. -- jason at gcc dot gnu dot org changed: What|Removed |Added --

[Bug c++/36170] enum variable operation behaviour and -O2

2010-05-03 Thread jason at gcc dot gnu dot org
--- Comment #3 from jason at gcc dot gnu dot org 2010-05-04 04:49 --- In G++ 4.6 the surprising optimization will only be performed with -fstrict-enums. -- jason at gcc dot gnu dot org changed: What|Removed |Added --

[Bug c++/43145] local extern declaration gets wrong namespace

2010-05-03 Thread jason at gcc dot gnu dot org
--- Comment #3 from jason at gcc dot gnu dot org 2010-05-04 04:51 --- Fixed for 4.6. -- jason at gcc dot gnu dot org changed: What|Removed |Added Status|ASSIG

[Bug c++/38392] Template friend function injection

2010-05-03 Thread jason at gcc dot gnu dot org
--- Comment #22 from jason at gcc dot gnu dot org 2010-05-04 04:54 --- Fixed for 4.6. -- jason at gcc dot gnu dot org changed: What|Removed |Added Status|ASSI

[Bug c++/11094] [DR408] incomplete static member breaks sizeof containing template class

2010-05-03 Thread jason at gcc dot gnu dot org
--- Comment #8 from jason at gcc dot gnu dot org 2010-05-04 04:55 --- Fixed for 4.6. -- jason at gcc dot gnu dot org changed: What|Removed |Added Status|ASSIG

[Bug c++/41970] use of a type with no linkage to declare a variable with linkage

2010-05-03 Thread jason at gcc dot gnu dot org
--- Comment #21 from jason at gcc dot gnu dot org 2010-05-04 04:56 --- Fixed for 4.6. -- jason at gcc dot gnu dot org changed: What|Removed |Added Status|ASSI

[Bug c++/42623] [C++0x] Function template default arguments: Invalid expressions are allowed

2010-05-03 Thread jason at gcc dot gnu dot org
--- Comment #3 from jason at gcc dot gnu dot org 2010-05-04 04:56 --- Fixed for 4.6. -- jason at gcc dot gnu dot org changed: What|Removed |Added Status|ASSIG

[Bug target/38091] [Patch] H8SX: Bit instructions enhancement

2010-05-03 Thread law at redhat dot com
--- Comment #9 from law at redhat dot com 2010-05-04 04:57 --- patch was installed -- law at redhat dot com changed: What|Removed |Added Status|UNCONFIRMED

[Bug c++/43076] [4.3/4.4/4.5/4.6 Regression] ICE: SIGSEGV with invalid C++ code after giving diagnostics

2010-05-03 Thread jason at gcc dot gnu dot org
--- Comment #4 from jason at gcc dot gnu dot org 2010-05-04 04:57 --- Fixed for 4.5.0. -- jason at gcc dot gnu dot org changed: What|Removed |Added Status|ASS

[Bug fortran/43899] Wrong unused-variable warning with NAMELISTs

2010-05-03 Thread burnus at gcc dot gnu dot org
--- Comment #5 from burnus at gcc dot gnu dot org 2010-05-04 05:53 --- (In reply to comment #4) > What about this? > > $ gfc -fbounds-check pr43899.f90 > $ ./a.out > &NMLIST NML_STRING='123456789' / > At line 9 of file pr43899.f90 (unit = 7, file = 'example.nml') > Fortran runtime

[Bug libgcj/39161] gcc 4.4.0 20090210 - The 'copy-vmresources.sh' script can't find the 'mkinstalldirs' script.

2010-05-03 Thread rob1weld at aol dot com
--- Comment #7 from rob1weld at aol dot com 2010-05-04 06:37 --- >> Rainer Orth >> Please try this with an absolute path to configure. Perhaps we should simply >> document that relative paths aren't supported here. Rainer, I noticed this is marked as "Waiting". If it is waiting for the

[Bug target/38924] gcc 4.4.0 20090117 - init_priority incorrect for GNU ld in "gcc/config/sol2.h"

2010-05-03 Thread rob1weld at aol dot com
--- Comment #5 from rob1weld at aol dot com 2010-05-04 06:52 --- >> Rainer: Fixed for 4.5.0. Thanks to our Solaris Expert for fixing that. It is (was) great fun to have to build (at least we used to, "have to") gcc with both GNU's ld and Sun's to ensure there is (was) no breakage. Rec

<    1   2