From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 4EF9E3858D1E; Tue, 4 Apr 2023 11:55:08 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 4EF9E3858D1E DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1680609308; bh=3kmnrY6OZGL9o0hGBFzDdbLtMXMlQad1fpdYtFnqCgA=; h=From:To:Subject:Date:From; b=akasKgPHKRqtSIAtJMmFp+70pNktQSkg46mkca5MgJdZmJRv9Hv14O15ShpwWCimn 8q1k+r/HY6yi8vV1cgX5+fZE8bURc7D2V/2q4OaCn09/oK2QwwrKpsX+aRF7QrHcNI Doup+AF6wbylyHUzWK5sV9EKWyiax5oquwWFq0yo= From: "jahns at dkrz dot de" To: gcc-bugs@gcc.gnu.org Subject: [Bug ipa/109403] New: Alignment of common blocks not reported correctly Date: Tue, 04 Apr 2023 11:55:07 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: ipa X-Bugzilla-Version: unknown X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: jahns at dkrz dot 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 cc 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=3D109403 Bug ID: 109403 Summary: Alignment of common blocks not reported correctly Product: gcc Version: unknown Status: UNCONFIRMED Severity: normal Priority: P3 Component: ipa Assignee: unassigned at gcc dot gnu.org Reporter: jahns at dkrz dot de CC: marxin at gcc dot gnu.org Target Milestone: --- When compiling a source file with -flto, the alignment of common blocks see= ms to not be reported from gcc-nm: $ cat >align-test.f90 <