[Bug c++/56556] New: Wshadow warns for private members in base classes

2013-03-06 Thread david at doublewise dot net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56556 Bug #: 56556 Summary: Wshadow warns for private members in base classes Classification: Unclassified Product: gcc Version: 4.7.2 Status: UNCONFIRMED Severity: normal

[Bug c++/56556] Wshadow warns for private members in base classes

2013-03-06 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56556 --- Comment #1 from Andrew Pinski pinskia at gcc dot gnu.org 2013-03-07 00:46:12 UTC --- The main reason for the warning here is namelookup happens before access control happens. So even if change the name of x usage in Derived, you will

[Bug libstdc++/56557] New: Link error about `std::fstream' or `std::stringstream' with `-flto' and `-rdynamic' options

2013-03-06 Thread ai.azuma at gmail dot com
of -v option The following code results in a link error when compiling on GCC 4.8.0 20130303 with `-flto' and `-rdynamic' options; // #include fstream int main() { std::fstream x; } // The link error is; cryolite@ubuntu:~/work/gcc-bugs/20130306

[Bug libstdc++/56557] Link error about `std::fstream' or `std::stringstream' with `-flto' and `-rdynamic' options

2013-03-06 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56557 Paolo Carlini paolo.carlini at oracle dot com changed: What|Removed |Added CC|

[Bug c++/56558] New: Address of operator with template base class member (C++ source compile error)

2013-03-06 Thread thierry.moreau at connotech dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56558 Bug #: 56558 Summary: Address of operator with template base class member (C++ source compile error) Classification: Unclassified Product: gcc Version: 4.6.4

[Bug c++/56558] Address of operator with template base class member (C++ source compile error)

2013-03-06 Thread thierry.moreau at connotech dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56558 --- Comment #1 from Thierry Moreau thierry.moreau at connotech dot com 2013-03-07 02:02:05 UTC --- Latest check was made with tools: GCC_VERS=4.6-20130301 BINUTILS_VERS=2.23 GMP_VERS=5.0.5 MPFR_VERS=3.1.1 MPC_VERS=1.0.1

[Bug c++/56558] Address of operator with template base class member (C++ source compile error)

2013-03-06 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56558 --- Comment #2 from Andrew Pinski pinskia at gcc dot gnu.org 2013-03-07 02:07:47 UTC --- The C++ source file attached is minimal and causes a compiler error with 4.2 and 4.6 (latest snapshot), but neither 4.7 (except a 4.7.0 RC) nor 4.8.

[Bug c++/56558] Address of operator with template base class member (C++ source compile error)

2013-03-06 Thread thierry.moreau at connotech dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56558 --- Comment #3 from Thierry Moreau thierry.moreau at connotech dot com 2013-03-07 02:11:20 UTC --- pinskia at gcc dot gnu.org wrote: http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56558 --- Comment #2 from Andrew Pinski pinskia at gcc

[Bug middle-end/56559] New: [4.7/4.8 Regression] ICE in propagate_op_to_single_use, at tree-ssa-reassoc.c:1057

2013-03-06 Thread doko at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56559 Bug #: 56559 Summary: [4.7/4.8 Regression] ICE in propagate_op_to_single_use, at tree-ssa-reassoc.c:1057 Classification: Unclassified Product: gcc Version: 4.8.0

[Bug middle-end/56559] [4.8 Regression] ICE in propagate_op_to_single_use, at tree-ssa-reassoc.c:1057

2013-03-06 Thread vchou79 at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56559 Vincent vchou79 at gmail dot com changed: What|Removed |Added CC||vchou79 at

[Bug libquadmath/55473] quadmath.h should have extern C for C++ users

2013-03-06 Thread skannan at redhat dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55473 Shakthi Kannan skannan at redhat dot com changed: What|Removed |Added CC||skannan

[Bug middle-end/56559] [4.8 Regression] ICE in propagate_op_to_single_use, at tree-ssa-reassoc.c:1057

2013-03-06 Thread markus at trippelsdorf dot de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56559 Markus Trippelsdorf markus at trippelsdorf dot de changed: What|Removed |Added CC|

[Bug middle-end/56559] [4.8 Regression] ICE in propagate_op_to_single_use, at tree-ssa-reassoc.c:1057

2013-03-06 Thread markus at trippelsdorf dot de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56559 Markus Trippelsdorf markus at trippelsdorf dot de changed: What|Removed |Added CC|

[Bug libquadmath/55473] quadmath.h should have extern C for C++ users

2013-03-06 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55473 --- Comment #4 from Jakub Jelinek jakub at gcc dot gnu.org 2013-03-07 07:53:17 UTC --- Author: jakub Date: Thu Mar 7 07:53:10 2013 New Revision: 196517 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=196517 Log: PR

[Bug libquadmath/55473] quadmath.h should have extern C for C++ users

2013-03-06 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55473 Jakub Jelinek jakub at gcc dot gnu.org changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED

<    1   2