From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 7846 invoked by alias); 16 Jan 2002 19:56:01 -0000 Mailing-List: contact gcc-prs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-prs-owner@gcc.gnu.org Received: (qmail 7812 invoked by uid 71); 16 Jan 2002 19:56:00 -0000 Resent-Date: 16 Jan 2002 19:56:00 -0000 Resent-Message-ID: <20020116195600.7811.qmail@sources.redhat.com> Resent-From: gcc-gnats@gcc.gnu.org (GNATS Filer) Resent-To: nobody@gcc.gnu.org Resent-Cc: gcc-prs@gcc.gnu.org, gcc-bugs@gcc.gnu.org Resent-Reply-To: gcc-gnats@gcc.gnu.org, brad@ltc.com Received:(qmail 7626 invoked by uid 61); 16 Jan 2002 19:55:11 -0000 Message-Id:<20020116195511.7625.qmail@sources.redhat.com> Date: Wed, 16 Jan 2002 11:56:00 -0000 From: brad@ltc.com Reply-To: brad@ltc.com To: gcc-gnats@gcc.gnu.org X-Send-Pr-Version:gnatsweb-2.9.3 (1.1.1.1.2.31) Subject: other/5405: mips -march/-mtune problem X-SW-Source: 2002-01/txt/msg00600.txt.bz2 List-Id: >Number: 5405 >Category: other >Synopsis: mips -march/-mtune problem >Confidential: no >Severity: serious >Priority: medium >Responsible: unassigned >State: open >Class: sw-bug >Submitter-Id: net >Arrival-Date: Wed Jan 16 11:56:00 PST 2002 >Closed-Date: >Last-Modified: >Originator: brad@ltc.com >Release: gcc 3.0.3 >Organization: >Environment: Linux mips, binutils 2.11.92.0.12.3 20011121 >Description: $ mipsel-linux-gcc -mcpu=r4600 -mips2 temp.c Assembler messages: Warning: The -mcpu option is deprecated. Please use -march and -mtune instead. Warning: The -march option is incompatible to -mipsN and therefore ignored. $ mipsel-linux-gcc -mcpu=r4600 temp.c Assembler messages: Warning: The -mcpu option is deprecated. Please use -march and -mtune instead. $ mipsel-linux-gcc -march=r4600 temp.c cc1: Invalid option `arch=r4600' $ mipsel-linux-gcc -mtune=r4600 temp.c cc1: Invalid option `tune=r4600' >How-To-Repeat: Compile with -march=arch or -mtune=arch to see failure. >Fix: >Release-Note: >Audit-Trail: >Unformatted: