[Bug c++/45437] Loses reference during update

2011-03-23 Thread phorgan1 at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45437 Patrick Horgan changed: What|Removed |Added CC||phorgan1 at gmail dot com --- Comment #1

[Bug target/46072] AIX linker chokes on debug info for uninitialized static variables

2011-03-23 Thread michael.haubenwallner at salomon dot at
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46072 --- Comment #11 from Michael Haubenwallner 2011-03-23 07:46:49 UTC --- (In reply to comment #10) > IZ81343 (or one of its sister APARs) fixes the original issue. But, it leaves > a new issue. The new error looks like: Perry, have you seen this

[Bug c++/48196] [C++0x] ICE on inclusion of , decltype

2011-03-23 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48196 --- Comment #3 from Paolo Carlini 2011-03-23 08:43:48 UTC --- Can you try either current mainline or 4_6-branch (would be 4.6.0), because quite a few fixes went into those and if the issue isn't a regression and affects only older branches is ver

[Bug preprocessor/48248] New: Wrong error message location when compiling preprocessed code

2011-03-23 Thread joerg.rich...@pdv-fs.de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48248 Summary: Wrong error message location when compiling preprocessed code Product: gcc Version: 4.5.2 Status: UNCONFIRMED Severity: normal Priority: P3 Compo

[Bug c++/48247] Options -std=gnu++0x -pedantic -Werror produce [-Werror=edantic]

2011-03-23 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48247 Jonathan Wakely changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|

[Bug c/44774] -Werror=edantic

2011-03-23 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44774 Jonathan Wakely changed: What|Removed |Added CC||Denis.Excoffier at airbus

[Bug target/45233] FAIL: gcc.c-torture/compile/pr44707.c

2011-03-23 Thread iains at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45233 Iain Sandoe changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug debug/48229] DW_TAG_type_unit has no DW_AT_producer

2011-03-23 Thread dodji at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48229 --- Comment #1 from Dodji Seketeli 2011-03-23 09:31:08 UTC --- I am not sure to understand why the DW_TAG_type_unit DIE should have a DW_AT_producer attribute. From the DWARF-4 specification, I can't see DW_AT_producer listed as a possible attri

[Bug c++/48224] ERROR: compile in g++ version 4.5

2011-03-23 Thread evgenij.fokin at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48224 --- Comment #7 from Evgenij 2011-03-23 09:35:29 UTC --- Jonathan, I disagree with you. (In reply to comment #2) > The C++ standard library says the effects are undefined if an incomplete type > is used as a template argument when instantiating a

[Bug preprocessor/48248] [4.5/4.6/4.7 Regression] Wrong error message location when compiling preprocessed code

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

[Bug target/47553] ARM neon vld1q_lane_u8 & co. don't accept lanes >= 8

2011-03-23 Thread rsandifo at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47553 --- Comment #1 from rsandifo at gcc dot gnu.org 2011-03-23 09:57:50 UTC --- Author: rsandifo Date: Wed Mar 23 09:57:26 2011 New Revision: 171344 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=171344 Log: gcc/ PR target/47553 * con

[Bug lto/48246] ICE in lto_wpa_write_files

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

[Bug regression/48249] New: gcc-4.6: __builtin___memmove_chk wrong results

2011-03-23 Thread holger.hopp at sap dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48249 Summary: gcc-4.6: __builtin___memmove_chk wrong results Product: gcc Version: 4.6.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: regression AssignedTo

[Bug lto/48200] linking shared library with LTO results in different exported symbols

2011-03-23 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48200 Richard Guenther changed: What|Removed |Added Keywords||lto --- Comment #8 from Richard Guenth

[Bug regression/48249] gcc-4.6: __builtin___memmove_chk wrong results

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

