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 testsuite/59971] multilib_flags is placed with the wrong order


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

H.J. Lu <hjl.tools at gmail dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
   Last reconfirmed|                            |2015-02-13
   Target Milestone|---                         |5.0
     Ever confirmed|0                           |1

--- Comment #1 from H.J. Lu <hjl.tools at gmail dot com> ---
It leads to

FAIL: gcc.target/i386/pr32219-1.c scan-assembler movl[
\t]xxx@GOTOFF\\(%[^,]*\\), %eax
FAIL: gcc.target/i386/pr32219-1.c scan-assembler-not movl[
\t]xxx@GOT\\(%[^,]*\\), %eax
FAIL: gcc.target/i386/pr32219-3.c scan-assembler movl[
\t]xxx@GOTOFF\\(%[^,]*\\), %eax
FAIL: gcc.target/i386/pr32219-3.c scan-assembler-not movl[
\t]xxx@GOT\\(%[^,]*\\), %eax
FAIL: gcc.target/i386/pr32219-5.c scan-assembler movl[
\t]xxx@GOTOFF\\(%[^,]*\\), %eax
FAIL: gcc.target/i386/pr32219-5.c scan-assembler-not movl[
\t]xxx@GOT\\(%[^,]*\\), %eax
FAIL: gcc.target/i386/pr32219-7.c scan-assembler movl[
\t]xxx@GOTOFF\\(%[^,]*\\), %eax
FAIL: gcc.target/i386/pr32219-7.c scan-assembler-not movl[
\t]xxx@GOT\\(%[^,]*\\), %eax
FAIL: gcc.target/i386/pr64317.c scan-assembler movl[ \\t]+c@GOTOFF[(]%ebx[)]

in

https://gcc.gnu.org/ml/gcc-regression/2015-02/msg00244.html


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