This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug rtl-optimization/49472] [4.7 regression] Compiler segfault on valid code


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

Dominique d'Humieres <dominiq at lps dot ens.fr> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |wschmidt at gcc dot gnu.org

--- Comment #4 from Dominique d'Humieres <dominiq at lps dot ens.fr> 2011-06-20 14:12:26 UTC ---
This pr has been introduced by revision 174446

Author:    wschmidt
Date:    Mon May 30 17:12:53 2011 UTC (2 weeks, 6 days ago)
Changed paths:    2
Log Message:    
2011-05-30  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>

    PR tree-optimization/46728
    * tree-ssa-math-opts.c (build_and_insert_call): Reorder parms.
    (build_and_insert_binop): New.
    (gimple_expand_builtin_pow): Reorder args for
    build_and_insert_call; use build_and_insert_binop; add more
    optimizations for fractional exponents.

The minimal set of options is '-O1 -ffast-math -g'.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]