[Bug target/48239] ARM Thumb: Undefined reference to `__aeabi_lmul'

2011-03-23 Thread sebastian.hu...@embedded-brains.de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48239 Sebastian Huber changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|

[Bug target/47553] ARM neon vld1q_lane_u8 & co. don't accept lanes >= 8

2011-03-23 Thread rsandifo at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47553 --- Comment #2 from rsandifo at gcc dot gnu.org 2011-03-23 10:17:13 UTC --- Fixed on trunk. Will backport to 4.6.1 and 4.5 once 4.6.0 is released.

[Bug target/46072] AIX linker chokes on debug info for uninitialized static variables

2011-03-23 Thread david.kirkby at onetel dot net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46072 Dr. David Kirkby changed: What|Removed |Added CC||david.kirkby at onetel dot

[Bug c++/48224] ERROR: compile in g++ version 4.5

2011-03-23 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48224 --- Comment #8 from Jonathan Wakely 2011-03-23 10:37:40 UTC --- (In reply to comment #7) > Jonathan, I disagree with you. You're welcome to disagree, but you're wrong ;) In your original example the compiler tells you where the template is inst

[Bug testsuite/48245] FAIL: gcc.dg/lto/pr46940 c_lto_pr46940_0.o assemble on *-apple-darwin*

2011-03-23 Thread ro at CeBiTec dot Uni-Bielefeld.DE
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48245 --- Comment #1 from ro at CeBiTec dot Uni-Bielefeld.DE 2011-03-23 10:58:36 UTC --- > Before revision 171039 the test was unsupported: > > UNSUPPORTED: /opt/gcc/p_work/gcc/testsuite/gcc.dg/lto/pr46940_0.c > > because the test for 'check_linker_plug

[Bug target/48250] New: ICE in reload_cse_simplify_operands, at postreload.c:403

2011-03-23 Thread ams at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48250 Summary: ICE in reload_cse_simplify_operands, at postreload.c:403 Product: gcc Version: 4.6.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component:

[Bug c++/48224] ERROR: compile in g++ version 4.5

2011-03-23 Thread evgenij.fokin at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48224 --- Comment #9 from Evgenij 2011-03-23 11:09:25 UTC --- (In reply to comment #8) > You're welcome to disagree, but you're wrong ;) The man who never made a mistake, never made anything :) Thank you for your quick response.

[Bug debug/48229] DW_TAG_type_unit has no DW_AT_producer

2011-03-23 Thread dodji at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48229 --- Comment #2 from Dodji Seketeli 2011-03-23 11:28:28 UTC --- This is a very lightly tested patch to add the DW_AT_producer attribute to the DW_TAG_type_unit DIE. diff --git a/gcc/dwarf2out.c b/gcc/dwarf2out.c index f62bb48..ff1adc3 100644 ---

[Bug testsuite/48251] New: guality_check hangs indefinitely on Tru64 UNIX

2011-03-23 Thread ro at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48251 Summary: guality_check hangs indefinitely on Tru64 UNIX Product: gcc Version: 4.7.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: testsuite AssignedTo:

[Bug testsuite/48251] guality_check hangs indefinitely on Tru64 UNIX

2011-03-23 Thread ro at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48251 --- Comment #1 from Rainer Orth 2011-03-23 11:56:09 UTC --- Author: ro Date: Wed Mar 23 11:55:51 2011 New Revision: 171346 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=171346 Log: PR testsuite/48251 * g++.dg/guality/guality.exp:

[Bug debug/48229] DW_TAG_type_unit has no DW_AT_producer

2011-03-23 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48229 Jakub Jelinek changed: What|Removed |Added CC||jakub at gcc dot gnu.org --- Comment #3 f

[Bug c++/48196] [C++0x] ICE on inclusion of , decltype

2011-03-23 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48196 Paolo Carlini changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Known to work|

[Bug testsuite/48251] guality_check hangs indefinitely on Tru64 UNIX

2011-03-23 Thread ro at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48251 Rainer Orth changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug lto/47334] g++.dg/torture/pr31863.C -O2 -flto FAILs without visibility

2011-03-23 Thread ro at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47334 Rainer Orth changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug lto/47334] g++.dg/torture/pr31863.C -O2 -flto FAILs without visibility

2011-03-23 Thread rguenther at suse dot de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47334 --- Comment #2 from rguenther at suse dot de 2011-03-23 12:20:39 UTC --- On Wed, 23 Mar 2011, ro at gcc dot gnu.org wrote: > http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47334 > > Rainer Orth changed: > >What|Removed

[Bug target/48252] New: problem with consecutive vzip, vuzp and vtrn

2011-03-23 Thread johan.kristell at axis dot com
/4.6.0/lto-wrapper Target: armv7l-unknown-linux-gnueabi Configured with: ../gcc-4.6/configure --prefix=/usr/local/gcc/4.6 --enable-languages=c --with-arch=armv7-a --with-float=softfp --with-fpu=vfpv3-d16 Thread model: posix gcc version 4.6.0 20110323 (prerelease) (GCC) Test case: #include

[Bug debug/48253] New: [4.6/4.7 Regression] Further .debug_aranges issues

2011-03-23 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48253 Summary: [4.6/4.7 Regression] Further .debug_aranges issues Product: gcc Version: 4.6.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: debug AssignedTo:

[Bug debug/48253] [4.6/4.7 Regression] Further .debug_aranges issues

2011-03-23 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48253 --- Comment #1 from Jakub Jelinek 2011-03-23 13:01:54 UTC --- Created attachment 23757 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=23757 aranges2.c Another testcase, this one needs profile feedback (i.e. run compile/link first with the o

[Bug debug/48229] DW_TAG_type_unit has no DW_AT_producer

2011-03-23 Thread jan.kratochvil at redhat dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48229 --- Comment #4 from Jan Kratochvil 2011-03-23 13:07:02 UTC --- (In reply to comment #3) > I think it is a bad idea to add DW_AT_producer to .debug_type units. Making > each .debug_types addition 4 bytes longer is bad for debug info size, we migh

[Bug lto/48246] ICE in lto_wpa_write_files

2011-03-23 Thread hubicka at ucw dot cz
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48246 --- Comment #2 from Jan Hubicka 2011-03-23 13:07:58 UTC --- > Honza, why do we even care to assert the above if we handle empty > partitions just fine (in case of !i)? It looks like some partitioning > sanity check to me, not something we should

[Bug lto/45375] [meta-bug] Issues with building Mozilla with LTO

2011-03-23 Thread markus at trippelsdorf dot de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45375 --- Comment #60 from Markus Trippelsdorf 2011-03-23 13:10:50 UTC --- Latest mozilla-central fails here: make[5]: Entering directory `/var/tmp/mozilla-central/moz-build-dir/js/src/shell' js.cpp c++ -o js.o -c -I../../../dist/system_wrappers_js -

