[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 changed: What|Removed |Added Status|WAITING |NEW --- Comment #10 from Eric Botcazou -

[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 --- (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 COLLECT_LTO_WRAPPER=/pkg/gnu/libexec/g

[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 --- 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-19 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58178 Paolo Carlini changed: What|Removed |Added CC||ebotcazou at gcc dot gnu.org --- Comment

[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 --- 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 release 5.4 (Tikanga) /usr/bin

[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 --- 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 paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58178 --- Comment #4 from Paolo Carlini --- 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 about your target, otherwise this

[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 --- 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-18 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58178 Paolo Carlini changed: What|Removed |Added Status|UNCONFIRMED |WAITING Last reconfirmed|

[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 changed: What|Removed |Added CC||jakub at gcc dot gnu.org --- Comment #1 f