https://gcc.gnu.org/bugzilla/show_bug.cgi?id=45471
Andrew Pinski <pinskia at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Target Milestone|--- |6.0 Resolution|--- |FIXED Status|NEW |RESOLVED --- Comment #5 from Andrew Pinski <pinskia at gcc dot gnu.org> --- Fixed a different way than my patch. It was fixed by r6-5494 where get_alias_set no longer depends on strict-aliasing. This was done to fix the attribute option fno-strict-aliasing (or fstrict-aliasing) case for functions.