public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
From: "cvs-commit at gcc dot gnu.org" <gcc-bugzilla@gcc.gnu.org>
To: gcc-bugs@gcc.gnu.org
Subject: [Bug testsuite/94253] FAIL: gfortran.dg/bind_c_coms.f90   -O0  (test for excess errors)
Date: Mon, 08 Jan 2024 20:28:05 +0000	[thread overview]
Message-ID: <bug-94253-4-03ZtVdpyE2@http.gcc.gnu.org/bugzilla/> (raw)
In-Reply-To: <bug-94253-4@http.gcc.gnu.org/bugzilla/>

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94253

--- Comment #4 from GCC Commits <cvs-commit at gcc dot gnu.org> ---
The master branch has been updated by John David Anglin <danglin@gcc.gnu.org>:

https://gcc.gnu.org/g:932b8d077c23986da5279bf8b5d84875de1fb826

commit r14-7015-g932b8d077c23986da5279bf8b5d84875de1fb826
Author: John David Anglin <danglin@gcc.gnu.org>
Date:   Mon Jan 8 20:27:20 2024 +0000

    hppa: Fix bind_c_coms.f90 and bind_c_vars.f90 tests on hppa

    Commit 6271dd98 changed the default from -fcommon to -fno-common.
    This silently changed the alignment of uninitialized BSS data on
    hppa where the alignment of common data must be greater or equal
    to the alignment of the largest type that will fit in the block.
    For example, the alignment of `double d[2];' changed from 16 to 8
    on hppa64.

    The hppa architecture requires strict alignment and the linker
    warns about inconsistent alignment of variables.  This change broke
    the gfortran.dg/bind_c_coms.f90 and gfortran.dg/bind_c_vars.f90
    tests.  These tests check whether bind_c works between fortran
    and C.

    Adding the -fcommon option fixes the tests.  Probably, gcc and HP
    C are now by default inconsistent but that's water under the bridge.

    2024-01-08  John David Anglin  <danglin@gcc.gnu.org>

    gcc/testsuite/ChangeLog:

            PR testsuite/94253
            * gfortran.dg/bind_c_coms.f90: Add -fcommon option on hppa*-*-*.
            * gfortran.dg/bind_c_vars.f90: Likewise.

  parent reply	other threads:[~2024-01-08 20:28 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-03-21 19:24 [Bug target/94253] New: " danglin at gcc dot gnu.org
2020-03-23 12:48 ` [Bug c/94253] " danglin at gcc dot gnu.org
2020-03-24 18:42 ` danglin at gcc dot gnu.org
2020-03-25 14:44 ` danglin at gcc dot gnu.org
2024-01-08 20:28 ` cvs-commit at gcc dot gnu.org [this message]
2024-01-08 20:34 ` [Bug testsuite/94253] " danglin at gcc dot gnu.org
2024-01-20 17:14 ` pinskia at gcc dot gnu.org

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=bug-94253-4-03ZtVdpyE2@http.gcc.gnu.org/bugzilla/ \
    --to=gcc-bugzilla@gcc.gnu.org \
    --cc=gcc-bugs@gcc.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).