From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 195D3385703F; Tue, 13 Sep 2022 14:38:12 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 195D3385703F DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1663079892; bh=6NWC4LsgZ2q8F0JH3kVxWW2OF65/beGnaDGeCeO+Q8U=; h=From:To:Subject:Date:From; b=aQJpOwhO6+9j6q/M9pfGh3E6lnwLrbIWrXU1tQ0vKMtyShS8JG+MHSQDAkoLxAPZf Ea0jWMw/6TYPQDCeJ9B7ze4fhT8r6zt1ePT4x4Jl0z8dln2ydarASZzRThnYJRFcN3 XtCyyuZKErgIw3qbcs2smicu7RvOB+9x78ooK+s8= From: "stefan.bruens@rwth-aachen.de" To: gcc-bugs@gcc.gnu.org Subject: [Bug preprocessor/106930] New: No __ILP32__ preprocessor macro defined on ARM (32bit) Date: Tue, 13 Sep 2022 14:38:11 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: preprocessor X-Bugzilla-Version: 12.2.1 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: stefan.bruens@rwth-aachen.de 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: bug_id short_desc product version bug_status bug_severity priority component assigned_to reporter target_milestone Message-ID: 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=3D106930 Bug ID: 106930 Summary: No __ILP32__ preprocessor macro defined on ARM (32bit) Product: gcc Version: 12.2.1 Status: UNCONFIRMED Severity: normal Priority: P3 Component: preprocessor Assignee: unassigned at gcc dot gnu.org Reporter: stefan.bruens@rwth-aachen.de Target Milestone: --- For generic code, it is useful to have macros like __LP64__ and __ILP32__ everywhere. On ix86 (32bit), __ILP32__ is defined, while on ARM (e.g. ARMv7) it is not. IMHO __ILP32__ should be defined on *all* matching archs.=