This is the mail archive of the systemtap@sourceware.org mailing list for the systemtap 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 translator/17292] multi-line strings broken


https://sourceware.org/bugzilla/show_bug.cgi?id=17292

--- Comment #3 from Frank Ch. Eigler <fche at redhat dot com> ---
   printf("hello" "there\n")

The area of parse.cxx:3571-ish would need to use
parser::consume_string_literals to cause auto-concatenation
(bug #11208).

-- 
You are receiving this mail because:
You are the assignee for the bug.


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