This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug target/84278] claims initv4sfv2sf is available but inits through stack


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

--- Comment #6 from ro at CeBiTec dot Uni-Bielefeld.DE <ro at CeBiTec dot Uni-Bielefeld.DE> ---
> --- Comment #5 from rguenther at suse dot de <rguenther at suse dot de> ---
[...]
>> +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).

The RE matched

        movl    %esp, %ebp

Tcl uses ERE (egrep style), so you need to quote literal parens.

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]