[Bug c/48070] New: Application fails assertion when compiled with optimizations

2011-03-11 Thread Shadow7789 at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48070 Summary: Application fails assertion when compiled with optimizations Product: gcc Version: 4.4.4 Status: UNCONFIRMED Severity: normal Priority: P3

[Bug c/48070] Application fails assertion when compiled with optimizations

2011-03-11 Thread Shadow7789 at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48070 Brad Shadow7789 at gmail dot com changed: What|Removed |Added Severity|normal |major

[Bug ada/37430] [4.4/4.5/4.6 Regression] C974013 gives exception

2011-03-11 Thread ebotcazou at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37430 Eric Botcazou ebotcazou at gcc dot gnu.org changed: What|Removed |Added Status|WAITING |RESOLVED

[Bug c/48070] Target application fails when compiled with optimizations

2011-03-11 Thread zsojka at seznam dot cz
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48070 Zdenek Sojka zsojka at seznam dot cz changed: What|Removed |Added CC||zsojka at seznam

[Bug c/48070] Target application fails when compiled with optimizations

2011-03-11 Thread Shadow7789 at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48070 --- Comment #2 from Brad Shadow7789 at gmail dot com 2011-03-11 09:40:27 UTC --- (In reply to comment #1) Even at -O0, valgrind complains about using uninitialised value: (tested with gcc 4.4.5, x86_64-linux) This is likely an unintelligent

[Bug c/48070] Target application fails when compiled with optimizations

2011-03-11 Thread zsojka at seznam dot cz
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48070 --- Comment #3 from Zdenek Sojka zsojka at seznam dot cz 2011-03-11 09:44:15 UTC --- (In reply to comment #2) This is likely an unintelligent question, but does that output from valgrind seem to indicate a code error or a compiler error? It

[Bug c/48070] Target application fails when compiled with optimizations

2011-03-11 Thread Shadow7789 at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48070 Brad Shadow7789 at gmail dot com changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED

[Bug tree-optimization/48063] [4.6 Regression] ICE: verify_stmts failed: conversion of register to a different size with -fno-early-inlining

2011-03-11 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48063 Richard Guenther rguenth at gcc dot gnu.org changed: What|Removed |Added Status|UNCONFIRMED |NEW Last

[Bug lto/48065] LTO: assertion failed in optimize_inline_calls, at tree-inline.c:4246

2011-03-11 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48065 Richard Guenther rguenth at gcc dot gnu.org changed: What|Removed |Added Keywords|

[Bug tree-optimization/48063] [4.6 Regression] ICE: verify_stmts failed: conversion of register to a different size with -fno-early-inlining

2011-03-11 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48063 --- Comment #5 from Jakub Jelinek jakub at gcc dot gnu.org 2011-03-11 10:04:33 UTC --- Author: jakub Date: Fri Mar 11 10:04:30 2011 New Revision: 170867 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=170867 Log: PR

[Bug tree-optimization/48063] [4.6 Regression] ICE: verify_stmts failed: conversion of register to a different size with -fno-early-inlining

2011-03-11 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48063 Jakub Jelinek jakub at gcc dot gnu.org changed: What|Removed |Added Status|NEW |RESOLVED

[Bug c++/46824] [4.6 Regression] chromium-compile failed because error: no match for ‘operator*’ in

2011-03-11 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46824 Richard Guenther rguenth at gcc dot gnu.org changed: What|Removed |Added Keywords|

[Bug tree-optimization/48052] loop not vectorized if index is unsigned int

2011-03-11 Thread vincenzo.innocente at cern dot ch
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48052 --- Comment #7 from vincenzo Innocente vincenzo.innocente at cern dot ch 2011-03-11 10:16:37 UTC --- what's the probablity to have this fixed? We depend on a third party matrix library that is fully templated and uses everywhere unsigned int I

[Bug tree-optimization/48067] [4.6 Regression] FMA with no add operand produced by convert_mul_to_fma

2011-03-11 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48067 Richard Guenther rguenth at gcc dot gnu.org changed: What|Removed |Added Target|powerpc64-linux

[Bug tree-optimization/48052] loop not vectorized if index is unsigned int

