[Bug c++/58178] variant function name was used for user defined constructor

2013-08-30 Thread ebotcazou at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58178 Eric Botcazou ebotcazou at gcc dot gnu.org changed: What|Removed |Added Status|WAITING |NEW ---

[Bug c++/58178] variant function name was used for user defined constructor

2013-08-20 Thread ebotcazou at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58178 --- Comment #8 from Eric Botcazou ebotcazou at gcc dot gnu.org --- The configure line for the compiler is needed on Solaris as well.

[Bug c++/58178] variant function name was used for user defined constructor

2013-08-20 Thread chihin.ko at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58178 --- Comment #9 from chihin ko chihin.ko at oracle dot com --- (In reply to Eric Botcazou from comment #8) The configure line for the compiler is needed on Solaris as well. Using built-in specs. COLLECT_GCC=/pkg/gnu/bin/g++-4.8.1-5.10

[Bug c++/58178] variant function name was used for user defined constructor

2013-08-19 Thread chihin.ko at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58178 --- Comment #3 from chihin ko chihin.ko at oracle dot com --- a.out execution does not have problem, it is the debugging support would have problem.

[Bug c++/58178] variant function name was used for user defined constructor

2013-08-19 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58178 --- Comment #4 from Paolo Carlini paolo.carlini at oracle dot com --- But we can't reproduce the issue on x86_64-linux. My grep gives: 00400742 W _ZN4baseC1Ev 00400742 W _ZN4baseC2Ev are you on linux? Please provide information

[Bug c++/58178] variant function name was used for user defined constructor

2013-08-19 Thread chihin.ko at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58178 --- Comment #5 from chihin ko chihin.ko at oracle dot com --- Oracle Solaris 10 8/11 s10x_u10wos_17b X86 DW_AT_producer GNU C++ 4.8.1 -mtune=generic -march=pentium4 -g

[Bug c++/58178] variant function name was used for user defined constructor

2013-08-19 Thread chihin.ko at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58178 --- Comment #6 from chihin ko chihin.ko at oracle dot com --- On Linux: pirandello 934 cat /etc/*release* Enterprise Linux Enterprise Linux Server release 5.4 (Carthage) cat: /etc/lsb-release.d: Is a directory Red Hat Enterprise Linux Server

[Bug c++/58178] variant function name was used for user defined constructor

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

[Bug c++/58178] variant function name was used for user defined constructor

2013-08-18 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58178 Paolo Carlini paolo.carlini at oracle dot com changed: What|Removed |Added Status|UNCONFIRMED |WAITING

[Bug c++/58178] variant function name was used for user defined constructor

2013-08-17 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58178 Jakub Jelinek jakub at gcc dot gnu.org changed: What|Removed |Added CC||jakub at gcc dot