[Bug lto/48200] linking shared library with LTO results in different exported symbols

2011-03-23 Thread hubicka at ucw dot cz
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48200 --- Comment #9 from Jan Hubicka 2011-03-23 13:12:37 UTC --- > Well ... I suppose this also heavily depends on your I/O speed. Nevetheless > the number _looks_ awfully low compared to those others. Well, totally minimizing compilation of small un

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

2011-03-23 Thread ro at CeBiTec dot Uni-Bielefeld.DE
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47571 --- Comment #49 from ro at CeBiTec dot Uni-Bielefeld.DE 2011-03-23 13:13:53 UTC --- >> Could we please avoid this mess with SUPPORTS_WEAK and GTHREAD_USE_WEAK >> and make configure define SUPPORTS_WEAKREF or something like this, since >> this is w

[Bug lto/47333] [4.6 regression] g++.dg/lto/20091219 FAILs on Solaris 2

2011-03-23 Thread ro at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47333 Rainer Orth changed: What|Removed |Added Status|RESOLVED|REOPENED Resolution|FIXED

[Bug debug/48253] [4.6/4.7 Regression] Further .debug_aranges issues

2011-03-23 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48253 --- Comment #2 from Jakub Jelinek 2011-03-23 13:25:04 UTC --- Created attachment 23758 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=23758 gcc46-pr48253.patch Untested fix.

[Bug target/46072] AIX linker chokes on debug info for uninitialized static variables

2011-03-23 Thread pedzsan at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46072 --- Comment #13 from Perry Smith 2011-03-23 13:26:10 UTC --- On Mar 23, 2011, at 2:47 AM, michael.haubenwallner at salomon dot at wrote: > http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46072 > > --- Comment #11 from Michael Haubenwallner dot at>

[Bug other/48254] New: documentation minor

2011-03-23 Thread Denis.Excoffier at airbus dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48254 Summary: documentation minor Product: gcc Version: 4.6.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: other AssignedTo: unassig...@gcc.gnu.org

