public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
From: "LpSolit at netscape dot net" <gcc-bugzilla@gcc.gnu.org>
To: gcc-bugs@gcc.gnu.org
Subject: [Bug c++/58596] [4.8/4.9 Regression] [c++11] ICE with decltype in non-static data member initializer
Date: Fri, 18 Oct 2013 11:10:00 -0000	[thread overview]
Message-ID: <bug-58596-4-zbQgMdBgFL@http.gcc.gnu.org/bugzilla/> (raw)
In-Reply-To: <bug-58596-4@http.gcc.gnu.org/bugzilla/>

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

--- Comment #9 from Frédéric Buclin <LpSolit at netscape dot net> ---
(In reply to Jakub Jelinek from comment #8)
> I was told bugzilla was upgraded yesterday, so most likely it is some bug
> introduced by that.

Yes, see https://bugzilla.mozilla.org/show_bug.cgi?id=928331

I patched GCC Bugzilla 2 minutes ago. Should work fine again.
>From gcc-bugs-return-432115-listarch-gcc-bugs=gcc.gnu.org@gcc.gnu.org Fri Oct 18 11:12:18 2013
Return-Path: <gcc-bugs-return-432115-listarch-gcc-bugs=gcc.gnu.org@gcc.gnu.org>
Delivered-To: listarch-gcc-bugs@gcc.gnu.org
Received: (qmail 11528 invoked by alias); 18 Oct 2013 11:12: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 11473 invoked by uid 55); 18 Oct 2013 11:12:15 -0000
From: "meissner at gcc dot gnu.org" <gcc-bugzilla@gcc.gnu.org>
To: gcc-bugs@gcc.gnu.org
Subject: [Bug target/58673] ICE in final_scan_insn for movti_ppc64 with base+offset address
Date: Fri, 18 Oct 2013 11:12:00 -0000
X-Bugzilla-Reason: CC
X-Bugzilla-Type: changed
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: meissner at gcc dot gnu.org
X-Bugzilla-Status: RESOLVED
X-Bugzilla-Priority: P3
X-Bugzilla-Assigned-To: meissner at gcc dot gnu.org
X-Bugzilla-Target-Milestone: ---
X-Bugzilla-Flags:
X-Bugzilla-Changed-Fields:
Message-ID: <bug-58673-4-1kXmc6AbCZ@http.gcc.gnu.org/bugzilla/>
In-Reply-To: <bug-58673-4@http.gcc.gnu.org/bugzilla/>
References: <bug-58673-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/msg01259.txt.bz2
Content-length: 1411

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

--- Comment #5 from Michael Meissner <meissner at gcc dot gnu.org> ---
Author: meissner
Date: Thu Oct 17 17:06:24 2013
New Revision: 203781

URL: http://gcc.gnu.org/viewcvs?rev 3781&root=gcc&view=rev
Log:
[gcc]
2013-10-17  Michael Meissner  <meissner@linux.vnet.ibm.com>

    PR target/58673
    * config/rs6000/rs6000.c (rs6000_legitimate_address_p): Only
    restrict TImode addresses to single indirect registers if both
    -mquad-memory and -mvsx-timode are used.
    (rs6000_output_move_128bit): Use quad_load_store_p to determine if
    we should emit load/store quad.  Remove using %y for quad memory
    addresses.

    * config/rs6000/rs6000.md (mov<mode>_ppc64, TI/PTImode): Add
    constraints to allow load/store quad on machines where TImode is
    not allowed in VSX registers.  Use 'n' instead of 'F' constraint
    for TImode to load integer constants.

[gcc/testsuite]
2013-10-17  Michael Meissner  <meissner@linux.vnet.ibm.com>

    PR target/58673
    * gcc.target/powerpc/pr58673-1.c: New file to test whether
    -mquad-word + -mno-vsx-timode causes errors.
    * gcc.target/powerpc/pr58673-2.c: Likewise.



Added:
    trunk/gcc/testsuite/gcc.target/powerpc/pr58673-1.c
    trunk/gcc/testsuite/gcc.target/powerpc/pr58673-2.c
Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/config/rs6000/rs6000.c
    trunk/gcc/config/rs6000/rs6000.md


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

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-10-02 20:18 [Bug c++/58596] New: " reichelt at gcc dot gnu.org
2013-10-02 21:49 ` [Bug c++/58596] " paolo.carlini at oracle dot com
2013-10-03 11:33 ` mpolacek at gcc dot gnu.org
2013-10-10 11:42 ` rguenth at gcc dot gnu.org
2013-10-16  9:50 ` jakub at gcc dot gnu.org
2013-10-17 14:47 ` paolo.carlini at oracle dot com
2013-10-17 17:17 ` paolo.carlini at oracle dot com
2013-10-17 19:43 ` reichelt at gcc dot gnu.org
2013-10-17 21:54 ` paolo.carlini at oracle dot com
2013-10-18  6:58 ` jakub at gcc dot gnu.org
2013-10-18  8:29 ` jakub at gcc dot gnu.org
2013-10-18 11:10 ` LpSolit at netscape dot net [this message]
2013-10-18 11:14 ` paolo.carlini at oracle dot com
2013-10-18 11:16 ` jakub 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-58596-4-zbQgMdBgFL@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).