On 20/06/16 08:00, Andrew Pinski wrote:
> + /* Acceptable. */
> + asm (" "); /* { dg-warning "Deprecated: asm in function without
> extended syntax" } */This is incorrect English. It should be "Deprecated: asm without extended syntax in function" because it's the asm that is missing the extended syntax, not the function. Andrew.
