Re: [committed] Flags outputs for asms

2015-07-08 Thread H.J. Lu
On Mon, Jun 29, 2015 at 7:44 AM, Richard Henderson wrote: > Sorry for the delay, but here's the third and final version. > This includes the requested cpp symbol and updated documentation. gcc.target/i386/asm-flag-5.c failed with -march=pentium: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66813

[committed] Flags outputs for asms

2015-06-29 Thread Richard Henderson
Sorry for the delay, but here's the third and final version. This includes the requested cpp symbol and updated documentation. r~ * config/i386/constraints.md (Bf): New constraint. * config/i386/i386-c.c (ix86_target_macros): Define __GCC_ASM_FLAG_OUTPUTS__. * co