This is the mail archive of the gcc@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]

Re: No more multiline string constants


dewar@gnat.com writes:

> <<We could always support a flag to skip the sleep(), but it would be
> off by default, so that using a deprecated feature grows increasingly
> annoying over time, and people would tend to avoid it more and more.
> >>
> 
> nag messages designed to annoy are in general a bad idea. Again, the important
> thing is to make sure that there is sufficient justification for deprecating
> a feature. 

And also make sure there is a sufficient usable and clean replacement for the
"obsolete" feature. So far all alternatives I've seen to write
multiline inline assembly statements in GNU C without multiline
strings were disgusting and error prone at best.

-Andi


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