public inbox for gcc-prs@sourceware.org
help / color / mirror / Atom feed
* Re: other/5405: mips -march/-mtune problem
@ 2003-05-09 18:06 Dara Hazeghi
  0 siblings, 0 replies; 4+ messages in thread
From: Dara Hazeghi @ 2003-05-09 18:06 UTC (permalink / raw)
  To: nobody; +Cc: gcc-prs

The following reply was made to PR other/5405; it has been noted by GNATS.

From: Dara Hazeghi <dhazeghi@yahoo.com>
To: gcc-gnats@gcc.gnu.org
Cc:  
Subject: Re: other/5405: mips -march/-mtune problem
Date: Fri, 9 May 2003 10:58:55 -0700

 http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit- 
 trail&database=gcc&pr=5405
 
 Hello,
 
 on gcc 3.2, this problem does appear, but on 3.3 and mainline  
 (20030507) it is fixed (ie -march and -mtune replace -mcpu).
 
 Dara
 


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: other/5405: mips -march/-mtune problem
@ 2003-05-10  7:38 giovannibajo
  0 siblings, 0 replies; 4+ messages in thread
From: giovannibajo @ 2003-05-10  7:38 UTC (permalink / raw)
  To: brad, gcc-bugs, gcc-prs, nobody

Synopsis: mips -march/-mtune problem

State-Changed-From-To: feedback->closed
State-Changed-By: bajo
State-Changed-When: Sat May 10 07:38:08 2003
State-Changed-Why:
    Fixed in 3.3 and 3.4 (mainline).

http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=gcc&pr=5405


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: other/5405: mips -march/-mtune problem
@ 2003-02-23 21:54 neroden
  0 siblings, 0 replies; 4+ messages in thread
From: neroden @ 2003-02-23 21:54 UTC (permalink / raw)
  To: brad, gcc-bugs, gcc-prs, nobody

Synopsis: mips -march/-mtune problem

State-Changed-From-To: open->feedback
State-Changed-By: neroden
State-Changed-When: Sun Feb 23 21:54:12 2003
State-Changed-Why:
    MIPS cc1 now uses -march and -mtune, I believe.  Does your problem still happen with gcc 3.2.2 or the 3.3 branch or mainline CVS?  (Try whichever you like best.)

http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=gcc&pr=5405


^ permalink raw reply	[flat|nested] 4+ messages in thread

* other/5405: mips -march/-mtune problem
@ 2002-01-16 11:56 brad
  0 siblings, 0 replies; 4+ messages in thread
From: brad @ 2002-01-16 11:56 UTC (permalink / raw)
  To: gcc-gnats


>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:


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2003-05-10  7:38 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-05-09 18:06 other/5405: mips -march/-mtune problem Dara Hazeghi
  -- strict thread matches above, loose matches on Subject: below --
2003-05-10  7:38 giovannibajo
2003-02-23 21:54 neroden
2002-01-16 11:56 brad

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).