[Bug target/46934] gcc ICE: error: unrecognizable insn: in extract_insn, at recog.c:2109

2011-03-23 Thread cltang at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46934 --- Comment #3 from Chung-Lin Tang 2011-03-23 14:48:38 UTC --- Please disregard the above comments, I think this is an ARM backend problem after all.

[Bug libmudflap/12310] [tree-ssa] libmudflap fails to build on mips-sgi-IRIX6.5

2011-03-23 Thread fche at redhat dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=12310 --- Comment #12 from Frank Ch. Eigler 2011-03-23 14:52:34 UTC --- testing, please ignore

[Bug testsuite/48245] FAIL: gcc.dg/lto/pr46940 c_lto_pr46940_0.o assemble on *-apple-darwin*

2011-03-23 Thread dominiq at lps dot ens.fr
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48245 --- Comment #2 from Dominique d'Humieres 2011-03-23 14:56:37 UTC --- > Which linker do you use, and what's the value of HAVE_LTO_PLUGIN in > gcc/auto-host.h? Could you check the gcc/config.log snippet for the > linker plugin support test.

[Bug testsuite/48245] FAIL: gcc.dg/lto/pr46940 c_lto_pr46940_0.o assemble on *-apple-darwin*

2011-03-23 Thread ro at CeBiTec dot Uni-Bielefeld.DE
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48245 --- Comment #3 from ro at CeBiTec dot Uni-Bielefeld.DE 2011-03-23 15:05:17 UTC --- > The linker is > > @(#)PROGRAM:ld PROJECT:ld64-97.17 > llvm version 2.9svn, from Apple Clang 1.7 (build 77) > > on x86_64-apple-darwin10.7.0, and > >

[Bug debug/48229] DW_TAG_type_unit has no DW_AT_producer

2011-03-23 Thread dodji at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48229 Dodji Seketeli changed: What|Removed |Added Status|ASSIGNED|NEW AssignedTo|dodji at

[Bug testsuite/48245] FAIL: gcc.dg/lto/pr46940 c_lto_pr46940_0.o assemble on *-apple-darwin*

2011-03-23 Thread dominiq at lps dot ens.fr
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48245 --- Comment #4 from Dominique d'Humieres 2011-03-23 15:28:31 UTC --- > What happens if you try to compile and link the test program from > check_linker_plugin_available with the new gcc? > > $ cd gcc > $ cat > lpl.c > int main() { retur

[Bug testsuite/48245] FAIL: gcc.dg/lto/pr46940 c_lto_pr46940_0.o assemble on *-apple-darwin*

2011-03-23 Thread ro at CeBiTec dot Uni-Bielefeld.DE
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48245 --- Comment #5 from ro at CeBiTec dot Uni-Bielefeld.DE 2011-03-23 15:38:08 UTC --- I see what's going on now: Darwin (in gcc/config/darwin.h) is one of only two targets (besides i386/djgpp.h) that override LINK_COMMAND_SPEC. I think darw

[Bug c++/48255] New: default constructor with argument INT

2011-03-23 Thread lisp2d at lisp2d dot net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48255 Summary: default constructor with argument INT Product: gcc Version: 4.5.1 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c++ AssignedTo: una

[Bug target/48256] New: gcc4.4.5 internal compiler error: in change_address_1, at emit-rtl.c:1954

2011-03-23 Thread moloned at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48256 Summary: gcc4.4.5 internal compiler error: in change_address_1, at emit-rtl.c:1954 Product: gcc Version: 4.4.4 Status: UNCONFIRMED Severity: critical Pri

[Bug debug/48204] [4.5/4.6/4.7 Regression] ICE: in decimal_to_decnumber, at dfp.c:115 with -fno-tree-ccp -fno-tree-dominator-opts -fno-tree-fre -g

2011-03-23 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48204 Jakub Jelinek changed: What|Removed |Added Status|NEW |ASSIGNED AssignedTo|unas

[Bug c++/48255] default constructor with argument INT

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

[Bug c++/48255] default constructor with argument INT

