public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
From: "dominiq at lps dot ens.fr" <gcc-bugzilla@gcc.gnu.org>
To: gcc-bugs@gcc.gnu.org
Subject: [Bug target/65342] [5 Regression] FAIL: gfortran.dg/intrinsic_(un)?pack_1.f90   -O1  execution test on powerpc-apple-darwin9 after r210201
Date: Sat, 07 Mar 2015 13:40:00 -0000	[thread overview]
Message-ID: <bug-65342-4-oU0RBajdJ6@http.gcc.gnu.org/bugzilla/> (raw)
In-Reply-To: <bug-65342-4@http.gcc.gnu.org/bugzilla/>

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

--- Comment #2 from Dominique d'Humieres <dominiq at lps dot ens.fr> ---
> Confirmed.  The problem occurs in fwprop1 where instructions corresponding to the
> following assembly
>	addis r2,r31,ha16(_A.1.1600-L1$pb)
>	la r9,lo16(_A.1.1600-L1$pb)(r2)
>	ld r2,0(r9)
> are combined to
>	addis r2,r31,ha16(_A.1.1600-L1$pb)
>	la r9,lo16(_A.1.1600-L1$pb)(r2)
>	ld r2,lo16(_A.1.1600-L1$pb)(r2)
> ie. the offset is propagated into the memory load.  This ought to give you
> an error at assembly or link time.

No error at assembly or link time.

> If not, you have a bad assembler or linker..

Well, we'll have to live with them!-(EOL target).

> movdi_low is the culprit, I think.  It should require a suitably aligned
> offset (operand 2).

How?
>From gcc-bugs-return-479647-listarch-gcc-bugs=gcc.gnu.org@gcc.gnu.org Sat Mar 07 14:46:06 2015
Return-Path: <gcc-bugs-return-479647-listarch-gcc-bugs=gcc.gnu.org@gcc.gnu.org>
Delivered-To: listarch-gcc-bugs@gcc.gnu.org
Received: (qmail 35719 invoked by alias); 7 Mar 2015 14:46:06 -0000
Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm
Precedence: bulk
List-Id: <gcc-bugs.gcc.gnu.org>
List-Archive: <http://gcc.gnu.org/ml/gcc-bugs/>
List-Post: <mailto:gcc-bugs@gcc.gnu.org>
List-Help: <mailto:gcc-bugs-help@gcc.gnu.org>
Sender: gcc-bugs-owner@gcc.gnu.org
Delivered-To: mailing list gcc-bugs@gcc.gnu.org
Received: (qmail 35677 invoked by uid 48); 7 Mar 2015 14:46:02 -0000
From: "redi at gcc dot gnu.org" <gcc-bugzilla@gcc.gnu.org>
To: gcc-bugs@gcc.gnu.org
Subject: [Bug libstdc++/65343] unexpected exception thrown during destruction of static object in debug mode
Date: Sat, 07 Mar 2015 14:46:00 -0000
X-Bugzilla-Reason: CC
X-Bugzilla-Type: changed
X-Bugzilla-Watch-Reason: None
X-Bugzilla-Product: gcc
X-Bugzilla-Component: libstdc++
X-Bugzilla-Version: 4.9.1
X-Bugzilla-Keywords:
X-Bugzilla-Severity: normal
X-Bugzilla-Who: redi at gcc dot gnu.org
X-Bugzilla-Status: UNCONFIRMED
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: <bug-65343-4-m6JUryoRLQ@http.gcc.gnu.org/bugzilla/>
In-Reply-To: <bug-65343-4@http.gcc.gnu.org/bugzilla/>
References: <bug-65343-4@http.gcc.gnu.org/bugzilla/>
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: 7bit
X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/
Auto-Submitted: auto-generated
MIME-Version: 1.0
X-SW-Source: 2015-03/txt/msg00791.txt.bz2
Content-length: 398

https://gcc.gnu.org/bugzilla/show_bug.cgi?ide343

--- Comment #1 from Jonathan Wakely <redi at gcc dot gnu.org> ---
Maybe we want to placement-new the mutexes into a buffer so they are never
destroyed, although on mingw that will show up as leaked resources at program
shutdown (and this is only really a problem on mingw as we don't need to run
any destructor on the mutexes for most targets).


  parent reply	other threads:[~2015-03-07 13:40 UTC|newest]

Thread overview: 21+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-03-07 10:01 [Bug target/65342] New: " dominiq at lps dot ens.fr
2015-03-07 13:27 ` [Bug target/65342] " amodra at gmail dot com
2015-03-07 13:40 ` dominiq at lps dot ens.fr [this message]
2015-03-07 16:55 ` iains at gcc dot gnu.org
2015-03-09 12:16 ` rguenth at gcc dot gnu.org
2015-03-09 14:31 ` jakub at gcc dot gnu.org
2015-03-10  8:22 ` amodra at gmail dot com
2015-03-10  8:44 ` iains at gcc dot gnu.org
2015-03-10 12:44 ` amodra at gmail dot com
2015-03-10 12:59 ` iains at gcc dot gnu.org
2015-03-10 13:13 ` iains at gcc dot gnu.org
2015-03-10 13:33 ` amodra at gmail dot com
2015-03-10 13:36 ` amodra at gmail dot com
2015-03-16  9:38 ` iains at gcc dot gnu.org
2015-03-16 12:02 ` amodra at gmail dot com
2015-03-16 12:09 ` iains at gcc dot gnu.org
2015-03-25 14:32 ` dominiq at lps dot ens.fr
2015-04-09 10:13 ` iains at gcc dot gnu.org
2015-04-09 10:41 ` dominiq at lps dot ens.fr
2015-04-22 12:00 ` [Bug target/65342] [5/6 " jakub at gcc dot gnu.org
2015-07-16  9:17 ` rguenth 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-65342-4-oU0RBajdJ6@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).