This is the mail archive of the gcc-patches@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: S/390: Some cleanup


Zack Weinberg wrote:

> You can remove the extra backslash in "\\t", too, e.g.
> 
> > !       case 0: return "tmhh\\t%0,%x2";
> 
> can be written "tmhh\t%0,%x2"

Hmm, I left those in because I have the double-backslash
also in all 'normal' output strings ...

>From checking other backends I now gather that this would
be superfluous as well, right?  What exactly are the
quoting rules in output strings?

If this works I'll prepare a patch to remove all the
double backslashes.

Bye,
Ulrich

-- 
  Dr. Ulrich Weigand
  weigand@informatik.uni-erlangen.de


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