http://llvm.org/bugs/show_bug.cgi?id=3254

           Summary: __attribute__ ((aligned)) is ignored
           Product: clang
           Version: unspecified
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P2
         Component: parser
        AssignedTo: [email protected]
        ReportedBy: [email protected]
                CC: [email protected], [email protected]


While the version with the argument is parsed correctly, the version without
the argument seems to be simply eaten.  For a testcase, use the example given
in
http://gcc.gnu.org/onlinedocs/gcc-4.3.2/gcc/Variable-Attributes.html#Variable-Attributes,
i.e.,

  short array[3] __attribute__ ((aligned));


-- 
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
_______________________________________________
LLVMbugs mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs

Reply via email to