From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22685 invoked by alias); 14 Apr 2003 08:56:01 -0000 Mailing-List: contact gcc-prs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-prs-owner@gcc.gnu.org Received: (qmail 22671 invoked by uid 71); 14 Apr 2003 08:56:01 -0000 Date: Mon, 14 Apr 2003 08:56:00 -0000 Message-ID: <20030414085601.22665.qmail@sources.redhat.com> To: nobody@gcc.gnu.org Cc: gcc-prs@gcc.gnu.org, From: "Igor A. Goussarov" Subject: Re: c++/10332: Template classes are not instantiated correctly in presense of #pragma pack() Reply-To: "Igor A. Goussarov" X-SW-Source: 2003-04/txt/msg00599.txt.bz2 List-Id: The following reply was made to PR c++/10332; it has been noted by GNATS. From: "Igor A. Goussarov" To: Momchil Velikov Cc: ljrittle@gcc.gnu.org, gcc-bugs@gcc.gnu.org, gcc-prs@gcc.gnu.org, nobody@gcc.gnu.org, gcc-gnats@gcc.gnu.org Subject: Re: c++/10332: Template classes are not instantiated correctly in presense of #pragma pack() Date: Mon, 14 Apr 2003 12:50:28 +0400 Momchil Velikov wrote: > What is the scope of #pragma pack ? Apparently, from the line it is encountered at till the end of translation unit or till the next #pragma pack. Er... Was it one of them trick questions? Best Regards, Igor