Summary: | multilib_flags is placed with the wrong order | ||
---|---|---|---|
Product: | gcc | Reporter: | H.J. Lu <hjl.tools> |
Component: | testsuite | Assignee: | Not yet assigned to anyone <unassigned> |
Status: | RESOLVED WONTFIX | ||
Severity: | normal | Keywords: | patch |
Priority: | P3 | ||
Version: | 4.9.0 | ||
Target Milestone: | 5.2 | ||
URL: | https://gcc.gnu.org/ml/gcc-patches/2014-01/msg01891.html | ||
Host: | Target: | ||
Build: | Known to work: | ||
Known to fail: | Last reconfirmed: | 2015-02-13 00:00:00 |
Description
H.J. Lu
2014-01-28 21:11:35 UTC
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 GCC 5.1 has been released. Fixed by dejagnu 1.5.3 instead. This patch might make sense since RHEL/CentOS 6 still contains a broken dejagnu. |