From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 17555 invoked by alias); 14 Jul 2009 19:09:51 -0000 Received: (qmail 17532 invoked by uid 48); 14 Jul 2009 19:09:39 -0000 Date: Tue, 14 Jul 2009 19:09:00 -0000 Message-ID: <20090714190939.17531.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug c++/40751] G++ never packs typedef'd enums In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "bryce dot schober at gmail dot com" Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org X-SW-Source: 2009-07/txt/msg01148.txt.bz2 ------- Comment #1 from bryce dot schober at gmail dot com 2009-07-14 19:09 ------- Created an attachment (id=18196) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=18196&action=view) test case Built without warnings, to try to make sure I'm not doing something marginal: gcc -Wall -Wextra -pedantic -lstdc++ -0 size size.c size.gcc -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40751