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 middle-end/70457] ICE (segfault) in gimple_expand_builtin_pow on powerpc64le-linux-gnu


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70457

--- Comment #9 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
I've missed the pass_optimize_widening_mul::execute in your patch, that is also
another spot where you'd want to call it.  But the sincos hunks should be safe
as is.

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