2011-03-11 Thread rguenther at suse dot de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48052 --- Comment #8 from rguenther at suse dot de rguenther at suse dot de 2011-03-11 10:26:47 UTC --- On Fri, 11 Mar 2011, vincenzo.innocente at cern dot ch wrote: http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48052 --- Comment #7 from vincenzo

[Bug c++/47808] [4.6 Regression][C++0x] internal compiler error: in tsubst_copy_and_build, at cp/pt.c:13326

2011-03-11 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47808 Jakub Jelinek jakub at gcc dot gnu.org changed: What|Removed |Added CC||jakub at gcc dot

[Bug c++/47808] [4.6 Regression][C++0x] internal compiler error: in tsubst_copy_and_build, at cp/pt.c:13326

2011-03-11 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47808 --- Comment #12 from Jakub Jelinek jakub at gcc dot gnu.org 2011-03-11 10:35:17 UTC --- build_aggr_init_expr isn't called at all here BTW, I just don't see too many similarities with PR46003.

[Bug c++/48069] [4.6 Regression] FAIL: g++.old-deja/g++.pt/spec26.C

2011-03-11 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48069 Richard Guenther rguenth at gcc dot gnu.org changed: What|Removed |Added Keywords|

[Bug tree-optimization/47278] [4.3/4.4 Regression] hidden weak function not handled properly

2011-03-11 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47278 --- Comment #6 from Richard Guenther rguenth at gcc dot gnu.org 2011-03-11 10:43:35 UTC --- Author: rguenth Date: Fri Mar 11 10:43:31 2011 New Revision: 170868 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=170868 Log: 2011-03-11 Richard

[Bug tree-optimization/47278] [4.3/4.4 Regression] hidden weak function not handled properly

2011-03-11 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47278 --- Comment #7 from Richard Guenther rguenth at gcc dot gnu.org 2011-03-11 10:45:59 UTC --- Author: rguenth Date: Fri Mar 11 10:45:54 2011 New Revision: 170869 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=170869 Log: 2011-03-11 Richard

[Bug target/47779] Problem cross-compiling trunk for bfin

2011-03-11 Thread Stuart.Henderson at analog dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47779 --- Comment #4 from Stu Stuart.Henderson at analog dot com 2011-03-11 11:26:04 UTC --- (In reply to comment #3) Maybe ucontext.h should only define these context ifdef __USE_GNU? That's what i386 and x86_64 appear to do. Hi Bernd,

[Bug fortran/48066] [4.3/4.4/4.5/4.6 Regression] Segfault with SUM of zero-sized array

2011-03-11 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48066 --- Comment #5 from Tobias Burnus burnus at gcc dot gnu.org 2011-03-11 11:28:57 UTC --- Draft patch: --- a/libgfortran/m4/ifunction.m4 +++ b/libgfortran/m4/ifunction.m4 @@ -132,7 +132,10 @@ name`'rtype_qual`_'atype_code (rtype * const restrict

[Bug c++/46824] [4.6 Regression] chromium-compile failed because error: no match for ‘operator*’ in

2011-03-11 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46824 --- Comment #11 from Jonathan Wakely redi at gcc dot gnu.org 2011-03-11 11:58:15 UTC --- (In reply to comment #10) Works with [...] EDG. The reduced versions don't work with Comeau online, does a different EDG-based compiler accept them?

[Bug target/47951] [4.6 Regression] web.c:union_match_dups segmentation fault for bfin

2011-03-11 Thread Stuart.Henderson at analog dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47951 --- Comment #1 from Stu Stuart.Henderson at analog dot com 2011-03-11 12:16:40 UTC --- Created attachment 23626 -- http://gcc.gnu.org/bugzilla/attachment.cgi?id=23626 First attempt to fix seg fault The attached patch fixes the problem and my

[Bug bootstrap/44768] arm-linux bootstrap broken on expmed.c:157:3: warning ICE

2011-03-11 Thread eblot.ml at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44768 Emmanuel Blot eblot.ml at gmail dot com changed: What|Removed |Added CC||eblot.ml at

[Bug driver/48071] New: Blank line after 'all warnings being treated as errors'

2011-03-11 Thread dnovillo at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48071 Summary: Blank line after 'all warnings being treated as errors' Product: gcc Version: 4.6.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component:

[Bug fortran/48059] [4.6 Regression][OOP] ICE in in gfc_conv_component_ref: character function of extended type

