[Bug middle-end/46488] [4.5 regression] server/core_filters.c from apache httpd 2.2.17 miscompiled at -O3

2010-11-30 Thread ebotcazou at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46488 --- Comment #35 from Eric Botcazou 2010-11-30 23:25:57 UTC --- > I said in my comment that adding temporaries could correct the issue, > but they do not. I had some different test trees, and reviewing them, > what actually "corrected" in one of t

[Bug target/46692] Missing LM32 multilibs for divider and sign extender

2010-11-30 Thread sebastien.bourdeauducq at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46692 --- Comment #2 from Sebastien Bourdeauducq 2010-11-30 23:29:18 UTC --- (In reply to comment #1) I'm sorry, but are you really trying to argue that libraries like libc and libm MUST ALWAYS use the software emulation of the divider and sign extender

[Bug c++/46733] New: [c++0x] member function template is used for copy-construction when it should not

2010-11-30 Thread roman at binarylife dot net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46733 Summary: [c++0x] member function template is used for copy-construction when it should not Product: gcc Version: 4.6.0 Status: UNCONFIRMED Severity: normal Priorit

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

2010-11-30 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40793 --- Comment #9 from Andrew Pinski 2010-11-30 23:52:05 UTC --- So with the example in comment #5, we get: t.cc: In function ‘void f()’: t.cc:5:31: error: no matching function for call to ‘staticPrint()’ t.cc:2:18: note: candidate is: template void

[Bug c++/46004] [C++0x] template constructor used to copy object

2010-11-30 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46004 Jonathan Wakely changed: What|Removed |Added CC||roman at binarylife dot net --- Comment

[Bug c++/46733] [c++0x] member function template is used for copy-construction when it should not

2010-11-30 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46733 Jonathan Wakely changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|

[Bug middle-end/46674] [4.6 Regression] Weak alias is mistakenly optimized away

2010-11-30 Thread jiez at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46674 --- Comment #6 from Jie Zhang 2010-11-30 23:58:54 UTC --- The patch for review: http://gcc.gnu.org/ml/gcc-patches/2010-11/msg02973.html

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

2010-11-30 Thread manu at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40793 --- Comment #10 from Manuel López-Ibáñez 2010-12-01 00:13:52 UTC --- (In reply to comment #9) > So with the example in comment #5, we get: > t.cc: In function ‘void f()’: > t.cc:5:31: error: no matching function for call to ‘staticPrint()’ > t.cc

[Bug c++/46719] [C++0x] Cannot call variadic function template

2010-11-30 Thread flast at flast dot jp
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46719 --- Comment #7 from Kohei Takahashi 2010-12-01 00:30:45 UTC --- (In reply to comment #6) > Even though the template parameter pack Args expands to double, GCC is unable > to match f to the type function if I use Args..., where it was > able to wi

[Bug libstdc++/46718] [c++0x] nullptr_t must be scalar

2010-11-30 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46718 Paolo Carlini changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|

[Bug bootstrap/46730] [4.6 Regression] Failed to profiledbootstrap

2010-11-30 Thread hjl.tools at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46730 --- Comment #2 from H.J. Lu 2010-12-01 00:44:41 UTC --- Program received signal SIGSEGV, Segmentation fault. 0x00d72e86 in walk_stmt_load_store_addr_ops (stmt=0x718bc900, data=0x7180f000, visit_load=0x25cad3c , visit_sto

[Bug other/46734] New: ICE in create_tmp_var, at gimplify.c:505

2010-11-30 Thread dirtyepic at gentoo dot org
--enable-clocale=gnu --with-bugurl=http://bugs.gentoo.org/ --with-pkgversion='Gentoo SVN' Thread model: posix gcc version 4.5.2-pre 20101130 (prerelease) rev. 167289 (Gentoo SVN)

[Bug c++/46719] [C++0x] Cannot call variadic function template

2010-11-30 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46719 --- Comment #8 from Jonathan Wakely 2010-12-01 01:51:06 UTC --- (In reply to comment #6) > I think I did a bad job describing the issue, and I think that it's still a > problem. I'd like to clarify it if I can. The following code works: > >

[Bug target/46735] New: frv-elf --enable-werror-always build fails for 64 bit host

2010-11-30 Thread amylaar at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46735 Summary: frv-elf --enable-werror-always build fails for 64 bit host Product: gcc Version: 4.6.0 Status: UNCONFIRMED Severity: normal Priority: P3 Componen

[Bug c++/46736] New: [c++0x] move constructor is not implicitly deleted when it should be

2010-11-30 Thread roman at binarylife dot net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46736 Summary: [c++0x] move constructor is not implicitly deleted when it should be Product: gcc Version: 4.6.0 Status: UNCONFIRMED Severity: normal Priority: P3

[Bug target/46737] New: bfin-elf --enable-werror-always build fails for 64 bit host

2010-11-30 Thread amylaar at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46737 Summary: bfin-elf --enable-werror-always build fails for 64 bit host Product: gcc Version: 4.6.0 Status: UNCONFIRMED Keywords: build Severity: normal Pri

[Bug ada/46738] New: microblaze ada --enable-werror-always build fails

2010-11-30 Thread amylaar at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46738 Summary: microblaze ada --enable-werror-always build fails Product: gcc Version: 4.6.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: ada AssignedTo: un

[Bug target/46739] New: mmix-knuth-mmixware --enable-werror-always build fails for 64 bit host

2010-11-30 Thread amylaar at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46739 Summary: mmix-knuth-mmixware --enable-werror-always build fails for 64 bit host Product: gcc Version: 4.6.0 Status: UNCONFIRMED Keywords: build Severity: normal

[Bug target/46740] New: vax-linux-gnu --enable-werror-always build fails for 64 bit host

2010-11-30 Thread amylaar at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46740 Summary: vax-linux-gnu --enable-werror-always build fails for 64 bit host Product: gcc Version: 4.6.0 Status: UNCONFIRMED Keywords: build Severity: normal

[Bug c++/46719] [C++0x] Cannot call variadic function template

2010-11-30 Thread eplawless+gcc at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46719 --- Comment #9 from Eric Lawless 2010-12-01 02:59:43 UTC --- Jonathan, you're absolutely right. After some patient explanation by Johannes Schaub (litb) and Eelis van der Weegen (eelis) on IRC (FreeNode/##C++), I realize that GCC's behaviour here

[Bug c++/46719] [C++0x] Cannot call variadic function template

2010-11-30 Thread eplawless+gcc at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46719 Eric Lawless changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|

[Bug ada/46741] New: bootstrap with bootstrapped compiler fails

2010-11-30 Thread amylaar at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46741 Summary: bootstrap with bootstrapped compiler fails Product: gcc Version: 4.6.0 Status: UNCONFIRMED Keywords: build Severity: normal Priority: P3 Component: ada

<    1   2