public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug bootstrap/51479] New: Missing dependency on errors.o causes bootstrap failure
@ 2011-12-09  8:07 hjl.tools at gmail dot com
  2011-12-09  8:57 ` [Bug bootstrap/51479] " rguenth at gcc dot gnu.org
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: hjl.tools at gmail dot com @ 2011-12-09  8:07 UTC (permalink / raw)
  To: gcc-bugs

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

             Bug #: 51479
           Summary: Missing dependency on errors.o causes bootstrap
                    failure
    Classification: Unclassified
           Product: gcc
           Version: 4.7.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: bootstrap
        AssignedTo: unassigned@gcc.gnu.org
        ReportedBy: hjl.tools@gmail.com


gcc/Makefile.in has

gengtype$(exeext) : gengtype.o gengtype-lex.o gengtype-parse.o \
              gengtype-state.o version.o errors.o $(LIBDEPS)
        +$(LINKER) $(ALL_LINKERFLAGS) $(LDFLAGS) -o $@ \
            $(filter-out ($LIBDEPS), $^) $(LIBS)

However, there is no errors.o dependency, which leads to random
parallel build failures.


^ permalink raw reply	[flat|nested] 4+ messages in thread

* [Bug bootstrap/51479] Missing dependency on errors.o causes bootstrap failure
  2011-12-09  8:07 [Bug bootstrap/51479] New: Missing dependency on errors.o causes bootstrap failure hjl.tools at gmail dot com
@ 2011-12-09  8:57 ` rguenth at gcc dot gnu.org
  2011-12-09 16:02 ` hjl at gcc dot gnu.org
  2014-10-10 15:17 ` hjl.tools at gmail dot com
  2 siblings, 0 replies; 4+ messages in thread
From: rguenth at gcc dot gnu.org @ 2011-12-09  8:57 UTC (permalink / raw)
  To: gcc-bugs

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

Richard Guenther <rguenth at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
   Last reconfirmed|                            |2011-12-09
     Ever Confirmed|0                           |1

--- Comment #1 from Richard Guenther <rguenth at gcc dot gnu.org> 2011-12-09 08:56:41 UTC ---
Confirmed.


^ permalink raw reply	[flat|nested] 4+ messages in thread

* [Bug bootstrap/51479] Missing dependency on errors.o causes bootstrap failure
  2011-12-09  8:07 [Bug bootstrap/51479] New: Missing dependency on errors.o causes bootstrap failure hjl.tools at gmail dot com
  2011-12-09  8:57 ` [Bug bootstrap/51479] " rguenth at gcc dot gnu.org
@ 2011-12-09 16:02 ` hjl at gcc dot gnu.org
  2014-10-10 15:17 ` hjl.tools at gmail dot com
  2 siblings, 0 replies; 4+ messages in thread
From: hjl at gcc dot gnu.org @ 2011-12-09 16:02 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #2 from hjl at gcc dot gnu.org <hjl at gcc dot gnu.org> 2011-12-09 15:59:56 UTC ---
Author: hjl
Date: Fri Dec  9 15:59:51 2011
New Revision: 182166

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=182166
Log:
Restore errors.o dependency

2011-12-09  H.J. Lu  <hongjiu.lu@intel.com>

    PR bootstrap/51479
    * Makefile.in (errors.o): Restored.

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


^ permalink raw reply	[flat|nested] 4+ messages in thread

* [Bug bootstrap/51479] Missing dependency on errors.o causes bootstrap failure
  2011-12-09  8:07 [Bug bootstrap/51479] New: Missing dependency on errors.o causes bootstrap failure hjl.tools at gmail dot com
  2011-12-09  8:57 ` [Bug bootstrap/51479] " rguenth at gcc dot gnu.org
  2011-12-09 16:02 ` hjl at gcc dot gnu.org
@ 2014-10-10 15:17 ` hjl.tools at gmail dot com
  2 siblings, 0 replies; 4+ messages in thread
From: hjl.tools at gmail dot com @ 2014-10-10 15:17 UTC (permalink / raw)
  To: gcc-bugs

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

H.J. Lu <hjl.tools at gmail dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED
   Target Milestone|---                         |4.7.0

--- Comment #3 from H.J. Lu <hjl.tools at gmail dot com> ---
Fixed.


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2014-10-10 15:17 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-12-09  8:07 [Bug bootstrap/51479] New: Missing dependency on errors.o causes bootstrap failure hjl.tools at gmail dot com
2011-12-09  8:57 ` [Bug bootstrap/51479] " rguenth at gcc dot gnu.org
2011-12-09 16:02 ` hjl at gcc dot gnu.org
2014-10-10 15:17 ` hjl.tools at gmail dot com

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).