2011-03-11 Thread matz at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48059 Michael Matz matz at gcc dot gnu.org changed: What|Removed |Added CC||matz at gcc dot

[Bug tree-optimization/48072] New: Function with __attribute__((used)) is not inlined at -O1 level

2011-03-11 Thread d.g.gorbachev at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48072 Summary: Function with __attribute__((used)) is not inlined at -O1 level Product: gcc Version: 4.6.0 Status: UNCONFIRMED Severity: normal Priority: P3

[Bug middle-end/48044] [4.6 Regression] ICE in function_and_variable_visibility, at ipa.c:875

2011-03-11 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48044 --- Comment #5 from Jakub Jelinek jakub at gcc dot gnu.org 2011-03-11 13:45:00 UTC --- Created attachment 23628 -- http://gcc.gnu.org/bugzilla/attachment.cgi?id=23628 gcc46-pr48044.patch This fixed it and passed bootstrap/regtest.

[Bug tree-optimization/48072] Function with __attribute__((used)) is not inlined at -O1 level

2011-03-11 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48072 Jakub Jelinek jakub at gcc dot gnu.org changed: What|Removed |Added CC||jakub at gcc dot

[Bug fortran/47768] ICE: printing a derived-type variable with proc-pointer components

2011-03-11 Thread janus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47768 --- Comment #7 from janus at gcc dot gnu.org 2011-03-11 14:13:52 UTC --- Author: janus Date: Fri Mar 11 14:13:49 2011 New Revision: 170871 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=170871 Log: 2011-03-11 Janus Weil ja...@gcc.gnu.org

[Bug c++/48073] New: ICE with -flto in templated C++ code

2011-03-11 Thread tux008 at googlemail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48073 Summary: ICE with -flto in templated C++ code Product: gcc Version: 4.6.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c++ AssignedTo:

[Bug c++/48073] ICE with -flto in templated C++ code

2011-03-11 Thread tux008 at googlemail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48073 --- Comment #1 from tux008 at googlemail dot com 2011-03-11 14:19:51 UTC --- Created attachment 23629 -- http://gcc.gnu.org/bugzilla/attachment.cgi?id=23629 preprocessed code

[Bug c++/48073] ICE with -flto in templated C++ code

2011-03-11 Thread tux008 at googlemail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48073 --- Comment #2 from tux008 at googlemail dot com 2011-03-11 14:20:49 UTC --- Created attachment 23630 -- http://gcc.gnu.org/bugzilla/attachment.cgi?id=23630 (almost empty) assembly code file produced by g++-4.6.0 r170867

[Bug c++/46824] [4.6 Regression] chromium-compile failed because error: no match for ‘operator*’ in

2011-03-11 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46824 --- Comment #12 from Richard Guenther rguenth at gcc dot gnu.org 2011-03-11 14:21:26 UTC --- I checked comment #5 with ICC 12.0 in -strict_ansi mode.

[Bug tree-optimization/48072] Function with __attribute__((used)) is not inlined at -O1 level

2011-03-11 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48072 Richard Guenther rguenth at gcc dot gnu.org changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED

[Bug c++/48073] ICE with -flto in templated C++ code

2011-03-11 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48073 Richard Guenther rguenth at gcc dot gnu.org changed: What|Removed |Added Keywords||lto

[Bug c++/47198] [4.5 Regression] [C++0x] ICE: tree check: expected var_decl or function_decl, have template_decl in check_bases_and_members, at cp/class.c:4654 on invalid code

2011-03-11 Thread jason at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47198 Jason Merrill jason at gcc dot gnu.org changed: What|Removed |Added Status|NEW |RESOLVED

[Bug c++/48069] [4.6 Regression] FAIL: g++.old-deja/g++.pt/spec26.C

2011-03-11 Thread jason at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48069 Jason Merrill jason at gcc dot gnu.org changed: What|Removed |Added Status|NEW |ASSIGNED

[Bug c++/48069] [4.6 Regression] FAIL: g++.old-deja/g++.pt/spec26.C

2011-03-11 Thread jason at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48069 --- Comment #4 from Jason Merrill jason at gcc dot gnu.org 2011-03-11 14:44:53 UTC --- Author: jason Date: Fri Mar 11 14:44:49 2011 New Revision: 170872 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=170872 Log: PR c++/48069 *

