Bug 36620 - gcc.dg/pr36504.c doesn't work on 32bit
Summary: gcc.dg/pr36504.c doesn't work on 32bit
Status: RESOLVED FIXED
Alias: None
Product: gcc
Classification: Unclassified
Component: testsuite (show other bugs)
Version: 4.4.0
: P3 normal
Target Milestone: 4.3.2
Assignee: Not yet assigned to anyone
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-06-24 15:31 UTC by H.J. Lu
Modified: 2008-06-29 10:45 UTC (History)
2 users (show)

See Also:
Host:
Target:
Build:
Known to work:
Known to fail:
Last reconfirmed: 2008-06-28 16:39:07


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description H.J. Lu 2008-06-24 15:31:19 UTC
I got

Executing on host: /export/build/gnu/gcc/build-x86_64-linux/gcc/xgcc -B/export/build/gnu/gcc/build-x86_64-linux/gcc/ /export/gnu/src/gcc/gcc/gcc/testsuite/gcc.dg/pr36504.c   -O3 -fprefetch-loop-arrays -fno-show-column -S  -m32 -o pr36504.s    (timeout = 300)
/export/gnu/src/gcc/gcc/gcc/testsuite/gcc.dg/pr36504.c:1: warning: -fprefetch-loop-arrays not supported for this target (try -march switches)^M
Comment 1 Joseph S. Myers 2008-06-28 16:39:07 UTC
Confirmed, present on 4.3 branch (where this test was also added) as well.
Comment 2 Jakub Jelinek 2008-06-29 10:39:52 UTC
Subject: Bug 36620

Author: jakub
Date: Sun Jun 29 10:39:05 2008
New Revision: 137249

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=137249
Log:
	PR testsuite/36620
	* gcc.dg/pr36504.c: Add -w to dg-options.

Modified:
    trunk/gcc/testsuite/ChangeLog
    trunk/gcc/testsuite/gcc.dg/pr36504.c

Comment 3 Jakub Jelinek 2008-06-29 10:42:03 UTC
Subject: Bug 36620

Author: jakub
Date: Sun Jun 29 10:41:17 2008
New Revision: 137250

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=137250
Log:
	PR testsuite/36620
	* gcc.dg/pr36504.c: Add -w to dg-options.

Modified:
    branches/gcc-4_3-branch/gcc/testsuite/ChangeLog
    branches/gcc-4_3-branch/gcc/testsuite/gcc.dg/pr36504.c

Comment 4 Jakub Jelinek 2008-06-29 10:45:01 UTC
Fixed.