This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug bootstrap/81335] [8 Regression] [gcc8] missing stage3 dependency for insn-modes-inline.h
- From: "pinskia at gcc dot gnu.org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Sat, 08 Jul 2017 16:22:28 +0000
- Subject: [Bug bootstrap/81335] [8 Regression] [gcc8] missing stage3 dependency for insn-modes-inline.h
- Auto-submitted: auto-generated
- References: <bug-81335-4@http.gcc.gnu.org/bugzilla/>
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.sandiford@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