2011-03-23 Thread lisp2d at lisp2d dot net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48255 --- Comment #2 from Lisp2D 2011-03-23 16:15:14 UTC --- found silent conversion class A have explicit A(std::complexconst& x);

[Bug other/48254] documentation minor

2011-03-23 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48254 Jonathan Wakely changed: What|Removed |Added Keywords||documentation --- Comment #1

[Bug c++/40793] "Error: no matching function for call to XYZ" doesn't display function-template-arguments

2011-03-23 Thread jonathan.sd24 at yahoo dot de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40793 --- Comment #11 from Jonathan Schmidt-Dominé 2011-03-23 16:29:31 UTC --- Couldn't this patch be accepted? It looks very nice…

[Bug libstdc++/48257] New: std::string::assign() corrupts std::string static data when called on emptyString1 using emptyString2.data()

2011-03-23 Thread mohsinrzaidi at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48257 Summary: std::string::assign() corrupts std::string static data when called on emptyString1 using emptyString2.data() Product: gcc Version: 4.1.2 Status: UNCONFIRMED

[Bug testsuite/48245] FAIL: gcc.dg/lto/pr46940 c_lto_pr46940_0.o assemble on *-apple-darwin*

2011-03-23 Thread dominiq at lps dot ens.fr
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48245 Dominique d'Humieres changed: What|Removed |Added CC||howarth at nitro dot

[Bug debug/48220] DW_OP_GNU_entry_value/DW_TAG_GNU_call_site_parameter vs. register window targets

2011-03-23 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48220 --- Comment #3 from Jakub Jelinek 2011-03-23 16:45:05 UTC --- The aim of the extension is to allow correct debug info, not almost correct, so I think defining "upon entering of the current subprogram" as anything but before the first insn

[Bug target/48258] New: Add VSX support for float/double vector reductions & improve float insert/extract

2011-03-23 Thread meissner at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48258 Summary: Add VSX support for float/double vector reductions & improve float insert/extract Product: gcc Version: 4.7.0 Status: UNCONFIRMED Severity: enhancement

[Bug libstdc++/48257] std::string::assign() corrupts std::string static data when called on emptyString1 using emptyString2.data()

2011-03-23 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48257 Jonathan Wakely changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|

[Bug testsuite/48245] FAIL: gcc.dg/lto/pr46940 c_lto_pr46940_0.o assemble on *-apple-darwin*

2011-03-23 Thread iains at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48245 Iain Sandoe changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug testsuite/48245] FAIL: gcc.dg/lto/pr46940 c_lto_pr46940_0.o assemble on *-apple-darwin*

2011-03-23 Thread dominiq at lps dot ens.fr
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48245 --- Comment #8 from Dominique d'Humieres 2011-03-23 17:08:59 UTC --- With the change in comment #5, bootstrapping fails with ld: file not found: LINK_PLUGIN_SPEC collect2: ld returned 1 exit status make[5]: *** [libgcc_s.dylib] Error 1

[Bug testsuite/48245] FAIL: gcc.dg/lto/pr46940 c_lto_pr46940_0.o assemble on *-apple-darwin*

2011-03-23 Thread ro at CeBiTec dot Uni-Bielefeld.DE
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48245 --- Comment #9 from ro at CeBiTec dot Uni-Bielefeld.DE 2011-03-23 17:10:38 UTC --- > maybe this is getting complex enough to warrant a spec of its own? (and then > we > could avoid cloning it) Why would you want to clone that? LINK_PLUG

[Bug target/46072] AIX linker chokes on debug info for uninitialized static variables

2011-03-23 Thread david.kirkby at onetel dot net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46072 --- Comment #14 from Dr. David Kirkby 2011-03-23 17:11:42 UTC --- Has anyone with an AIX support contract ever raised this issue with IBM? If so, is there a publicly viewable location for this? If not, can someone do it. My own RS/6000

[Bug testsuite/48245] FAIL: gcc.dg/lto/pr46940 c_lto_pr46940_0.o assemble on *-apple-darwin*

2011-03-23 Thread ro at CeBiTec dot Uni-Bielefeld.DE
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48245 --- Comment #10 from ro at CeBiTec dot Uni-Bielefeld.DE 2011-03-23 17:15:46 UTC --- > --- Comment #8 from Dominique d'Humieres > 2011-03-23 17:08:59 UTC --- > With the change in comment #5, bootstrapping fails with > > ld: file not found