[Bug c++/47808] [4.6 Regression][C++0x] internal compiler error: in tsubst_copy_and_build, at cp/pt.c:13326

2011-03-11 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47808 Jakub Jelinek jakub at gcc dot gnu.org changed: What|Removed |Added Priority|P3 |P1

[Bug fortran/48059] [4.6 Regression][OOP] ICE in in gfc_conv_component_ref: character function of extended type

2011-03-11 Thread janus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48059 --- Comment #7 from janus at gcc dot gnu.org 2011-03-11 14:45:22 UTC --- (In reply to comment #6) I think the inputs to conv_parent_component_references are already wrong. From the caller of that function (gfc_conv_variable): 755

[Bug c++/48069] [4.6 Regression] FAIL: g++.old-deja/g++.pt/spec26.C

2011-03-11 Thread jason at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48069 Jason Merrill jason at gcc dot gnu.org changed: What|Removed |Added Status|ASSIGNED|RESOLVED

[Bug middle-end/48044] [4.6 Regression] ICE in function_and_variable_visibility, at ipa.c:875

2011-03-11 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48044 Jakub Jelinek jakub at gcc dot gnu.org changed: What|Removed |Added Priority|P3 |P1

[Bug c++/48035] [4.4/4.5/4.6 Regression] Mismatch on size of class when initializing hierarchy involving virtual inheritance and empty base classes

2011-03-11 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48035 Jakub Jelinek jakub at gcc dot gnu.org changed: What|Removed |Added Priority|P3 |P1

[Bug middle-end/48044] [4.6 Regression] ICE in function_and_variable_visibility, at ipa.c:875

2011-03-11 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48044 --- Comment #6 from Jakub Jelinek jakub at gcc dot gnu.org 2011-03-11 14:47:29 UTC --- Author: jakub Date: Fri Mar 11 14:47:26 2011 New Revision: 170873 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=170873 Log: PR middle-end/48044

[Bug tree-optimization/48067] [4.6 Regression] FMA with no add operand produced by convert_mul_to_fma

2011-03-11 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48067 --- Comment #3 from Richard Guenther rguenth at gcc dot gnu.org 2011-03-11 14:50:13 UTC --- (In reply to comment #2) Reproduces on trunk/x86_64 with -O2 -ffast-math -mfma4 -fno-tree-forwprop -fno-tree-reassoc on trunk both forwprop and

[Bug middle-end/48044] [4.6 Regression] ICE in function_and_variable_visibility, at ipa.c:875

2011-03-11 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48044 Jakub Jelinek jakub at gcc dot gnu.org changed: What|Removed |Added Status|NEW |RESOLVED

[Bug c/36299] spurious and undocumented warning with -Waddress for a == 0 when a is an array

2011-03-11 Thread vincent-gcc at vinc17 dot net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=36299 --- Comment #11 from Vincent Lefèvre vincent-gcc at vinc17 dot net 2011-03-11 15:15:16 UTC --- (In reply to comment #10) If you don't want this warning, please contribute a testcase to gcc-patc...@gcc.gnu.org, so this warning won't reappear in

[Bug c++/48074] New: [trans-mem] regular function used instead of clone in a transaction

2011-03-11 Thread patrick.marlier at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48074 Summary: [trans-mem] regular function used instead of clone in a transaction Product: gcc Version: trans-mem Status: UNCONFIRMED Severity: normal Priority: P3

[Bug fortran/48059] [4.6 Regression][OOP] ICE in in gfc_conv_component_ref: character function of extended type

2011-03-11 Thread janus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48059 janus at gcc dot gnu.org changed: What|Removed |Added Status|NEW |ASSIGNED

[Bug c++/48075] New: [trans-mem] infinite loop when compiling

2011-03-11 Thread patrick.marlier at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48075 Summary: [trans-mem] infinite loop when compiling Product: gcc Version: trans-mem Status: UNCONFIRMED Severity: normal Priority: P3 Component: c++ AssignedTo:

[Bug c++/48035] [4.4/4.5/4.6 Regression] Mismatch on size of class when initializing hierarchy involving virtual inheritance and empty base classes

