From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 31974 invoked by alias); 31 Oct 2002 00:32:52 -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 31937 invoked by uid 61); 31 Oct 2002 00:32:51 -0000 Date: Wed, 30 Oct 2002 16:32:00 -0000 Message-ID: <20021031003251.31936.qmail@sources.redhat.com> To: gcc-bugs@gcc.gnu.org, gcc-prs@gcc.gnu.org, gdr@nerim.net, nobody@gcc.gnu.org From: bangerth@dealii.org Reply-To: bangerth@dealii.org, gcc-bugs@gcc.gnu.org, gcc-prs@gcc.gnu.org, gdr@nerim.net, nobody@gcc.gnu.org, gcc-gnats@gcc.gnu.org Subject: Re: c++/7585: Attributes for nested typedef-name ignored X-SW-Source: 2002-10/txt/msg01299.txt.bz2 List-Id: Synopsis: Attributes for nested typedef-name ignored State-Changed-From-To: open->analyzed State-Changed-By: bangerth State-Changed-When: Wed Oct 30 16:32:50 2002 State-Changed-Why: I can see this as well, but I imagine the syntax is wrong: shouldn't it be typedef struct { } __attribute__((__aligned__(__alignof__(int)))) Y; instead of typedef struct { } Y __attribute__((__aligned__(__alignof__(int)))); ?? With this, the output is as you expect. http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=gcc&pr=7585