public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
From: "aldyh at gcc dot gnu.org" <gcc-bugzilla@gcc.gnu.org>
To: gcc-bugs@gcc.gnu.org
Subject: [Bug target/52555] [4.6/4.7/4.8 Regression] ICE unrecognizable insn with -ffast-math and __attribute__((optimize(xx)))
Date: Tue, 19 Feb 2013 00:05:00 -0000	[thread overview]
Message-ID: <bug-52555-4-JLD43ipS7p@http.gcc.gnu.org/bugzilla/> (raw)
In-Reply-To: <bug-52555-4@http.gcc.gnu.org/bugzilla/>


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

--- Comment #12 from Aldy Hernandez <aldyh at gcc dot gnu.org> 2013-02-19 00:04:59 UTC ---
Author: aldyh
Date: Tue Feb 19 00:04:49 2013
New Revision: 196129

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=196129
Log:
    PR target/52555
    * genopinit.c (raw_optab_handler): Use this_fn_optabs.
    (swap_optab_enable): Same.
    (init_all_optabs): Use argument instead of global.
    * tree.h (struct tree_optimization_option): New field
    target_optabs.
    * expr.h (init_all_optabs): Add argument to prototype.
    (TREE_OPTIMIZATION_OPTABS): New.
    (save_optabs_if_changed): Protoize.
    * optabs.h: Declare this_fn_optabs.
    * optabs.c (save_optabs_if_changed): New.
    Declare this_fn_optabs.
    (init_optabs): Add argument to init_all_optabs() call.
    * function.c (invoke_set_current_function_hook): Handle per
    function optabs.
    * function.h (struct function): New field optabs.
    * config/mips/mips.c (mips_set_mips16_mode): Handle when
    optimization_current_node has changed.
    * target-globals.h (save_target_globals_default_opts): Protoize.
    * target-globals.c (save_target_globals_default_opts): New.
c-family/
    * c-common.c (handle_optimize_attribute): Call
    save_optabs_if_changed.

Added:
    trunk/gcc/testsuite/gcc.c-torture/compile/pr52555.c
Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/c-family/ChangeLog
    trunk/gcc/c-family/c-common.c
    trunk/gcc/config/mips/mips.c
    trunk/gcc/expr.h
    trunk/gcc/function.c
    trunk/gcc/function.h
    trunk/gcc/genopinit.c
    trunk/gcc/optabs.c
    trunk/gcc/optabs.h
    trunk/gcc/target-globals.c
    trunk/gcc/target-globals.h
    trunk/gcc/tree.h


  parent reply	other threads:[~2013-02-19  0:05 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-03-11  5:24 [Bug target/52555] New: [Regression] " roman at binarylife dot net
2012-03-12 12:51 ` [Bug target/52555] [4.6/4.7 Regression] " roman at binarylife dot net
2012-03-12 13:24 ` [Bug target/52555] [4.6/4.7/4.8 " rguenth at gcc dot gnu.org
2012-03-12 17:12 ` ubizjak at gmail dot com
2012-04-13 12:58 ` rguenth at gcc dot gnu.org
2012-08-15 14:02 ` jakub at gcc dot gnu.org
2012-08-15 14:22 ` jakub at gcc dot gnu.org
2012-08-15 14:35 ` hjl.tools at gmail dot com
2013-01-04  3:10 ` pinskia at gcc dot gnu.org
2013-02-07 22:44 ` aldyh at gcc dot gnu.org
2013-02-07 22:44 ` aldyh at gcc dot gnu.org
2013-02-07 23:25 ` aldyh at gcc dot gnu.org
2013-02-09 19:08 ` aldyh at gcc dot gnu.org
2013-02-11  9:01 ` jakub at gcc dot gnu.org
2013-02-19  0:05 ` aldyh at gcc dot gnu.org [this message]
2013-02-19  0:14 ` aldyh at gcc dot gnu.org
2013-02-24 18:55 ` jakub at gcc dot gnu.org
2021-11-29  6:47 ` pinskia 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-52555-4-JLD43ipS7p@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).