Re: C PATCH for c/71574 (ICE with alloc_align attribute)

2016-07-29 Thread Bernd Schmidt
On 07/28/2016 03:26 PM, Marek Polacek wrote: Many attributes that accept integer constant as a parameter call default_conversion for such constants to perform the usual arithmetic conversions. The call to default_conversion is always guarded so as to prevent a NULL_TREE, an IDENTIFIER_NODE, or a

C PATCH for c/71574 (ICE with alloc_align attribute)

2016-07-28 Thread Marek Polacek
Many attributes that accept integer constant as a parameter call default_conversion for such constants to perform the usual arithmetic conversions. The call to default_conversion is always guarded so as to prevent a NULL_TREE, an IDENTIFIER_NODE, or a FUNCTION_DECL from getting into this function.