c-decl.c (grokdeclarator): Reorder tests to avoid looking at TYPE_MAIN_VARIANT of...
authorRichard Kenner <kenner@vlsi1.ultra.nyu.edu>
Sun, 17 Sep 2000 14:37:55 +0000 (14:37 +0000)
committerRichard Kenner <kenner@gcc.gnu.org>
Sun, 17 Sep 2000 14:37:55 +0000 (10:37 -0400)
commita52fb89bed45b545f6b714450f81f2d3419f73bb
treecc0efddd09d8bdb47f8b5820e6b4f9cd817f17a9
parent6a51f4a073efca1862f0de46b4de066064a1ee58
c-decl.c (grokdeclarator): Reorder tests to avoid looking at TYPE_MAIN_VARIANT of ERROR_MARK.

* c-decl.c (grokdeclarator): Reorder tests to avoid looking at
TYPE_MAIN_VARIANT of ERROR_MARK.
* c-lex.c (readescape): Avoid using printf syntax we don't recognize.

From-SVN: r36472
gcc/ChangeLog
gcc/c-decl.c
gcc/c-lex.c