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 target/80210] ICE in in extract_insn, at recog.c:2311 on ppc64 for with __builtin_pow


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

--- Comment #4 from Peter Bergner <bergner at gcc dot gnu.org> ---
So it seems rs6000_pragma_target_parse() ends up calling
rs6000_option_override_internal(), which is modifying the options via global
variables.  All other arches pass in the option variables to their
*__option_override_internal(), that they want updated/set and those seem to be
scoped to the area of the file they reside in.

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