2011-03-11 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48035 --- Comment #5 from Jakub Jelinek jakub at gcc dot gnu.org 2011-03-11 15:43:42 UTC --- Author: jakub Date: Fri Mar 11 15:43:37 2011 New Revision: 170874 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=170874 Log: PR c++/48035 *

[Bug libstdc++/1773] __cplusplus defined to 1, should be 199711L

2011-03-11 Thread ro at CeBiTec dot Uni-Bielefeld.DE
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=1773 --- Comment #78 from ro at CeBiTec dot Uni-Bielefeld.DE ro at CeBiTec dot Uni-Bielefeld.DE 2011-03-11 15:44:59 UTC --- --- Comment #77 from Paolo Carlini paolo.carlini at oracle dot com 2011-03-08 11:19:03 UTC --- Great Rainer. As soon as

[Bug c++/47808] [4.6 Regression][C++0x] internal compiler error: in tsubst_copy_and_build, at cp/pt.c:13326

2011-03-11 Thread jason at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47808 --- Comment #13 from Jason Merrill jason at gcc dot gnu.org 2011-03-11 15:45:58 UTC --- (In reply to comment #11) I think it isn't the ?: arms here, but the condition on which convert_like_real is called. Same principle applies.

[Bug c++/48035] [4.4/4.5 Regression] Mismatch on size of class when initializing hierarchy involving virtual inheritance and empty base classes

2011-03-11 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48035 Jakub Jelinek jakub at gcc dot gnu.org changed: What|Removed |Added Known to work||4.6.0

[Bug fortran/48059] [4.6 Regression][OOP] ICE in in gfc_conv_component_ref: character function of extended type

2011-03-11 Thread paul.richard.thomas at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48059 --- Comment #9 from paul.richard.thomas at gmail dot com paul.richard.thomas at gmail dot com 2011-03-11 15:51:31 UTC --- Janus, That looks like the right way to go. Do you understand how this can be a regression, whilst the correct interface

[Bug fortran/48059] [4.6 Regression][OOP] ICE in in gfc_conv_component_ref: character function of extended type

2011-03-11 Thread janus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48059 --- Comment #10 from janus at gcc dot gnu.org 2011-03-11 15:57:47 UTC --- (In reply to comment #9) That looks like the right way to go. Do you understand how this can be a regression, whilst the correct interface mapping was previously not

[Bug c++/47808] [4.6 Regression][C++0x] internal compiler error: in tsubst_copy_and_build, at cp/pt.c:13326

2011-03-11 Thread jason at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47808 Jason Merrill jason at gcc dot gnu.org changed: What|Removed |Added Status|NEW |ASSIGNED

[Bug c++/48073] ICE with -flto in templated C++ code

2011-03-11 Thread rguenth at gcc dot gnu.org
Guenther rguent...@suse.de PR lto/48073 * tree.c (find_decls_types_r): Do not walk types only reachable from IDENTIFIER_NODEs. * g++.dg/lto/20110311-1_0.C: New testcase. Added: trunk/gcc/testsuite/g++.dg/lto/20110311-1_0.C Modified: trunk/gcc/ChangeLog trunk/gcc

[Bug c++/48073] ICE with -flto in templated C++ code

2011-03-11 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48073 Richard Guenther rguenth at gcc dot gnu.org changed: What|Removed |Added Status|ASSIGNED|RESOLVED

[Bug middle-end/48076] New: Unsafe double checked locking in __emutls_get_address

2011-03-11 Thread eugeni.stepanov at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48076 Summary: Unsafe double checked locking in __emutls_get_address Product: gcc Version: 4.4.3 Status: UNCONFIRMED Severity: normal Priority: P3 Component: middle-end

[Bug libstdc++/1773] __cplusplus defined to 1, should be 199711L

2011-03-11 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=1773 --- Comment #79 from Jonathan Wakely redi at gcc dot gnu.org 2011-03-11 16:09:23 UTC --- (In reply to comment #70) - needs to remove the overloads on linkage (like bsearch, qsort) in the solaris headers because g++ is broken there. So it's

[Bug middle-end/48076] Unsafe double checked locking in __emutls_get_address

