[Bug target/81113] ICE with AVX structure field

2021-08-02 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81113 Andrew Pinski changed: What|Removed |Added Resolution|--- |FIXED Keywords|

[Bug target/81113] ICE with AVX structure field

2017-06-19 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81113 --- Comment #2 from Richard Biener --- This kind of arbitrary mixing of ISA options on types vs functions isn't really supported. All that context dependent mode selection stuff is a hack as it doesn't extend to containers or as you see decls

[Bug target/81113] ICE with AVX structure field

2017-06-16 Thread nathan at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81113 --- Comment #1 from Nathan Sidwell --- Upon investigation, I discover that Bad::val field_decl gets BLKmode, because vector_type_mode is being used outside of an AVX target option region. Simply using TYPE_MODE_RAW in layout_type dies horribly.