This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
multiline string literals
- To: <gcc at gcc dot gnu dot org>
- Subject: multiline string literals
- From: Ben LaHaise <bcrl at redhat dot com>
- Date: Fri, 17 Aug 2001 14:15:08 -0400 (EDT)
Hello folks,
I've just encountered the "helpful" feature in gcc 3.0 to warn that
multiline string literals are deprecated. Please reconsider this
postition as inline asm becomes unreadable without this feature. If
people are really interested in reducing extended asm use, consider
implementing instrinsics for all of the various cpu specific features that
are needed in system level software, but that's probably more work than
removing the deprecation message. ;-)
-ben (not subscribe to gcc)