public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
From: "sthalik at misaki dot pl" <gcc-bugzilla@gcc.gnu.org>
To: gcc-bugs@gcc.gnu.org
Subject: [Bug objc++/58783] fails to cross-compile Qt 5:dev in obj-c++
Date: Fri, 18 Oct 2013 11:28:00 -0000	[thread overview]
Message-ID: <bug-58783-4-78dpu8KGNl@http.gcc.gnu.org/bugzilla/> (raw)
In-Reply-To: <bug-58783-4@http.gcc.gnu.org/bugzilla/>

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain; charset="UTF-8", Size: 3487 bytes --]

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58783

--- Comment #2 from Stanisław Halik <sthalik at misaki dot pl> ---
Created attachment 31034
  --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=31034&action=edit
FWIW, qt5 mkspec
>From gcc-bugs-return-432121-listarch-gcc-bugs=gcc.gnu.org@gcc.gnu.org Fri Oct 18 11:34:04 2013
Return-Path: <gcc-bugs-return-432121-listarch-gcc-bugs=gcc.gnu.org@gcc.gnu.org>
Delivered-To: listarch-gcc-bugs@gcc.gnu.org
Received: (qmail 28789 invoked by alias); 18 Oct 2013 11:34:04 -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 28773 invoked by uid 48); 18 Oct 2013 11:34:01 -0000
From: "yvan.roux at linaro dot org" <gcc-bugzilla@gcc.gnu.org>
To: gcc-bugs@gcc.gnu.org
Subject: [Bug target/58784] New: [ARM] LRA legitimate address issue with misalign neon_store
Date: Fri, 18 Oct 2013 11:34:00 -0000
X-Bugzilla-Reason: CC
X-Bugzilla-Type: new
X-Bugzilla-Watch-Reason: None
X-Bugzilla-Product: gcc
X-Bugzilla-Component: target
X-Bugzilla-Version: 4.9.0
X-Bugzilla-Keywords:
X-Bugzilla-Severity: normal
X-Bugzilla-Who: yvan.roux at linaro dot 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: bug_id short_desc product version bug_status bug_severity priority component assigned_to reporter attachments.created
Message-ID: <bug-58784-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: 2013-10/txt/msg01265.txt.bz2
Content-length: 1430

http://gcc.gnu.org/bugzilla/show_bug.cgi?idX784

            Bug ID: 58784
           Summary: [ARM] LRA legitimate address issue with misalign
                    neon_store
           Product: gcc
           Version: 4.9.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: target
          Assignee: unassigned at gcc dot gnu.org
          Reporter: yvan.roux at linaro dot org

Created attachment 31035
  --> http://gcc.gnu.org/bugzilla/attachment.cgi?id1035&actioníit
testcase

The attached testcase failed on ARM with LRA enabled during the legitimate
address checking of the movmisaligndi_neon_store insn. Notice that this issue
is the root cause of all the LRA testsuite regressions (in gcc/g++, libstdc++
and fortran).

command line to reproduce:

cc1 -quiet unalign-1.c -march=armv7-a -mfloat-abi=hard -mfpu=neon -marm -O2
-mlra

error on insn:

(insn 12 7 14 2 (set (mem:DI (plus:SI (plus:SI (mult:SI (reg:SI 0 r0 [
sequenceId ])
                        (const_int 8 [0x8]))
                    (reg/f:SI 102 sfp))
                (const_int -3 [0xfffffffffffffffd])) [2 *_4+0 S8 A8])
        (unspec:DI [
                (reg:DI 117 [ D.4956 ])
            ] UNSPEC_MISALIGNED_ACCESS)) unalign-1.c:13 819
{*movmisaligndi_neon_store}
     (expr_list:REG_DEAD (reg:DI 117 [ D.4956 ])
        (expr_list:REG_DEAD (reg:SI 0 r0 [ sequenceId ])
            (nil))))


  parent reply	other threads:[~2013-10-18 11:28 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <bug-58783-4@http.gcc.gnu.org/bugzilla/>
2013-10-18 11:27 ` sthalik at misaki dot pl
2013-10-18 11:28 ` sthalik at misaki dot pl [this message]
2013-10-18 11:47 ` sthalik at misaki dot pl
2013-10-18 11:49 ` sthalik at misaki dot pl
2013-10-18 12:02 ` sthalik at misaki dot pl
2013-10-18 12:18 ` iains at gcc dot gnu.org
2013-10-19 12:58 ` iains at gcc dot gnu.org
2014-11-19 22:01 ` egall at gwmail dot gwu.edu
2021-12-21 19:03 ` [Bug objc++/58783] Fast enumeration is not supported for Objective-C++ egallager 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-58783-4-78dpu8KGNl@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).