From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 9D55C3846402; Wed, 24 Apr 2024 20:18:49 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 9D55C3846402 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1713989929; bh=CobhqBnUSmUPsOhDlFUUnM2rzEzcWCO+1Gi9hEbrlOg=; h=From:To:Subject:Date:In-Reply-To:References:From; b=V06eERNREYLWrMp6Iq6iVahOFWaj/S2HKkkYfvlFLD+PZaGg5fQOJtASqfjo8D97v OPtBw2NtAEuqQwLFCNiF/Cs+6dKx+JGieBfCf/yLYFMaaQx1Ij7yjD6u7Ykh727QCI 9XBd4o1LD1HFziRv19BIh4rFlqqjzcOhm9t2qjow= From: "pinskia at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug jit/104072] Register variables in libgccjit Date: Wed, 24 Apr 2024 20:18:48 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: jit X-Bugzilla-Version: 12.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: pinskia at gcc dot gnu.org X-Bugzilla-Status: RESOLVED X-Bugzilla-Resolution: FIXED X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: dmalcolm at gcc dot gnu.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: 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=3D104072 --- Comment #4 from Andrew Pinski --- (In reply to Andreas Schwab from comment #3) > FAIL: test-error-register-variable-size-mismatch.c.exe iteration 1 of 5: > verify_code: actual: "invalid register name for 'global_variable'" !=3D > expected: "data type of 'global_variable' isn't suitable for a register" Yes looks like a testcase issue. What target is from? r12 is sometimes a va= lid register name but not always.=