From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 343B33858D33; Thu, 18 Jan 2024 20:57:44 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 343B33858D33 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1705611465; bh=0WkQecYN995nbZZZnhSV4kr989KhIbxUkQu0rR+z6/8=; h=From:To:Subject:Date:In-Reply-To:References:From; b=Srit7O90fFzZMVG8p9dL2kn12hB3hIEqQ+SKiTaJt490EJy+gquLIPQt5FoA99rNh pal4ndZpc0ErmuoKs+GyN0+Y/wJBCVA42KQeaob8GmP6Fs4NAzWEuHytplCzyPT65+ qG+CuHRfXWEsXB2tAIknou5ntJYcYqO2BtiSTPus= From: "gjl at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug debug/113481] avr: internal compiler error in decompose, at rtl.h:2298 Date: Thu, 18 Jan 2024 20:57:44 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: debug X-Bugzilla-Version: 14.0 X-Bugzilla-Keywords: ice-checking, ice-on-valid-code X-Bugzilla-Severity: normal X-Bugzilla-Who: gjl 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: 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=3D113481 --- Comment #6 from Georg-Johann Lay --- This is as simple as it gets: void Afun5 (__uint24 num) { __asm volatile ("" :: "r" (num)); } void func (void) { Afun5 (0xcccccc); }=