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 c++/79228] 'i' suffix for __complex__ extension interferes with C++14 UDLs for std::complex


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

--- Comment #2 from Richard Biener <rguenth at gcc dot gnu.org> ---
We have -fext-numeric-literals which we could disable by default (and the user
can switch that back on for backward compatibility).  Of course that not only
guards 'i'...

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