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]
Other format: [Raw text]

Re: inline asm string/line break rules change


Joel Sherrill <joel@OARcorp.com> writes:
> 
> If there was a discussion on this, I must not have missed
> it or not realized the potential impact.  I sure don't want 
> to begin to modify other code bases until I know the intention.

It's also a big problem for the linux kernel and for various other packages.

 Even if there should be good reasons to discourage multi line string
I think it shouldn't be warned until an alternative inline assembly
syntax that doesn't rely on strings exists. Currently it is discouraging
one practice with no good replacement. 

-Andi


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