[Bug c++/65292] Template function not emitted

2015-03-09 Thread gnugcc at marino dot st
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65292 --- Comment #8 from John Marino --- As a final follow up, webkit-qt5 built on a March 8 version of gcc5 with no changes from my previous attempt. Good news, thanks for the patch! John

[Bug c++/65292] Template function not emitted

2015-03-06 Thread gnugcc at marino dot st
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65292 --- Comment #7 from John Marino --- typo -- it was gcc 4.7, not gcc7 that succeeded. (I say that to help answer the question in the QT5 bug report)

[Bug c++/65292] Template function not emitted

2015-03-06 Thread gnugcc at marino dot st
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65292 --- Comment #6 from John Marino --- Thanks Khem, With your patch, webkit-qt5 continued to build on gcc7 (good news) but I did not succeed with gcc-5. The new error during linking is: /usr/libexec/binutils224/elf/ld.bfd: /wrkdirs/www/webkit-qt5

[Bug c++/65292] Template function not emitted

2015-03-05 Thread raj.khem at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65292 --- Comment #5 from Khem Raj --- (In reply to John Marino from comment #4) > Khem, I've also just discovered gcc-5 won't build webkit anymore. If you > have already come up with a patch for libJavaScriptCore, could you share it > here? posted a

[Bug c++/65292] Template function not emitted

2015-03-04 Thread gnugcc at marino dot st
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65292 John Marino changed: What|Removed |Added CC||gnugcc at marino dot st --- Comment #4 fro

[Bug c++/65292] Template function not emitted

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

[Bug c++/65292] Template function not emitted

2015-03-02 Thread raj.khem at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65292 --- Comment #2 from Khem Raj --- (In reply to Andrew Pinski from comment #1) > Why do you think this is an issue? there is another file in same library where this file object resides which uses this function and reports undefined symbol errors w

[Bug c++/65292] Template function not emitted

2015-03-02 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65292 --- Comment #1 from Andrew Pinski --- Why do you think this is an issue?