[Bug c++/40793] "Error: no matching function for call to XYZ" doesn't display function-template-arguments

2011-03-23 Thread manu at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40793 --- Comment #12 from Manuel López-Ibáñez 2011-03-23 17:17:37 UTC --- (In reply to comment #11) > Couldn't this patch be accepted? It looks very nice… Unfortunately, I don't have enough free time to test this patch and submit it properly. Even i

[Bug testsuite/48245] FAIL: gcc.dg/lto/pr46940 c_lto_pr46940_0.o assemble on *-apple-darwin*

2011-03-23 Thread iains at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48245 --- Comment #11 from Iain Sandoe 2011-03-23 17:20:01 UTC --- (In reply to comment #9) > > maybe this is getting complex enough to warrant a spec of its own? (and > > then we > > could avoid cloning it) > The fact that Darwin uses a clo

[Bug debug/48220] DW_OP_GNU_entry_value/DW_TAG_GNU_call_site_parameter vs. register window targets

2011-03-23 Thread ebotcazou at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48220 --- Comment #4 from Eric Botcazou 2011-03-23 17:33:54 UTC --- > The aim of the extension is to allow correct debug info, not almost correct, > so I think defining "upon entering of the current subprogram" as anything but > before the first

[Bug testsuite/48245] FAIL: gcc.dg/lto/pr46940 c_lto_pr46940_0.o assemble on *-apple-darwin*

2011-03-23 Thread iains at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48245 --- Comment #12 from Iain Sandoe 2011-03-23 17:38:57 UTC --- (In reply to comment #10) > > --- Comment #8 from Dominique d'Humieres > > 2011-03-23 17:08:59 UTC --- > > With the change in comment #5, bootstrapping fails with > > > > ld:

[Bug target/48258] Add VSX support for float/double vector reductions & improve float insert/extract

2011-03-23 Thread meissner at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48258 --- Comment #1 from Michael Meissner 2011-03-23 17:45:20 UTC --- Author: meissner Date: Wed Mar 23 17:45:06 2011 New Revision: 171357 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=171357 Log: Add test cases for PR 48258 Add

[Bug testsuite/48245] FAIL: gcc.dg/lto/pr46940 c_lto_pr46940_0.o assemble on *-apple-darwin*

2011-03-23 Thread ro at CeBiTec dot Uni-Bielefeld.DE
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48245 --- Comment #13 from ro at CeBiTec dot Uni-Bielefeld.DE 2011-03-23 17:49:55 UTC --- > au contraire, I think Rainer is right... ;) ... Iain did not engage brain > sufficiently... Me neither ;-) > but one needs the " " around the insert

[Bug testsuite/48245] FAIL: gcc.dg/lto/pr46940 c_lto_pr46940_0.o assemble on *-apple-darwin*

2011-03-23 Thread mrs at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48245 --- Comment #14 from mrs at gcc dot gnu.org 2011-03-23 18:01:03 UTC --- If you guys like the patch from #12, I'll approve it... Looks reasonable to me.

[Bug testsuite/48245] FAIL: gcc.dg/lto/pr46940 c_lto_pr46940_0.o assemble on *-apple-darwin*

2011-03-23 Thread iains at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48245 --- Comment #15 from Iain Sandoe 2011-03-23 18:27:45 UTC --- (In reply to comment #14) > If you guys like the patch from #12, I'll approve it... Looks reasonable to > me. it seems to the the Right Thing on *-darwin9 (cross-to-cris-elf

[Bug testsuite/48245] FAIL: gcc.dg/lto/pr46940 c_lto_pr46940_0.o assemble on *-apple-darwin*

2011-03-23 Thread ro at CeBiTec dot Uni-Bielefeld.DE
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48245 --- Comment #16 from ro at CeBiTec dot Uni-Bielefeld.DE 2011-03-23 18:41:57 UTC --- > it seems to the the Right Thing on *-darwin9 (cross-to-cris-elf will take > longer). > > Executing on host: /Volumes/ScratchCS/gcc-4-7-trunk-build/gcc/xg

