https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120523
--- Comment #5 from Andrew Pinski <pinskia at gcc dot gnu.org> --- (In reply to Andrew Pinski from comment #1) > I am not sure this will work for all targets because TImode might not exist > on them. > Though I think that should be done and then limit the testcase to lp64 (and > llp64) targets. I figured out a better way so we don't need to depend on the mode that is being set for the decls. I suspect that might help other code too but I have not looked.