OSDN Git Service

* genrecog.c (message_with_line): Prototype.
authorrth <rth@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 15 Oct 1999 06:56:28 +0000 (06:56 +0000)
committerrth <rth@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 15 Oct 1999 06:56:28 +0000 (06:56 +0000)
commit4747a74cc703a6d3c2b209857c779098c3784280
treeb7a113db2ece162dd4d84c92362f8413eba01a45
parentd45b8d1b557d2818270650e2d40326d3b152db81
    * genrecog.c (message_with_line): Prototype.
        (validate_pattern): Pass along the set for the dest, not a flag.
        Fix non-lvalue message.  Don't warn for VOIDmode SET_DEST of CALL.
        Check for PC/CC0 as sources.
        (nodes_identical): Check for children position match before
        allowing the combination.

        * rtl.c (read_rtx): Track line number across \\\n.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@30010 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/genrecog.c
gcc/rtl.c