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]

Re: Some syntactic sugar for machine descriptions


    1: If the RTL reader does not recognize a backslash escape in a string
    constant, it passes it on to the output unmolested.  

I don't like this idea since it means that if the RTL reader is ever taught
about a new backslash escape, you have to check if anybody used it unescaped.
I'd much prefer the orthogonality to compatibility issues into the future.

    2: Wherever a double-quoted string is acceptable, a brace block is
    also acceptable.

    3: If a string begins with an asterisk, that asterisk may appear
    outside the string delimiters.  

Is this going to work with emacs-lisp mode?


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