public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
From: "kirill.yukhin at intel dot com" <gcc-bugzilla@gcc.gnu.org>
To: gcc-bugs@gcc.gnu.org
Subject: [Bug testsuite/59808] [4.9 Regression] r206596 caused: FAIL: gcc.target/i386/sse-14.c (test for excess errors)
Date: Thu, 16 Jan 2014 04:25:00 -0000	[thread overview]
Message-ID: <bug-59808-4-5o4vW7f7ky@http.gcc.gnu.org/bugzilla/> (raw)
In-Reply-To: <bug-59808-4@http.gcc.gnu.org/bugzilla/>

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

--- Comment #11 from Yukhin Kirill <kirill.yukhin at intel dot com> ---
(In reply to Uroš Bizjak from comment #10)
> (In reply to Uroš Bizjak from comment #9)
>  
> > This is not a good ChangeLog entry. You should say somethin along
> > 
> > * gcc.target/i386/sse-14.c: Update constant avx512erintrin.h tests.
> 
> * gcc.target/i386/sse-14.c: Update constants for avx512erintrin.h tests.

Agree, not good. Fixed.
>From gcc-bugs-return-440505-listarch-gcc-bugs=gcc.gnu.org@gcc.gnu.org Thu Jan 16 05:26:17 2014
Return-Path: <gcc-bugs-return-440505-listarch-gcc-bugs=gcc.gnu.org@gcc.gnu.org>
Delivered-To: listarch-gcc-bugs@gcc.gnu.org
Received: (qmail 30904 invoked by alias); 16 Jan 2014 05:26:17 -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 30883 invoked by uid 48); 16 Jan 2014 05:26:12 -0000
From: "zhenqiang.chen at linaro dot org" <gcc-bugzilla@gcc.gnu.org>
To: gcc-bugs@gcc.gnu.org
Subject: [Bug target/59837] New: [ARM] ICE when building linux-linaro-tracking
Date: Thu, 16 Jan 2014 05:26: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: zhenqiang.chen 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-59837-4@http.gcc.gnu.org/bugzilla/>
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
X-SW-Source: 2014-01/txt/msg01647.txt.bz2
Content-length: 1259

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

            Bug ID: 59837
           Summary: [ARM] ICE when building linux-linaro-tracking
           Product: gcc
           Version: 4.9.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: target
          Assignee: unassigned at gcc dot gnu.org
          Reporter: zhenqiang.chen at linaro dot org

Created attachment 31849
  --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=31849&action=edit
testcase

arm-linux-gnueabi-gcc neon.c -Os -fno-omit-frame-pointer -mapcs
-mabi=aapcs-linux -mfloat-abi=softfp -mfpu=neon -g -S -marm

neon.c: In function ‘raid6_neon4_gen_syndrome_real’:
neon.c:79:1: internal compiler error: in dwarf2out_frame_debug_adjust_cfa, at
dwarf2cfi.c:1090

Root cause:
When expanding epilogue, REG_CFA_ADJUST_CFA NOTE is added to handle dwarf info
issue for shrink-wrap. But for TARGET_APCS_FRAME, shrink-wrap is disabled. And
not all dwarf info in arm_expand_epilogue_apcs_frame are correctly updated.
arm_emit_vfp_multi_reg_pop is called by both arm_expand_epilogue_apcs_frame and
arm_expand_epilogue. So we should not add the NOTE in
arm_emit_vfp_multi_reg_pop if shrink-wrap is not enabled.
>From gcc-bugs-return-440506-listarch-gcc-bugs=gcc.gnu.org@gcc.gnu.org Thu Jan 16 05:44:55 2014
Return-Path: <gcc-bugs-return-440506-listarch-gcc-bugs=gcc.gnu.org@gcc.gnu.org>
Delivered-To: listarch-gcc-bugs@gcc.gnu.org
Received: (qmail 1445 invoked by alias); 16 Jan 2014 05:44:55 -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 1072 invoked by uid 48); 16 Jan 2014 05:44:51 -0000
From: "law at redhat dot com" <gcc-bugzilla@gcc.gnu.org>
To: gcc-bugs@gcc.gnu.org
Subject: [Bug other/58996] [4.9 regression] build failure in libcilkrts
Date: Thu, 16 Jan 2014 05:44:00 -0000
X-Bugzilla-Reason: CC
X-Bugzilla-Type: changed
X-Bugzilla-Watch-Reason: None
X-Bugzilla-Product: gcc
X-Bugzilla-Component: other
X-Bugzilla-Version: 4.9.0
X-Bugzilla-Keywords: build
X-Bugzilla-Severity: normal
X-Bugzilla-Who: law at redhat dot com
X-Bugzilla-Status: NEW
X-Bugzilla-Priority: P4
X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org
X-Bugzilla-Target-Milestone: 4.9.0
X-Bugzilla-Flags:
X-Bugzilla-Changed-Fields: priority cc
Message-ID: <bug-58996-4-LxAqEtGZt1@http.gcc.gnu.org/bugzilla/>
In-Reply-To: <bug-58996-4@http.gcc.gnu.org/bugzilla/>
References: <bug-58996-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: 2014-01/txt/msg01648.txt.bz2
Content-length: 774

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

Jeffrey A. Law <law at redhat dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Priority|P1                          |P4
                 CC|                            |law at redhat dot com

--- Comment #11 from Jeffrey A. Law <law at redhat dot com> ---
I hacked up a RHL 8 system far enough to try and build os-unix.c.  I can
confirm that I got the error in this bug report and that it compiled
successfully after your patch Balaji.

Other issues get in the way of doing a full build/test, but RHL8 is so old that
we should commit and move on :-)  I certainly don't believe this should be a P1
regression.


      parent reply	other threads:[~2014-01-16  4:25 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <bug-59808-4@http.gcc.gnu.org/bugzilla/>
2014-01-14 15:59 ` [Bug target/59808] " hjl.tools at gmail dot com
2014-01-14 19:35 ` [Bug testsuite/59808] " ubizjak at gmail dot com
2014-01-15  8:23 ` ubizjak at gmail dot com
2014-01-15 12:01 ` kyukhin at gcc dot gnu.org
2014-01-15 12:07 ` rguenth at gcc dot gnu.org
2014-01-16  4:25 ` kirill.yukhin at intel dot com [this message]

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-59808-4-5o4vW7f7ky@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).