c++/7585: Attributes for nested typedef-name ignored

bangerth@dealii.org bangerth@dealii.org
Wed Oct 30 16:32:00 GMT 2002


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



More information about the Gcc-prs mailing list