2011-03-11 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48076 --- Comment #1 from Andrew Pinski pinskia at gcc dot gnu.org 2011-03-11 16:33:49 UTC --- This looks unlikely on x86, but it may be a much bigger deal on ARM. This code should not be used on GNU/Linux on most targets anyways. ARM Linux supports

[Bug tree-optimization/48067] [4.6 Regression] FMA with no add operand produced by convert_mul_to_fma

2011-03-11 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48067 Richard Guenther rguenth at gcc dot gnu.org changed: What|Removed |Added Status|ASSIGNED|RESOLVED

[Bug tree-optimization/48067] [4.6 Regression] FMA with no add operand produced by convert_mul_to_fma

2011-03-11 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48067 --- Comment #4 from Richard Guenther rguenth at gcc dot gnu.org 2011-03-11 16:36:22 UTC --- Author: rguenth Date: Fri Mar 11 16:36:16 2011 New Revision: 170877 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=170877 Log: 2011-03-11 Richard

[Bug rtl-optimization/48077] New: [Code Improvement] Use multiplication by magic number for integer division by constant

2011-03-11 Thread wschmidt at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48077 Summary: [Code Improvement] Use multiplication by magic number for integer division by constant Product: gcc Version: 4.6.0 Status: UNCONFIRMED Severity: normal

[Bug fortran/47571] [4.6 Regression] undefined reference to clock_gettime in Linux build of 02/01/2011

2011-03-11 Thread ro at CeBiTec dot Uni-Bielefeld.DE
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47571 --- Comment #31 from ro at CeBiTec dot Uni-Bielefeld.DE ro at CeBiTec dot Uni-Bielefeld.DE 2011-03-11 16:45:31 UTC --- That being said, I'd prefer to postpone this fix to stage 1 due to - I'm currently moving flats so my stuff is all over and

[Bug c++/47808] [4.6 Regression][C++0x] internal compiler error: in tsubst_copy_and_build, at cp/pt.c:13326

2011-03-11 Thread jason at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47808 --- Comment #15 from Jason Merrill jason at gcc dot gnu.org 2011-03-11 16:49:46 UTC --- Author: jason Date: Fri Mar 11 16:49:41 2011 New Revision: 170878 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=170878 Log: PR c++/47808 *

[Bug c++/47808] [4.6 Regression][C++0x] internal compiler error: in tsubst_copy_and_build, at cp/pt.c:13326

2011-03-11 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47808 Jakub Jelinek jakub at gcc dot gnu.org changed: What|Removed |Added Status|ASSIGNED|RESOLVED

[Bug target/48053] ICE in in build_int_cst_wide, when building cpu2000 galgel/equake/ammp/fma3d/sixtrack

2011-03-11 Thread bergner at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48053 --- Comment #2 from Peter Bergner bergner at gcc dot gnu.org 2011-03-11 17:08:33 UTC --- Created attachment 23633 -- http://gcc.gnu.org/bugzilla/attachment.cgi?id=23633 A related but different test case. Attached is another test case that

[Bug rtl-optimization/48077] [Code Improvement] Use multiplication by magic number for integer division by constant

2011-03-11 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48077 --- Comment #1 from Andrew Pinski pinskia at gcc dot gnu.org 2011-03-11 17:11:25 UTC --- Actually GCC is expanding the division by a constant into a multiplication but using shifts and adds to do the multiplication based on the cost.

[Bug c++/48029] [4.5 Regression] ICE in finish_member_declaration() with --param ggc-min-expand=0 --param ggc-min-heapsize=0

2011-03-11 Thread jason at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48029 --- Comment #11 from Jason Merrill jason at gcc dot gnu.org 2011-03-11 17:20:36 UTC --- Author: jason Date: Fri Mar 11 17:20:27 2011 New Revision: 170880 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=170880 Log: PR c++/48029 *

[Bug c++/48078] New: gcc accepts-invalid: taking address of private member function from template function

2011-03-11 Thread cgd at google dot com
AFAIU) with pre-4.6 (4.6.0 20110311) (I tested some versions of GCC back to 4.2.x, same problem. They had local mods, but none that should have caused a difference in this regard.) FYI, clang C++ front-end flags an error as expected: devtools/cpp_tests/x.cc:22:24: error: 'APrivateMethod

[Bug c++/48078] gcc accepts-invalid: taking address of private member function from template function