[Bug testsuite/48245] FAIL: gcc.dg/lto/pr46940 c_lto_pr46940_0.o assemble on *-apple-darwin*

2011-03-23 Thread iains at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48245 --- Comment #17 from Iain Sandoe 2011-03-23 18:46:06 UTC --- (In reply to comment #16) > > it seems to the the Right Thing on *-darwin9 (cross-to-cris-elf will take > > longer). > > > > Executing on host: /Volumes/ScratchCS/gcc-4-7-trunk

[Bug testsuite/48245] FAIL: gcc.dg/lto/pr46940 c_lto_pr46940_0.o assemble on *-apple-darwin*

2011-03-23 Thread ro at CeBiTec dot Uni-Bielefeld.DE
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48245 --- Comment #18 from ro at CeBiTec dot Uni-Bielefeld.DE 2011-03-23 18:52:16 UTC --- > --- Comment #17 from Iain Sandoe 2011-03-23 > 18:46:06 UTC --- > (In reply to comment #16) >> > it seems to the the Right Thing on *-darwin9 (cross-to-c

[Bug libstdc++/48257] std::string::assign() corrupts std::string static data when called on emptyString1 using emptyString2.data()

2011-03-23 Thread mohsinrzaidi at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48257 Mohsin changed: What|Removed |Added Status|RESOLVED|UNCONFIRMED Resolution|INVALID

[Bug target/46072] AIX linker chokes on debug info for uninitialized static variables

2011-03-23 Thread pedzsan at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46072 --- Comment #15 from Perry Smith 2011-03-23 19:31:18 UTC --- Let me try and recap. The initial report was that 5.3 TL10 did *not* have the error. I discovered that 5.3 TL10 SP03 does. See [1]. APAR IZ81343[2] and its sister APARs ad

[Bug libstdc++/48257] std::string::assign() corrupts std::string static data when called on emptyString1 using emptyString2.data()

2011-03-23 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48257 Jonathan Wakely changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|

[Bug lto/48259] New: Internal compiler errors in lto1

2011-03-23 Thread d.g.gorbachev at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48259 Summary: Internal compiler errors in lto1 Product: gcc Version: 4.6.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: lto AssignedTo: unassig.

[Bug lto/48259] Internal compiler errors in lto1

2011-03-23 Thread d.g.gorbachev at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48259 --- Comment #1 from Dmitry Gorbachev 2011-03-23 19:45:13 UTC --- Created attachment 23761 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=23761 testcase, based on libstdc++ GCC 4.6.0 and 4.7.0 with -flto -O2: lto1: internal compile

[Bug other/48179] Reference mismatch in documentation chapter 6

2011-03-23 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48179 --- Comment #3 from Jonathan Wakely 2011-03-23 19:52:18 UTC --- Author: redi Date: Wed Mar 23 19:52:13 2011 New Revision: 171359 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=171359 Log: 2011-03-23 Jonathan Wakely PR

[Bug other/48234] documentation bad sequence in toc

2011-03-23 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48234 --- Comment #3 from Jonathan Wakely 2011-03-23 19:52:19 UTC --- Author: redi Date: Wed Mar 23 19:52:13 2011 New Revision: 171359 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=171359 Log: 2011-03-23 Jonathan Wakely PR

[Bug other/48221] documentation for -Wno-cpp seems wrong

2011-03-23 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48221 --- Comment #3 from Jonathan Wakely 2011-03-23 19:52:19 UTC --- Author: redi Date: Wed Mar 23 19:52:13 2011 New Revision: 171359 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=171359 Log: 2011-03-23 Jonathan Wakely PR

[Bug c++/48196] [C++0x] ICE on inclusion of , decltype

2011-03-23 Thread gcchelp.5.adept at 0sg dot net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48196 --- Comment #5 from Christian Schüler 2011-03-23 20:00:55 UTC --- Yes, 4.6. release candidate doesn't crash thanks

[Bug other/48221] documentation for -Wno-cpp seems wrong

2011-03-23 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48221 Jonathan Wakely changed: What|Removed |Added Target Milestone|--- |4.6.1 --- Comment #4 from Jon

[Bug debug/48220] DW_OP_GNU_entry_value/DW_TAG_GNU_call_site_parameter vs. register window targets

