https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84278

--- Comment #5 from rguenther at suse dot de <rguenther at suse dot de> ---
On Thu, 8 Feb 2018, ro at gcc dot gnu.org wrote:

> https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84278
> 
> Rainer Orth <ro at gcc dot gnu.org> changed:
> 
>            What    |Removed                     |Added
> ----------------------------------------------------------------------------
>                  CC|                            |ro at gcc dot gnu.org
> 
> --- Comment #4 from Rainer Orth <ro at gcc dot gnu.org> ---
> Created attachment 43383
>   --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=43383&action=edit
> i386-pc-solaris2.11 -m32 assembler output
> 
> The new test FAILs on 32-bit Solaris/x86 (with as):
> 
> +FAIL: gcc.target/i386/pr84278.c scan-assembler-not (%.sp)

I'm blind - I cannot spot (%.sp) in the assembler.  Hmm.  Maybe
the regex needs to be \\\(%.sp\\\)?  I want to match (%rsp) and
(%esp) here (loads from the stack).

Reply via email to