[libcxxabi] r207481 - Add unwind test case that checks restoring of float registers (such as on AArch64)

Jonathan Roelofs jonathan at codesourcery.com
Thu May 1 14:11:34 PDT 2014



On 5/1/14, 2:06 PM, Hal Finkel wrote:
> ----- Original Message -----
>> +
>> +int main()
>> +{
>> +  foo();
>
> Are we missing a 'return 0;' here?
>
>   -Hal
>
The standard says that main without a return behaves as if it had 'return 0' at 
the end of it.
>
>> +}
>>
>>
>> _______________________________________________
>> cfe-commits mailing list
>> cfe-commits at cs.uiuc.edu
>> http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
>>
>

-- 
Jon Roelofs
jonathan at codesourcery.com
CodeSourcery / Mentor Embedded



More information about the cfe-commits mailing list