]> gcc.gnu.org Git - gcc.git/commit - gcc/genrecog.c
rtl.c (read_rtx): Use atol/atoq based upon disposition of HOST_WIDE_INT.
authorJeff Law <law@gcc.gnu.org>
Wed, 28 Jan 1998 23:25:15 +0000 (16:25 -0700)
committerJeff Law <law@gcc.gnu.org>
Wed, 28 Jan 1998 23:25:15 +0000 (16:25 -0700)
commit76d31c63736a0a5a0560fccf5d400c5a5b8a20b9
tree46a460f21ef64b7e21c3feb74a130dff1751d28f
parent1b7555bd4c57528074dd943eb93cad594ef914b2
rtl.c (read_rtx): Use atol/atoq based upon disposition of HOST_WIDE_INT.

        * rtl.c (read_rtx): Use atol/atoq based upon disposition of
        HOST_WIDE_INT.
        * genattrtab.c (write_test_expr): Use HOST_WIDE_INT_PRINT_DEC
        as needed.
        * genemit.c (gen_exp): Likewise.
        * genpeep.c (match_rtx): Likewise.
        * genrecog.c (write_tree_1): Likewise.
        * c-lex.c (yyprint): Use proper format string based upon
        disposition of HOST_BITS_PER_WIDE_INT.
        (yylex): Put casts in right place for args to build_int_2.
        * combine.c: Fix typos in Jan27 changes.

From-SVN: r17544
gcc/ChangeLog
gcc/c-lex.c
gcc/combine.c
gcc/genattrtab.c
gcc/genemit.c
gcc/genpeep.c
gcc/genrecog.c
gcc/rtl.c
This page took 0.060675 seconds and 5 git commands to generate.