Re: GCC Support of Function/Variable Attributes

2013-03-01 Thread Jeffrey Walton
On Thu, Feb 28, 2013 at 8:05 PM, Andrew Pinski wrote: > On Thu, Feb 28, 2013 at 3:54 PM, Jeffrey Walton wrote: >> Hi All, >> >> I'm having trouble compiling sources adorned with the aligned >> attribute under Clang 3.1. Clang claims its GCC 4.2.1 compatible: > > This is not a good list to ask thi

Re: GCC Support of Function/Variable Attributes

2013-03-01 Thread Marc Glisse
On Thu, 28 Feb 2013, Jeffrey Walton wrote: I'm having trouble compiling sources adorned with the aligned attribute under Clang 3.1. Clang claims its GCC 4.2.1 compatible: $ clang -dM -E -x c /dev/null | grep -i gnuc #define __GNUC_MINOR__ 2 #define __GNUC_PATCHLEVEL__ 1 #define __GNUC_STDC_INLI

Re: GCC Support of Function/Variable Attributes

2013-02-28 Thread Andrew Pinski
On Thu, Feb 28, 2013 at 3:54 PM, Jeffrey Walton wrote: > Hi All, > > I'm having trouble compiling sources adorned with the aligned > attribute under Clang 3.1. Clang claims its GCC 4.2.1 compatible: This is not a good list to ask this question as if clang claims to 4.2.1 compatible and is not the