From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 4E82C3858D3C; Wed, 11 Jan 2023 00:11:09 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 4E82C3858D3C DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1673395869; bh=mpyCcm7OU8wtSwuo6KjQAPCI9VTE7wOAEde1Aab+1lw=; h=From:To:Subject:Date:In-Reply-To:References:From; b=C6mEMv5McFdUyehDQXnniIHwNlE7UuL3i88xp+o/8n98ag77mrcGEuY1lhg4NKb0X alj4vblXb4C4z0OfyJsgcCtUI9JePzwRDoarLHmdRRTtS5YNPfXoDU4or32ghK0703 6kzq+N9R6i7Y9KdQGr/qv6JGmReuxkC3F0apagI4= From: "pinskia at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug tree-optimization/108334] Strange message in libgav1 Date: Wed, 11 Jan 2023 00:11:08 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: tree-optimization X-Bugzilla-Version: 13.0 X-Bugzilla-Keywords: diagnostic, needs-reduction X-Bugzilla-Severity: normal X-Bugzilla-Who: pinskia at gcc dot gnu.org X-Bugzilla-Status: WAITING 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: cf_reconfirmed_on everconfirmed bug_status 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=3D108334 Andrew Pinski changed: What |Removed |Added ---------------------------------------------------------------------------- Last reconfirmed| |2023-01-11 Ever confirmed|0 |1 Status|UNCONFIRMED |WAITING --- Comment #4 from Andrew Pinski --- (In reply to Jamaika from comment #3) > I add preprocessed source `cdef.o`. That is not the preprocessed source but rather the resulting object file. Try adding -save-temps and attaching the file that has the suffix of .ii .=