[Bug tree-optimization/93971] std::string considered to alias declared objects of incompatible types
pinskia at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Sat Feb 29 00:16:00 GMT 2020
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93971
Andrew Pinski <pinskia at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution|--- |WONTFIX
--- Comment #3 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
std::string uses char so yes that is expected ...
try std::wstring and you will see it works.
More information about the Gcc-bugs
mailing list