https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81335

Andrew Pinski <pinskia at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |build
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|---                         |FIXED
   Target Milestone|---                         |8.0
            Summary|[gcc8] missing stage3       |[8 Regression] [gcc8]
                   |dependency for              |missing stage3 dependency
                   |insn-modes-inline.h         |for insn-modes-inline.h

--- Comment #1 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
Fixed by:
Author: rsandifo
Date: Sat Jul  8 13:40:03 2017
New Revision: 250075

URL: https://gcc.gnu.org/viewcvs?rev=250075&root=gcc&view=rev
Log:
Fix coretypes.h-related dependencies

The bug fix here is to build/min-insn-modes.o, the rest are related
clean-ups.

2017-07-08  Richard Sandiford  <richard.sandif...@linaro.org>

gcc/
        * Makefile.in (HOOKS_H, RTL_BASE_H, FUNCTION_H, EXPR_H, REGS_H)
        (REAL_H): Remove $(MACHMODE_H).
        (FIXED_VALUE_H, TREE_CORE_H, CFGLOOP_H): Remove $(MACHMODE_H) and
        double-int.h.
        (CORETYPES_H): Add signop.h, wide-int.h, wide-int-print.h,
        $(MACHMODE_H) and double-int.h.
        (build/min-insn-modes.o): Depend on $(CORETYPES_H) rather than
        $(MACHMODE_H).
        (gengtype-state.o, gengtype.o, build/gengtype.o): Don't depend on
        double-int.h.

Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/Makefile.in

Reply via email to