public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c++/51282] New: [regression] error: unable to find string literal operator ‘operator"" on string literal concatenation
@ 2011-11-23 10:52 mutz at kde dot org
  2011-11-23 11:40 ` [Bug c++/51282] " redi at gcc dot gnu.org
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: mutz at kde dot org @ 2011-11-23 10:52 UTC (permalink / raw)
  To: gcc-bugs

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

             Bug #: 51282
           Summary: [regression] error: unable to find string literal
                    operator ‘operator"" on string literal concatenation
    Classification: Unclassified
           Product: gcc
           Version: 4.7.0
            Status: UNCONFIRMED
          Severity: major
          Priority: P3
         Component: c++
        AssignedTo: unassigned@gcc.gnu.org
        ReportedBy: mutz@kde.org


Current trunk (well, a few days old):

error: unable to find string literal operator ‘operator"" DIR_SEPARATOR_STRING’

In this line:
  "abc"DIR_SEPARATOR_STRING"hallo.xxx"
where
  #define DIR_SEPARATOR_STRING "/"

This can be fixed by adding whitespace around DIR_SEPARATOR_STRING, but Qt's
SIGNAL/SLOT macros cannot be fixed that way (there, the concatenation of the
string literals appears in the macro definition, and adding extra whitespace
doesn't help there).


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

end of thread, other threads:[~2011-11-23 14:36 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-11-23 10:52 [Bug c++/51282] New: [regression] error: unable to find string literal operator ‘operator"" on string literal concatenation mutz at kde dot org
2011-11-23 11:40 ` [Bug c++/51282] " redi at gcc dot gnu.org
2011-11-23 11:41 ` redi at gcc dot gnu.org
2011-11-23 12:17 ` marc.glisse at normalesup dot org
2011-11-23 13:11 ` markus at trippelsdorf dot de
2011-11-23 13:23 ` paolo.carlini at oracle dot com
2011-11-23 15:28 ` mutz at kde dot org

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).