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++/67064] Register asm variable broken


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

--- Comment #2 from Sebastian Huber <sebastian.huber@embedded-brains.de> ---
Indeed -std=gnu++98 gets rid of this error.  So this is working as intended for
C++11 and later?  This is really nice in combination with defines and macros
that use ( ) around its content.


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