On https://gcc.gnu.org/gcc-5/porting_to.html about two thirds of the way down:
"As the default mode changed to C11, the __STDC_VERSION__ standard
macro, introduced in C95, is now defined by default, and has the value
201112L."
That should probably be C99.
On 07/04/16 09:09, Ilya Enkovich wrote:
> 2016-04-07 0:49 GMT+03:00 David Guillen Fandos :
>>
>> Thanks a lot Ilya!
>>
>> I managed to get it working. There were some bugs regarding register
>> allocation that ended up promoting the class to be BLKmode instead of
>> V4SFmode. I had to debug it a bi