From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id E9F763858D37; Mon, 4 Mar 2024 08:14:47 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org E9F763858D37 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1709540087; bh=q0fRUNQj14cNywPtJE+VHb2BUxcBBh3Yy3Bee4vOlDg=; h=From:To:Subject:Date:In-Reply-To:References:From; b=vxpBonqJcLQl2JUYqB/eo/Dn9phQ3dHyL2igQeb7G0BL8ELhEoN2kdkHeFiqbtszt PJ+fUP0DY75RXi/hBXyKgOgw+rcGTouovUUTOkD6FQeznDgdFkzP76hbLSXlkp4uq3 Ruh5ZdX5tRP5R6J6KQ9lOAVcYVTNd6zGpmMujsik= From: "rguenth at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug other/114191] Flags "Warning" and "Target" don't mix well in target.opt files Date: Mon, 04 Mar 2024 08:14:47 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: other X-Bugzilla-Version: 13.2.1 X-Bugzilla-Keywords: internal-improvement X-Bugzilla-Severity: normal X-Bugzilla-Who: rguenth at gcc dot gnu.org X-Bugzilla-Status: UNCONFIRMED X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: keywords cc Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 List-Id: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D114191 Richard Biener changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |internal-improvement CC| |rguenth at gcc dot gnu.org --- Comment #1 from Richard Biener --- I think there's no way to mark Warning options as target specific, 'Target' isn't a flag, it's the main keyword. How did you specify 'Target'? I think that Wmisspelled-isr Target C C++ Var(avr_warn_misspelled_isr) Init(1) Warn if the ISR is misspelled, ... should eventually work?=