Bug 64886 - FAIL: gcc.dg/pr64434.c scan-rtl-dump-times expand "Swap operands" 1
Summary: FAIL: gcc.dg/pr64434.c scan-rtl-dump-times expand "Swap operands" 1
Status: NEW
Alias: None
Product: gcc
Classification: Unclassified
Component: testsuite (show other bugs)
Version: 5.0
: P3 normal
Target Milestone: ---
Assignee: Not yet assigned to anyone
URL:
Keywords: testsuite-fail
Depends on:
Blocks:
 
Reported: 2015-01-31 16:54 UTC by John David Anglin
Modified: 2021-12-15 20:17 UTC (History)
0 users

See Also:
Host:
Target: hppa*-*-hpux* aarch64_ilp32-*-*
Build:
Known to work:
Known to fail:
Last reconfirmed: 2016-10-16 00:00:00


Attachments
RTL expand dump (2.51 KB, text/plain)
2015-03-05 19:33 UTC, John David Anglin
Details

Note You need to log in before you can comment on or make changes to this bug.
Description John David Anglin 2015-01-31 16:54:33 UTC
Executing on host: /test/gnu/gcc/objdir/gcc/xgcc -B/test/gnu/gcc/objdir/gcc/ /te
st/gnu/gcc/gcc/gcc/testsuite/gcc.dg/pr64434.c  -fno-diagnostics-show-caret -fdiagnostics-color=never   -O1 -fdump-rtl-expand-details -S   -o pr64434.s    (timeout = 300)
spawn /test/gnu/gcc/objdir/gcc/xgcc -B/test/gnu/gcc/objdir/gcc/ /test/gnu/gcc/gcc/gcc/testsuite/gcc.dg/pr64434.c -fno-diagnostics-show-caret -fdiagnostics-color=never -O1 -fdump-rtl-expand-details -S -o pr64434.s
PASS: gcc.dg/pr64434.c (test for excess errors)
FAIL: gcc.dg/pr64434.c scan-rtl-dump-times expand "Swap operands" 1

"Swap operands" is not present in dump.
Comment 1 John David Anglin 2015-03-05 19:33:41 UTC
Created attachment 34970 [details]
RTL expand dump
Comment 2 John David Anglin 2015-03-05 19:55:10 UTC
Revised test1.c testcase attached to PR64434 would pass on hppa64-hp-hpux11.11.
Comment 3 John David Anglin 2016-04-09 15:43:36 UTC
Author: danglin
Date: Sat Apr  9 15:43:05 2016
New Revision: 234852

URL: https://gcc.gnu.org/viewcvs?rev=234852&root=gcc&view=rev
Log:
	PR rtl-optimization/64886
	* gcc.dg/pr64434.c: Skip on hppa*-*-hpux*.


Modified:
    trunk/gcc/testsuite/ChangeLog
    trunk/gcc/testsuite/gcc.dg/pr64434.c
Comment 4 John David Anglin 2016-04-09 15:48:22 UTC
Author: danglin
Date: Sat Apr  9 15:47:50 2016
New Revision: 234853

URL: https://gcc.gnu.org/viewcvs?rev=234853&root=gcc&view=rev
Log:
	PR rtl-optimization/64886
	* gcc.dg/pr64434.c: Skip on hppa*-*-hpux*.


Modified:
    branches/gcc-5-branch/gcc/testsuite/ChangeLog
    branches/gcc-5-branch/gcc/testsuite/gcc.dg/pr64434.c
Comment 5 Andrew Pinski 2016-10-16 18:04:58 UTC
Same as reason on aarch64 ILP32.

Confirmed.
Comment 6 Martin Liška 2018-11-19 13:25:15 UTC
Can the bug be marked as resolved?
Comment 7 John David Anglin 2018-11-21 01:57:18 UTC
Doesn't appear fixed on aarch64 ILP32.