Re: [PATCH] Fix up _xabort for -O0

2012-07-16 Thread Uros Bizjak
On Mon, Jul 16, 2012 at 4:45 PM, Jakub Jelinek wrote: > While backporting, I've noticed there is an extra semicolon that shouldn't > be there in -O0 version of _xabort. Ok for trunk? > > 2012-07-16 Jakub Jelinek > > * config/i386/rtmintrin.h (_xabort): Remove trailing semicolon. OK,

[PATCH] Fix up _xabort for -O0

2012-07-16 Thread Jakub Jelinek
Hi! While backporting, I've noticed there is an extra semicolon that shouldn't be there in -O0 version of _xabort. Ok for trunk? 2012-07-16 Jakub Jelinek * config/i386/rtmintrin.h (_xabort): Remove trailing semicolon. --- gcc/config/i386/rtmintrin.h 2012-03-14 09:39:41.167265085 +01