This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug bootstrap/54092] [4.8 Regression] Bootstrap fails while building Ada at stage 1


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54092

--- Comment #2 from Richard Henderson <rth at gcc dot gnu.org> 2012-07-25 15:10:53 UTC ---
Author: rth
Date: Wed Jul 25 15:10:44 2012
New Revision: 189853

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=189853
Log:
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.

Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/Makefile.in
    trunk/gcc/libfuncs.h
    trunk/gcc/optabs.c


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]