From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 84946 invoked by alias); 6 Jul 2015 17:48:11 -0000 Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org Received: (qmail 84915 invoked by uid 89); 6 Jul 2015 17:48:05 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.2 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 X-HELO: mail-ob0-f180.google.com Received: from mail-ob0-f180.google.com (HELO mail-ob0-f180.google.com) (209.85.214.180) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-GCM-SHA256 encrypted) ESMTPS; Mon, 06 Jul 2015 17:48:05 +0000 Received: by obbkm3 with SMTP id km3so111967249obb.1 for ; Mon, 06 Jul 2015 10:48:03 -0700 (PDT) MIME-Version: 1.0 X-Received: by 10.60.155.97 with SMTP id vv1mr39536oeb.15.1436204883007; Mon, 06 Jul 2015 10:48:03 -0700 (PDT) Received: by 10.60.147.170 with HTTP; Mon, 6 Jul 2015 10:48:02 -0700 (PDT) In-Reply-To: References: Date: Mon, 06 Jul 2015 17:48:00 -0000 Message-ID: Subject: Re: [PATCH] PR target/66749: Add -march=iamcu to optimize for IA MCU From: Uros Bizjak To: "H.J. Lu" Cc: =?UTF-8?Q?Dominique_d=27Humi=C3=A8res?= , GCC Patches Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-SW-Source: 2015-07/txt/msg00391.txt.bz2 On Mon, Jul 6, 2015 at 7:03 PM, H.J. Lu wrote: > On Mon, Jul 6, 2015 at 9:58 AM, Dominique d'Humi=C3=A8res wrote: >> This breaks bootstrap on x86_64-apple-darwin14: >> >> ../../work/gcc/config/i386/i386-c.c: In function 'void ix86_target_macro= s_internal(long long int, processor_type, processor_type, fpmath_unit, void= (*)(cpp_reader*, const char*))':../../work/gcc/config/i386/i386-c.c:59:10:= error: enumeration value 'PROCESSOR_IAMCU' not handled in switch [-Werror= =3Dswitch] switch (arch) ^../../work/gcc/config/i386/i386-c.c:18= 8:10: error: enumeration value 'PROCESSOR_IAMCU' not handled in switch [-We= rror=3Dswitch] switch (tune) >> >> TIA >> >> Dominique > > Here is a patch. OK for trunk? This one is obvious, so OK. Thanks, Uros.