2011-03-11 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48078 --- Comment #1 from Jonathan Wakely redi at gcc dot gnu.org 2011-03-11 17:38:17 UTC --- Access checking inside templates seems to be completely broken, see PR 47346 and the bugs I listed there, this could be a dup of one of them

[Bug c++/45383] [4.5 Regression] Implicit conversion to pointer does no longer automatically generate operator== and operator!=.

2011-03-11 Thread jason at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45383 Jason Merrill jason at gcc dot gnu.org changed: What|Removed |Added CC||jason at gcc dot

[Bug c++/46564] [4.6 Regression] ICE: in decl_constant_var_p, at cp/decl2.c:3562 on invalid recursive initialization

2011-03-11 Thread jason at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46564 Jason Merrill jason at gcc dot gnu.org changed: What|Removed |Added Status|NEW |RESOLVED

[Bug c++/47346] access control for nested type is ignored in class template

2011-03-11 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47346 Jonathan Wakely redi at gcc dot gnu.org changed: What|Removed |Added Status|UNCONFIRMED |NEW Last

[Bug c++/48078] gcc accepts-invalid: taking address of private member function from template function

2011-03-11 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48078 Jonathan Wakely redi at gcc dot gnu.org changed: What|Removed |Added Keywords||accepts-invalid

[Bug fortran/48059] [4.6 Regression][OOP] ICE in in gfc_conv_component_ref: character function of extended type

2011-03-11 Thread janus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48059 --- Comment #11 from janus at gcc dot gnu.org 2011-03-11 18:24:01 UTC --- The patch in comment #8 induced a regression in module_read_2.f90, which is fixed by the following update (we must only replace the base type, if the actual argument is

[Bug rtl-optimization/48077] [Code Improvement] Use multiplication by magic number for integer division by constant

2011-03-11 Thread wschmidt at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48077 --- Comment #2 from William J. Schmidt wschmidt at gcc dot gnu.org 2011-03-11 18:34:41 UTC --- OK, interesting, thanks for the information. It seems the analysis of the cost is not particularly good here. I'll dig into where the expansion is

[Bug tree-optimization/48067] [4.6 Regression] FMA with no add operand produced by convert_mul_to_fma

2011-03-11 Thread wschmidt at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48067 --- Comment #6 from William J. Schmidt wschmidt at gcc dot gnu.org 2011-03-11 18:46:27 UTC --- Author: wschmidt Date: Fri Mar 11 18:46:24 2011 New Revision: 170882 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=170882 Log: Backport PR

[Bug libfortran/48047] Incorrect output rounding of double precision numbers

2011-03-11 Thread jvdelisle at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48047 --- Comment #8 from Jerry DeLisle jvdelisle at gcc dot gnu.org 2011-03-11 18:49:30 UTC --- Regression tested OK. Can I get a release manager OK for this? If not, it can wait for 4.7.

[Bug tree-optimization/48067] [4.6 Regression] FMA with no add operand produced by convert_mul_to_fma

2011-03-11 Thread wschmidt at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48067 --- Comment #7 from William J. Schmidt wschmidt at gcc dot gnu.org 2011-03-11 18:52:45 UTC --- I verified this on branches/ibm/gcc-4_5-branch, and it regtests successfully there as well. Thanks for the quick turnaround!

[Bug target/48053] ICE in in build_int_cst_wide, when building cpu2000 galgel/equake/ammp/fma3d/sixtrack

2011-03-11 Thread bergner at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48053 --- Comment #3 from Peter Bergner bergner at gcc dot gnu.org 2011-03-11 19:06:17 UTC --- Author: bergner Date: Fri Mar 11 19:06:14 2011 New Revision: 170883 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=170883 Log: gcc/ PR target/48053

[Bug libfortran/48047] Incorrect output rounding of double precision numbers

2011-03-11 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48047 --- Comment #9 from Jakub Jelinek jakub at gcc dot gnu.org 2011-03-11 19:12:36 UTC --- (In reply to comment #8) Regression tested OK. Can I get a release manager OK for this? If not, it can wait for 4.7. This is fine for 4.6.

[Bug target/48077] [Code Improvement] Poor expansion of multiply on powerpc64-linux

