[Bug target/40068] GCC fails to apply dllexport attribute to typeinfo.

2013-09-13 Thread mattyclarkson at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40068 Matt Clarkson mattyclarkson at gmail dot com changed: What|Removed |Added CC|

[Bug target/40068] GCC fails to apply dllexport attribute to typeinfo.

2013-09-13 Thread mattyclarkson at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40068 --- Comment #13 from Matt Clarkson mattyclarkson at gmail dot com --- Created attachment 30814 -- http://gcc.gnu.org/bugzilla/attachment.cgi?id=30814action=edit missing dllexport on typeinfo output Added an attachment for the full compiler

[Bug target/40068] GCC fails to apply dllexport attribute to typeinfo.

2012-02-07 Thread ktietz at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40068 --- Comment #9 from Kai Tietz ktietz at gcc dot gnu.org 2012-02-07 10:46:06 UTC --- Author: ktietz Date: Tue Feb 7 10:45:59 2012 New Revision: 183962 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=183962 Log: 2012-02-07 Kai Tietz

[Bug target/40068] GCC fails to apply dllexport attribute to typeinfo.

2012-02-07 Thread ktietz at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40068 --- Comment #10 from Kai Tietz ktietz at gcc dot gnu.org 2012-02-07 10:49:20 UTC --- Author: ktietz Date: Tue Feb 7 10:49:14 2012 New Revision: 183963 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=183963 Log: 2012-02-07 Kai Tietz

[Bug target/40068] GCC fails to apply dllexport attribute to typeinfo.

2012-02-07 Thread ktietz at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40068 --- Comment #11 from Kai Tietz ktietz at gcc dot gnu.org 2012-02-07 11:48:41 UTC --- Author: ktietz Date: Tue Feb 7 11:48:34 2012 New Revision: 183965 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=183965 Log: 2012-02-07 Kai Tietz

[Bug target/40068] GCC fails to apply dllexport attribute to typeinfo.

2012-02-02 Thread ktietz at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40068 Kai Tietz ktietz at gcc dot gnu.org changed: What|Removed |Added CC|

[Bug target/40068] GCC fails to apply dllexport attribute to typeinfo.

2009-06-25 Thread dave dot korn dot cygwin at gmail dot com
--- Comment #7 from dave dot korn dot cygwin at gmail dot com 2009-06-25 15:37 --- Hmm, I'm getting somewhere with this. By compiling the g++ testsuite ptrflags.C case with --save-temps, manually hacking all the superfluous typeinfo stuff out, and re-assembling and linking it, I

[Bug target/40068] GCC fails to apply dllexport attribute to typeinfo.

2009-05-13 Thread dannysmith at users dot sourceforge dot net
--- Comment #6 from dannysmith at users dot sourceforge dot net 2009-05-13 08:12 --- (In reply to comment #5) Also, I don't think this is necessarily an either-or situation; we could add my patch and have the typeinfo exported from the DLL, and also add yours so that clients

[Bug target/40068] GCC fails to apply dllexport attribute to typeinfo.

2009-05-10 Thread dave dot korn dot cygwin at gmail dot com
--- Comment #5 from dave dot korn dot cygwin at gmail dot com 2009-05-10 11:17 --- (In reply to comment #4) Hello Dave, Hi Danny! Rather than use DLL linkage (and so force client to resort to auto-import magic) why not just always emit the RTTI with one-only comdat linkage.

[Bug target/40068] GCC fails to apply dllexport attribute to typeinfo.

2009-05-09 Thread dave dot korn dot cygwin at gmail dot com
--- Comment #3 from dave dot korn dot cygwin at gmail dot com 2009-05-10 01:11 --- Created an attachment (id=17841) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=17841action=view) inherit dllexport from class to typeinfo Now testing a solution based on the approach of adding the

[Bug target/40068] GCC fails to apply dllexport attribute to typeinfo.

2009-05-09 Thread dannysmith at users dot sourceforge dot net
--- Comment #4 from dannysmith at users dot sourceforge dot net 2009-05-10 05:01 --- (In reply to comment #3) Created an attachment (id=17841) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=17841action=view) [edit] inherit dllexport from class to typeinfo Now testing a