From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id F006738313AE; Tue, 13 Jun 2023 07:45:17 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org F006738313AE DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1686642317; bh=tJGbdUggBD9+hDKl9iyrFmjdNSIi7zWdAEN83YcOFSc=; h=From:To:Subject:Date:In-Reply-To:References:From; b=yc7VcxxZMqqMpMmJibIuGp0UDaZEgEG1K6SM0gAG2EIKnL2GgqxEp9+kJ1PH0geG5 g+WozdJ5u5ngkzl3JlNDBpCXr678MzZcKcrJEtxPHdbU1hQ4OMKnAvcfcXg2IAlvoU xej6Aj7cLwcmQxMYSdggAa6Ac6LHCvqyMWo8pCzU= From: "branislav.brzak at syrmia dot com" To: gcc-bugs@gcc.gnu.org Subject: [Bug c/110234] [RISCV] Improper endian encoding when using floats and doubles with -mbig-endian Date: Tue, 13 Jun 2023 07:45:17 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: c X-Bugzilla-Version: 12.2.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: branislav.brzak at syrmia dot com 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=3D110234 --- Comment #1 from Branislav Brzak --- For "2 byte stores are also reflected in the elf file as well:" I wanted to include this: 0000000080000008 <_sdata>: 80000008: cccd .2byte 0xcccd 8000000a: 3f8c .2byte 0x3f8c=