public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug bootstrap/46173] New: gcc/gencheck.c:30:24: error: all-tree.def: No such file or directory
@ 2010-10-25 21:32 dirtyepic at gentoo dot org
  2010-10-27 21:35 ` [Bug bootstrap/46173] [4.4 Regression] " pinskia at gcc dot gnu.org
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: dirtyepic at gentoo dot org @ 2010-10-25 21:32 UTC (permalink / raw)
  To: gcc-bugs

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

           Summary: gcc/gencheck.c:30:24: error: all-tree.def: No such
                    file or directory
           Product: gcc
           Version: 4.4.6
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: bootstrap
        AssignedTo: unassigned@gcc.gnu.org
        ReportedBy: dirtyepic@gentoo.org


Rev 137006 included this change:

* gencheck.c (tree_codes): Include all-tree.def, rather than
    tree.def, c-common.def, and gencheck.h.  Undefined DEFTREECODE
    after it is used.

However the change to the build/gencheck.o target in gcc/Makefile.in was:

@@ -3239,7 +3245,7 @@ build/genattrtab.o : genattrtab.c $(RTL_BASE_H)
$(OBSTACK_H)              \
 build/genautomata.o : genautomata.c $(RTL_BASE_H) $(OBSTACK_H)         \
   $(BCONFIG_H) $(SYSTEM_H) coretypes.h $(GTM_H) errors.h vec.h         \
   $(HASHTAB_H) gensupport.h
-build/gencheck.o : gencheck.c gencheck.h tree.def $(BCONFIG_H) $(GTM_H)       
\
+build/gencheck.o : gencheck.c tree.def $(BCONFIG_H) $(GTM_H)           \
        $(SYSTEM_H) coretypes.h $(lang_tree_files)
 build/genchecksum.o : genchecksum.c $(BCONFIG_H) $(SYSTEM_H) $(MD5_H)
 build/gencodes.o : gencodes.c $(RTL_BASE_H) $(BCONFIG_H) $(SYSTEM_H)   \

rather than depending on tree.def, it should be all-tree.def.  This leads to a
sporadic parallel build error we're seeing on our weekly builds.

This was fixed with rev 147491 but never made it onto the 4.4 branch.


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

* [Bug bootstrap/46173] [4.4 Regression] gcc/gencheck.c:30:24: error: all-tree.def: No such file or directory
  2010-10-25 21:32 [Bug bootstrap/46173] New: gcc/gencheck.c:30:24: error: all-tree.def: No such file or directory dirtyepic at gentoo dot org
@ 2010-10-27 21:35 ` pinskia at gcc dot gnu.org
  2011-04-16 10:56 ` jakub at gcc dot gnu.org
  2012-03-13 16:56 ` jakub at gcc dot gnu.org
  2 siblings, 0 replies; 4+ messages in thread
From: pinskia at gcc dot gnu.org @ 2010-10-27 21:35 UTC (permalink / raw)
  To: gcc-bugs

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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
           Keywords|                            |build
   Last reconfirmed|                            |2010.10.27 21:35:46
     Ever Confirmed|0                           |1
            Summary|gcc/gencheck.c:30:24:       |[4.4 Regression]
                   |error: all-tree.def: No     |gcc/gencheck.c:30:24:
                   |such file or directory      |error: all-tree.def: No
                   |                            |such file or directory
   Target Milestone|---                         |4.4.6

--- Comment #1 from Andrew Pinski <pinskia at gcc dot gnu.org> 2010-10-27 21:35:46 UTC ---
Confirmed.


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

* [Bug bootstrap/46173] [4.4 Regression] gcc/gencheck.c:30:24: error: all-tree.def: No such file or directory
  2010-10-25 21:32 [Bug bootstrap/46173] New: gcc/gencheck.c:30:24: error: all-tree.def: No such file or directory dirtyepic at gentoo dot org
  2010-10-27 21:35 ` [Bug bootstrap/46173] [4.4 Regression] " pinskia at gcc dot gnu.org
@ 2011-04-16 10:56 ` jakub at gcc dot gnu.org
  2012-03-13 16:56 ` jakub at gcc dot gnu.org
  2 siblings, 0 replies; 4+ messages in thread
From: jakub at gcc dot gnu.org @ 2011-04-16 10:56 UTC (permalink / raw)
  To: gcc-bugs

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

Jakub Jelinek <jakub at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|4.4.6                       |4.4.7


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

* [Bug bootstrap/46173] [4.4 Regression] gcc/gencheck.c:30:24: error: all-tree.def: No such file or directory
  2010-10-25 21:32 [Bug bootstrap/46173] New: gcc/gencheck.c:30:24: error: all-tree.def: No such file or directory dirtyepic at gentoo dot org
  2010-10-27 21:35 ` [Bug bootstrap/46173] [4.4 Regression] " pinskia at gcc dot gnu.org
  2011-04-16 10:56 ` jakub at gcc dot gnu.org
@ 2012-03-13 16:56 ` jakub at gcc dot gnu.org
  2 siblings, 0 replies; 4+ messages in thread
From: jakub at gcc dot gnu.org @ 2012-03-13 16:56 UTC (permalink / raw)
  To: gcc-bugs

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

Jakub Jelinek <jakub at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |jakub at gcc dot gnu.org
         Resolution|                            |FIXED
   Target Milestone|4.4.7                       |4.5.0

--- Comment #2 from Jakub Jelinek <jakub at gcc dot gnu.org> 2012-03-13 13:23:13 UTC ---
Fixed in 4.5+, 4.4 is no longer supported.


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

end of thread, other threads:[~2012-03-13 16:55 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-10-25 21:32 [Bug bootstrap/46173] New: gcc/gencheck.c:30:24: error: all-tree.def: No such file or directory dirtyepic at gentoo dot org
2010-10-27 21:35 ` [Bug bootstrap/46173] [4.4 Regression] " pinskia at gcc dot gnu.org
2011-04-16 10:56 ` jakub at gcc dot gnu.org
2012-03-13 16:56 ` jakub at gcc dot gnu.org

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).