2011-03-23 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48220 --- Comment #5 from Jakub Jelinek 2011-03-23 20:30:53 UTC --- (In reply to comment #4) > Yes, end of the prologue. I was under the impression that, with your > alternate > scheme, the opposite situation would arise, i.e. it wouldn't be p

[Bug driver/48260] New: Accept -arch as an alias for -m32/-m64 on darwin

2011-03-23 Thread gcchelp.5.adept at 0sg dot net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48260 Summary: Accept -arch as an alias for -m32/-m64 on darwin Product: gcc Version: 4.6.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: driver AssignedTo:

[Bug other/48234] documentation bad sequence in toc

2011-03-23 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48234 --- Comment #4 from Jonathan Wakely 2011-03-23 21:12:58 UTC --- Author: redi Date: Wed Mar 23 21:12:51 2011 New Revision: 171363 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=171363 Log: 2011-03-23 Jonathan Wakely PR

[Bug other/48179] Reference mismatch in documentation chapter 6

2011-03-23 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48179 --- Comment #4 from Jonathan Wakely 2011-03-23 21:12:57 UTC --- Author: redi Date: Wed Mar 23 21:12:51 2011 New Revision: 171363 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=171363 Log: 2011-03-23 Jonathan Wakely PR

[Bug other/48179] Reference mismatch in documentation chapter 6

2011-03-23 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48179 --- Comment #5 from Jonathan Wakely 2011-03-23 21:45:24 UTC --- Author: redi Date: Wed Mar 23 21:45:18 2011 New Revision: 171365 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=171365 Log: 2011-03-23 Jonathan Wakely PR

[Bug other/48234] documentation bad sequence in toc

2011-03-23 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48234 --- Comment #5 from Jonathan Wakely 2011-03-23 21:45:25 UTC --- Author: redi Date: Wed Mar 23 21:45:18 2011 New Revision: 171365 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=171365 Log: 2011-03-23 Jonathan Wakely PR

[Bug other/48234] documentation bad sequence in toc

2011-03-23 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48234 --- Comment #6 from Jonathan Wakely 2011-03-23 21:47:28 UTC --- Fixed on trunk and 4.4 and 4.5 branches. I'll fix for 4.6.1 when the branch reopens.

[Bug other/48179] Reference mismatch in documentation chapter 6

2011-03-23 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48179 --- Comment #6 from Jonathan Wakely 2011-03-23 21:47:41 UTC --- Fixed on trunk and 4.4 and 4.5 branches. I'll fix for 4.6.1 when the branch reopens.

[Bug other/48254] documentation minor

2011-03-23 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48254 --- Comment #2 from Jonathan Wakely 2011-03-23 22:02:16 UTC --- Author: redi Date: Wed Mar 23 22:02:12 2011 New Revision: 171366 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=171366 Log: 2011-03-23 Jonathan Wakely PR

[Bug other/48254] documentation minor

2011-03-23 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48254 --- Comment #3 from Jonathan Wakely 2011-03-23 22:03:32 UTC --- Author: redi Date: Wed Mar 23 22:03:29 2011 New Revision: 171367 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=171367 Log: 2011-03-23 Jonathan Wakely PR

[Bug other/48254] documentation minor

2011-03-23 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48254 --- Comment #4 from Jonathan Wakely 2011-03-23 22:06:40 UTC --- I've fixed the "affective" typo on the 4.4 and 4.5 branches. I'll leave someone else to decide what to do about the repeated options. Thanks for reviewing the docs and sub

[Bug c++/48261] New: internal compiler error: in lookup_template_function, at cp/pt.c:6227

2011-03-23 Thread dtag00 at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48261 Summary: internal compiler error: in lookup_template_function, at cp/pt.c:6227 Product: gcc Version: 4.5.1 Status: UNCONFIRMED Severity: minor Priority: P3

[Bug regression/48262] New: Subversion id 171341 breaks various vectorization files on powerpc

2011-03-23 Thread meissner at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48262 Summary: Subversion id 171341 breaks various vectorization files on powerpc Product: gcc Version: 4.7.0 Status: UNCONFIRMED Severity: normal Priority: P3

  1   2   >