2011-03-11 Thread wschmidt at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48077 William J. Schmidt wschmidt at gcc dot gnu.org changed: What|Removed |Added Target|powerpc64-linux, others

[Bug c++/46803] [4.6 Regression] libstdc++ build errors on invalid OpenBSD system header attributes

2011-03-11 Thread jason at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46803 Jason Merrill jason at gcc dot gnu.org changed: What|Removed |Added Status|NEW |ASSIGNED

[Bug c++/44623] [4.6 Regression] ICE on invalid code

2011-03-11 Thread jason at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44623 Jason Merrill jason at gcc dot gnu.org changed: What|Removed |Added Status|NEW |RESOLVED

[Bug c++/48078] gcc accepts-invalid: taking address of private member function from template function

2011-03-11 Thread cgd at google dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48078 --- Comment #3 from Chris Demetriou cgd at google dot com 2011-03-11 19:59:40 UTC --- (In reply to comment #2) I think this is different enough from any of those others to count as a distinct bug - confirmed I hadn't seen them when i filed

[Bug target/48077] [Code Improvement] Poor expansion of multiply on powerpc64-linux

2011-03-11 Thread meissner at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48077 --- Comment #4 from Michael Meissner meissner at gcc dot gnu.org 2011-03-11 20:43:20 UTC --- It depends on what the default cpu is for the system. If you say -mcpu=power4, -mcpu=power5, or -mcpu=power7, it generates code similar to what XLC

[Bug c++/47125] [4.5/4.6 Regression] ICE occurs in combination with partial specialization and invalid template function.

2011-03-11 Thread jason at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47125 Jason Merrill jason at gcc dot gnu.org changed: What|Removed |Added Status|NEW |ASSIGNED

[Bug target/47446] [x32] .quad instead of .long is used for address

2011-03-11 Thread hjl.tools at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47446 --- Comment #4 from H.J. Lu hjl.tools at gmail dot com 2011-03-11 21:24:44 UTC --- Another one: /usr/gcc-4.6.0-x32/bin/gcc -S -o x.s -mx32 -funroll-all-loops -O3 -dp x.i /usr/gcc-4.6.0-x32/bin/gcc -mx32 -funroll-all-loops -O3 -dp -c -o x.o x.s

[Bug tree-optimization/47944] Several graphite tests SEGV on Solaris 10/x86

2011-03-11 Thread spop at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47944 Sebastian Pop spop at gcc dot gnu.org changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED

[Bug middle-end/47127] gcc.dg/graphite/id-14.c ICEs with cloog-parma

2011-03-11 Thread spop at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47127 Sebastian Pop spop at gcc dot gnu.org changed: What|Removed |Added CC||ro at gcc dot

[Bug target/48077] [Code Improvement] Poor expansion of multiply on powerpc64-linux

2011-03-11 Thread wschmidt at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48077 --- Comment #5 from William J. Schmidt wschmidt at gcc dot gnu.org 2011-03-11 21:27:25 UTC --- BTW, I mis-entered the optimization level before. The code generation was at -O2 when the mulhw was expanded into shifts/adds with the default P6

[Bug fortran/47552] CTIME: Valgrind warning depends on uninitialised value

2011-03-11 Thread fxcoudert at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47552 Francois-Xavier Coudert fxcoudert at gcc dot gnu.org changed: What|Removed |Added Keywords|

[Bug c++/46803] [4.6 Regression] libstdc++ build errors on invalid OpenBSD system header attributes

2011-03-11 Thread jason at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46803 --- Comment #9 from Jason Merrill jason at gcc dot gnu.org 2011-03-11 21:36:04 UTC --- Author: jason Date: Fri Mar 11 21:36:02 2011 New Revision: 170885 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=170885 Log: PR c++/46803 *

[Bug c++/46803] [4.6 Regression] libstdc++ build errors on invalid OpenBSD system header attributes

2011-03-11 Thread jason at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46803 Jason Merrill jason at gcc dot gnu.org changed: What|Removed |Added Status|ASSIGNED|RESOLVED

[Bug middle-end/47127] gcc.dg/graphite/id-14.c ICEs with cloog-parma

2011-03-11 Thread spop at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47127 Sebastian Pop spop at gcc dot gnu.org changed: What|Removed |Added Status|UNCONFIRMED |ASSIGNED Last

  1   2   >