From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 31837 invoked by alias); 16 Jan 2013 20:33:08 -0000 Received: (qmail 31703 invoked by uid 48); 16 Jan 2013 20:32:43 -0000 From: "ulrik.sverdrup at gmail dot com" To: gcc-bugs@gcc.gnu.org Subject: [Bug c/56010] New: Powerpc, -mcpu=native and -mtune=native use the wrong name for target 7450 Date: Wed, 16 Jan 2013 20:33:00 -0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: c X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: ulrik.sverdrup at gmail dot com X-Bugzilla-Status: UNCONFIRMED X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Changed-Fields: Message-ID: X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/ Auto-Submitted: auto-generated Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org X-SW-Source: 2013-01/txt/msg01571.txt.bz2 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D56010 Bug #: 56010 Summary: Powerpc, -mcpu=3Dnative and -mtune=3Dnative use the wr= ong name for target 7450 Classification: Unclassified Product: gcc Version: 4.7.2 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c AssignedTo: unassigned@gcc.gnu.org ReportedBy: ulrik.sverdrup@gmail.com -mcpu=3Dnative and -mtune=3Dnative mismap/misspell the name of the (correc= tly) identified cpu. Should be -mcpu=3D7450, not -mcpu=3Dppc7450. $ gcc-4.7 -mcpu=3Dnative -c rollsum.c cc1: error: unrecognized argument in option =E2=80=98-mcpu=3Dppc7450=E2=80= =99 cc1: note: valid arguments to =E2=80=98-mcpu=3D=E2=80=99 are: 401 403 405 4= 05fp 440 440fp 464 464fp 476 476fp 505 601 602 603 603e 604 604e 620 630 740 7400 7450 750 801= 821 823 8540 8548 860 970 G3 G4 G5 a2 cell common e300c2 e300c3 e500mc e500mc64 ec603e native power power2 power3 power4 power5 power5+ power6 power6x powe= r7 powerpc powerpc64 rios rios1 rios2 rs64 rsc rsc1 titan $ gcc-4.7 -mtune=3Dnative -c rollsum.c cc1: error: unrecognized argument in option =E2=80=98-mtune=3Dppc7450=E2=80= =99 cc1: note: valid arguments to =E2=80=98-mtune=3D=E2=80=99 are: 401 403 405 = 405fp 440 440fp 464 464fp 476 476fp 505 601 602 603 603e 604 604e 620 630 740 7400 7450 750 801= 821 823 8540 8548 860 970 G3 G4 G5 a2 cell common e300c2 e300c3 e500mc e500mc64 ec603e native power power2 power3 power4 power5 power5+ power6 power6x powe= r7 powerpc powerpc64 rios rios1 rios2 rs64 rsc rsc1 titan Using gcc-4.7 (Debian 4.7.2-4) 4.7.2