From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 6F95B3835402; Wed, 12 May 2021 12:33:12 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 6F95B3835402 From: "sumbera at volny dot cz" To: gcc-bugs@gcc.gnu.org Subject: [Bug ada/100559] Solaris SPARC GCC 11.1 Ada build: i-cexten.ads:278:28: modulus exceeds limit (2 ** 64) Date: Wed, 12 May 2021 12:33:12 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: ada X-Bugzilla-Version: unknown X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: sumbera at volny dot cz 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: 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 X-BeenThere: gcc-bugs@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gcc-bugs mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 May 2021 12:33:12 -0000 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D100559 --- Comment #9 from Petr Sumbera --- (In reply to Eric Botcazou from comment #8) > Unlikely I'd say. Could you go into the $(buildir]/gcc/ada directory and= do: > ls -l rts/i-cexten.ads > ls -l rts_32/i-cexten.ads > They should not point to the same source file. There is indeed some problem: intel: rts/i-cexten.ads -> /builds/psumbera/userland-gcc-11.1/components/gcc10/gcc-11.1.0/gcc/ada/libg= nat/i-cexten__128.ads rts_32/i-cexten.ads -> /builds/psumbera/userland-gcc-11.1/components/gcc10/gcc-11.1.0/gcc/ada/libg= nat/i-cexten.ads SPARC: rts/i-cexten.ads -> /builds/psumbera/userland-gcc-11.1/components/gcc10/gcc-11.1.0/gcc/ada/libg= nat/i-cexten__128.ads rts_32/i-cexten.ads -> /builds/psumbera/userland-gcc-11.1/components/gcc10/gcc-11.1.0/gcc/ada/libg= nat/i-cexten__128.ads=