public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c++/52485] New: [c++11] add an option to disable c++11 user-defined literals
@ 2012-03-04 20:58 eu at doxos dot eu
  2012-03-04 22:56 ` [Bug c++/52485] " pinskia at gcc dot gnu.org
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: eu at doxos dot eu @ 2012-03-04 20:58 UTC (permalink / raw)
  To: gcc-bugs

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52485

             Bug #: 52485
           Summary: [c++11] add an option to disable c++11 user-defined
                    literals
    Classification: Unclassified
           Product: gcc
           Version: 4.7.0
            Status: UNCONFIRMED
          Severity: enhancement
          Priority: P3
         Component: c++
        AssignedTo: unassigned@gcc.gnu.org
        ReportedBy: eu@doxos.eu


Some upstream code (e.g. #50917 for Mozilla, I have issues with Qt4's SLOT(...)
macros) is broken because of the support for c++11 literals in 4.7. In all
cases I've seen the cause was missing space between constructs like #define
FOO(a) "0"#a.

Sine this feature is little used, but lot of code, it would be reasonable to
provide a switch to disable user-defined literals, so that code which needs
c++11 but at the same time links to (technically broken) libs can be compiled,
until those libs get fixed upstream.


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2012-11-12 15:00 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-03-04 20:58 [Bug c++/52485] New: [c++11] add an option to disable c++11 user-defined literals eu at doxos dot eu
2012-03-04 22:56 ` [Bug c++/52485] " pinskia at gcc dot gnu.org
2012-03-05  8:55 ` eu at doxos dot eu
2012-03-05  9:07 ` jakub at gcc dot gnu.org
2012-03-05  9:20 ` eu at doxos dot eu
2012-11-12 15:00 ` paolo.carlini at oracle dot com

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).