public inbox for gcc-help@gcc.gnu.org
 help / color / mirror / Atom feed
* Strange #pragma interface behaviour introduced in gcc 4
@ 2005-07-09 15:51 Enrico Zini
  0 siblings, 0 replies; only message in thread
From: Enrico Zini @ 2005-07-09 15:51 UTC (permalink / raw)
  To: gcc-help; +Cc: doko

[-- Attachment #1: Type: text/plain, Size: 870 bytes --]

Hello,

I work with libraries with lots of templates and, to reduce compilation
time, I split long definitions in separate files, and I do explicit
template instantiations in an extra compilation unit.

This used to work fine until (and including) gcc 3.4, but broke in gcc
4.  You can find a small example code at:

   http://www.enricozini.org/store/testcase.tar.gz

In that example, if I remove the #pragmas, it works.  With the pragmas,
it complains about the default constructor, destructor, copy constructor
and copy operation are used but not defined.

I didn't find this behaviour documented in the gcc changes files, and
I can't understand if it's a problem in my code or a problem in gcc.
I'm this writing for help.

Please keep me Cc-ed as I'm not subscribed to the list.


Ciao,

Enrico

--
GPG key: 1024D/797EBFAB 2000-12-05 Enrico Zini <enrico@debian.org>

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 189 bytes --]

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2005-07-09 15:51 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-07-09 15:51 Strange #pragma interface behaviour introduced in gcc 4 Enrico Zini

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).