re PR bootstrap/54092 (Bootstrap fails while building Ada at stage 1)
authorRichard Henderson <rth@redhat.com>
Wed, 25 Jul 2012 15:10:44 +0000 (08:10 -0700)
committerRichard Henderson <rth@gcc.gnu.org>
Wed, 25 Jul 2012 15:10:44 +0000 (08:10 -0700)
commit5714c34f155fc589f7da1d625990ac4a92679dc9
treebdb3cf569a522f1b7ba2c5d4e351cd5e2e756fe1
parent452ed9e73bfdc6b08003cd0f79c8df8bd7af5b1d
re PR bootstrap/54092 (Bootstrap fails while building Ada at stage 1)

PR bootstrap/54092

        * libfuncs.h: Don't include optabs.h.
        (struct libfunc_entry): Use "int" for op, mode1, mode2 members.
        * optabs.c (hash_libfunc): Don't cast members to int.
        * Makefile.in (LIBFUNCS_H): Don't include OPTABS_H.

From-SVN: r189853
gcc/ChangeLog
gcc/Makefile.in
gcc/libfuncs.h
gcc/optabs.c