This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug bootstrap/13197] Infinite loop in build
- From: "pinskia at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 1 Jun 2004 22:43:27 -0000
- Subject: [Bug bootstrap/13197] Infinite loop in build
- References: <20031126093504.13197.hartmut.schirmer@arcor.de>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From pinskia at gcc dot gnu dot org 2004-06-01 22:43 -------
No, this is confirmed, the problem might be gone though. The problem is that gtyp-gen.h depends on
Makefile and if you touch makefile you will get an infinite loop as the rule for generating gtyp-gen.h
has a move-if-change command.
But this was fixed in 3.4.0 by:
2004-01-28 Ian Lance Taylor <ian@wasabisystems.com>
* Makefile.in (options.c options.h): Use stamp file s-options to
avoid unnecessary rebuilds.
(options.o): New target listing dependencies.
(gtyp-gen.h): Use stamp file s-gtyp-gen.
(STAGESTUFF): Add s-gtyp-gen.
--
What |Removed |Added
----------------------------------------------------------------------------
Status|WAITING |RESOLVED
Resolution| |FIXED
Target Milestone|--- |3.4.0
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=13197