public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
From: "doko at gcc dot gnu.org" <gcc-bugzilla@gcc.gnu.org>
To: gcc-bugs@gcc.gnu.org
Subject: [Bug driver/61106] [4.8/4.9/4.10 Regression] impliedness of -Wunused-parameter depends on -W option ordering
Date: Thu, 08 May 2014 22:58:00 -0000	[thread overview]
Message-ID: <bug-61106-4-EGD75tA89n@http.gcc.gnu.org/bugzilla/> (raw)
In-Reply-To: <bug-61106-4@http.gcc.gnu.org/bugzilla/>

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

--- Comment #10 from Matthias Klose <doko at gcc dot gnu.org> ---
Author: doko
Date: Thu May  8 22:57:55 2014
New Revision: 210248

URL: http://gcc.gnu.org/viewcvs?rev=210248&root=gcc&view=rev
Log:
gcc/

2014-05-08  Manuel López-Ibáñez  <manu@gcc.gnu.org>
            Matthias Klose  <doko@ubuntu.com>

        PR driver/61106
        * optc-gen.awk: Fix option handling for -Wunused-parameter.

gcc/testsuite/

2014-05-08  Matthias Klose  <doko@ubuntu.com>

        PR driver/61106
        * gcc-dg/unused-8a.c: New.
        * gcc-dg/unused-8b.c: Likewise.

Added:
    branches/gcc-4_8-branch/gcc/testsuite/gcc.dg/unused-8a.c
    branches/gcc-4_8-branch/gcc/testsuite/gcc.dg/unused-8b.c
Modified:
    branches/gcc-4_8-branch/gcc/ChangeLog
    branches/gcc-4_8-branch/gcc/optc-gen.awk
    branches/gcc-4_8-branch/gcc/testsuite/ChangeLog
>From gcc-bugs-return-451062-listarch-gcc-bugs=gcc.gnu.org@gcc.gnu.org Thu May 08 22:58:15 2014
Return-Path: <gcc-bugs-return-451062-listarch-gcc-bugs=gcc.gnu.org@gcc.gnu.org>
Delivered-To: listarch-gcc-bugs@gcc.gnu.org
Received: (qmail 838 invoked by alias); 8 May 2014 22:58:15 -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 815 invoked by uid 48); 8 May 2014 22:58:12 -0000
From: "glisse at gcc dot gnu.org" <gcc-bugzilla@gcc.gnu.org>
To: gcc-bugs@gcc.gnu.org
Subject: [Bug middle-end/61119] gcc miscompiles code using cexp when using --fast-math
Date: Thu, 08 May 2014 22:58:00 -0000
X-Bugzilla-Reason: CC
X-Bugzilla-Type: changed
X-Bugzilla-Watch-Reason: None
X-Bugzilla-Product: gcc
X-Bugzilla-Component: middle-end
X-Bugzilla-Version: 4.8.2
X-Bugzilla-Keywords:
X-Bugzilla-Severity: normal
X-Bugzilla-Who: glisse at gcc dot gnu.org
X-Bugzilla-Status: NEW
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_status cf_reconfirmed_on everconfirmed cf_known_to_fail
Message-ID: <bug-61119-4-gNl5V01WNf@http.gcc.gnu.org/bugzilla/>
In-Reply-To: <bug-61119-4@http.gcc.gnu.org/bugzilla/>
References: <bug-61119-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-05/txt/msg00754.txt.bz2
Content-length: 560

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

Marc Glisse <glisse at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
   Last reconfirmed|                            |2014-05-08
     Ever confirmed|0                           |1
      Known to fail|                            |4.10.0

--- Comment #2 from Marc Glisse <glisse at gcc dot gnu.org> ---
fold_builtin_cexp not calling save_expr?


  parent reply	other threads:[~2014-05-08 22:58 UTC|newest]

Thread overview: 21+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-05-07 22:39 [Bug other/61106] New: " doko at gcc dot gnu.org
2014-05-08  7:54 ` [Bug driver/61106] " rguenth at gcc dot gnu.org
2014-05-08  8:33 ` manu at gcc dot gnu.org
2014-05-08 10:53 ` doko at gcc dot gnu.org
2014-05-08 11:10 ` manu at gcc dot gnu.org
2014-05-08 11:37 ` doko at gcc dot gnu.org
2014-05-08 12:54 ` manu at gcc dot gnu.org
2014-05-08 22:18 ` doko at gcc dot gnu.org
2014-05-08 22:58 ` doko at gcc dot gnu.org [this message]
2014-05-08 23:00 ` doko at gcc dot gnu.org
2014-05-09 19:27 ` schwab@linux-m68k.org
2014-05-09 22:09 ` manu at gcc dot gnu.org
2014-05-14 16:18 ` doko at gcc dot gnu.org
2014-05-22  9:01 ` rguenth at gcc dot gnu.org
2014-06-18  6:27 ` burnus at gcc dot gnu.org
2014-06-18  9:45 ` manu at gcc dot gnu.org
2014-06-26 13:04 ` rguenth at gcc dot gnu.org
2014-12-19 13:34 ` [Bug driver/61106] [4.8/4.9] " jakub at gcc dot gnu.org
2015-06-23  8:14 ` rguenth at gcc dot gnu.org
2015-06-26 20:03 ` jakub at gcc dot gnu.org
2015-06-26 20:33 ` 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-61106-4-EGD75tA89n@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).