[LLVMbugs] [Bug 3254] New: __attribute__ ((aligned)) is ignored
bugzilla-daemon at cs.uiuc.edu
bugzilla-daemon at cs.uiuc.edu
Mon Dec 22 11:36:46 PST 2008
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: unassignedclangbugs at nondot.org
ReportedBy: bagnara at cs.unipr.it
CC: llvmbugs at cs.uiuc.edu, bolzoni at cs.unipr.it
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.
More information about the llvm-bugs
mailing list