Bug 45590 - FAIL: gcc.dg/graphite/pr44391.c: unrecognized command line option '-m32'
Summary: FAIL: gcc.dg/graphite/pr44391.c: unrecognized command line option '-m32'
Status: RESOLVED FIXED
Alias: None
Product: gcc
Classification: Unclassified
Component: testsuite (show other bugs)
Version: 4.6.0
: P3 normal
Target Milestone: ---
Assignee: Not yet assigned to anyone
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-09-07 23:03 UTC by John David Anglin
Modified: 2010-09-08 09:22 UTC (History)
1 user (show)

See Also:
Host: hppa-unknown-linux-gnu
Target: hppa-unknown-linux-gnu
Build: hppa-unknown-linux-gnu
Known to work:
Known to fail:
Last reconfirmed:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description John David Anglin 2010-09-07 23:03:15 UTC
Executing on host: /home/dave/gnu/gcc-4.6/objdir/gcc/xgcc -B/home/dave/gnu/gcc-4
.6/objdir/gcc/ /home/dave/gnu/gcc/gcc/gcc/testsuite/gcc.dg/graphite/pr44391.c   -Os -m32 -fgraphite-identity -ffast-math -S  -o pr44391.s    (timeout = 300)cc1: error: unrecognized command line option '-m32'
compiler exited with status 1output is:cc1: error: unrecognized command line option '-m32'FAIL: gcc.dg/graphite/pr44391.c (test for excess errors)
Excess errors:
cc1: error: unrecognized command line option '-m32'
Comment 1 Andrew Pinski 2010-09-07 23:19:11 UTC
Just remove the -m32, people who care about -m32 will have use it while running the testsuite.
Comment 2 Richard Biener 2010-09-08 09:22:39 UTC
Fixed.
Comment 3 Richard Biener 2010-09-08 09:22:49 UTC
Subject: Bug 45590

Author: rguenth
Date: Wed Sep  8 09:22:35 2010
New Revision: 163995

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=163995
Log:
2010-09-08  Richard Guenther  <rguenther@suse.de>

	PR testsuite/45590
	* gcc.dg/graphite/pr44391.c: Remove -m32 option.

Modified:
    trunk/gcc/testsuite/ChangeLog
    trunk/gcc/testsuite/gcc.dg/graphite/pr44391.c