This is the mail archive of the gcc-prs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: c++/10332: Template classes are not instantiated correctly in presense of #pragma pack()


The following reply was made to PR c++/10332; it has been noted by GNATS.

From: Momchil Velikov <velco at fadata dot bg>
To: "Igor A. Goussarov" <igusarov at akella dot com>
Cc: ljrittle at gcc dot gnu dot org, gcc-bugs at gcc dot gnu dot org, gcc-prs at gcc dot gnu dot org,
	nobody at gcc dot gnu dot org, gcc-gnats at gcc dot gnu dot org
Subject: Re: c++/10332: Template classes are not instantiated correctly in presense of #pragma pack()
Date: 14 Apr 2003 11:57:04 +0300

 >>>>> "Igor" == Igor A Goussarov <igusarov at akella dot com> writes:
 
     Igor> Momchil Velikov wrote:
     >> What is the scope of #pragma pack ?
 
     Igor>     Apparently, from the line it is encountered at till the end of
     Igor> translation unit or till the next #pragma pack.
 
 In that case holding it in a global variable looks appropriate, no ?
 
 ~velco


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]