flow.c (flow_loops_dump): Avoid ANSI string concatenation.
authorKaveh R. Ghazi <ghazi@caip.rutgers.edu>
Fri, 10 Dec 1999 20:02:43 +0000 (20:02 +0000)
committerKaveh Ghazi <ghazi@gcc.gnu.org>
Fri, 10 Dec 1999 20:02:43 +0000 (20:02 +0000)
commitd92398a2034c96f1c63594b3577aa7619987d6f1
tree477a2a445b2e37888219f23edb7314f8ab5e43de
parent15a17b722961146c81c7fca21031053f3f27db03
flow.c (flow_loops_dump): Avoid ANSI string concatenation.

        * flow.c (flow_loops_dump): Avoid ANSI string concatenation.
        Cast a ptrdiff_t to long and pass it to printf with %ld.

From-SVN: r30862
gcc/ChangeLog
gcc/flow.c