public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug bootstrap/14152] New: `sdbout_type_decl' undeclared in sdbout.c, stage 1 of bootstrap
@ 2004-02-15 21:47 v dot haisman at sh dot cvut dot cz
  2004-02-15 22:07 ` [Bug target/14152] [3.5 Regression] " pinskia at gcc dot gnu dot org
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: v dot haisman at sh dot cvut dot cz @ 2004-02-15 21:47 UTC (permalink / raw)
  To: gcc-bugs

Error during stage 1 of bootstrap of GCC's head of CVS.

make[2]: Entering directory `/D/WilX/gcc-head/objdir/gcc'
gcc -c   -g  -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-p
rototypes -pedantic -Wno-long-long -fno-common   -DHAVE_CONFIG_H    -I. -I. -I..
/../srcdir/gcc -I../../srcdir/gcc/. -I../../srcdir/gcc/../include  ../../srcdir/
gcc/sdbout.c -o sdbout.o
../../srcdir/gcc/sdbout.c:339: error: `sdbout_type_decl' undeclared here (not in
 a function)
../../srcdir/gcc/sdbout.c:339: error: initializer element is not constant
../../srcdir/gcc/sdbout.c:339: error: (near initialization for `sdb_debug_hooks.
type_decl')
../../srcdir/gcc/sdbout.c:346: warning: missing initializer
../../srcdir/gcc/sdbout.c:346: warning: (near initialization for `sdb_debug_hook
s.type_decl')
../../srcdir/gcc/sdbout.c: In function `sdbout_finish':
../../srcdir/gcc/sdbout.c:1465: warning: comparison between signed and unsigned
make[2]: *** [sdbout.o] Error 1
make[2]: Leaving directory `/D/WilX/gcc-head/objdir/gcc'
make[1]: *** [stage1_build] Error 2
make[1]: Leaving directory `/D/WilX/gcc-head/objdir/gcc'
make: *** [bootstrap] Error 2

Configuration: 
WilX@amber2:::~/gcc-head/srcdir> ../srcdir/configure --with-gcc --with-gnu-ld --
with-gnu-as --enable-languages=c,c++ --enable-threads=posix --with-system-zlib -
-enable-nls --without-included-gettext --enable-sjlj-exceptions --enable-version
-specific-runtime-libs --enable-shared --disable-win32-registry --enable-dwarf2
--with-cpu=athlon-tbird --with-arch=athlon-tbird --enable-intermodule --program-
suffix=-3.5

-- 
           Summary: `sdbout_type_decl' undeclared in sdbout.c, stage 1 of
                    bootstrap
           Product: gcc
           Version: 3.5.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: bootstrap
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: v dot haisman at sh dot cvut dot cz
                CC: gcc-bugs at gcc dot gnu dot org,v dot haisman at sh dot
                    cvut dot cz
 GCC build triplet: i686-pc-cygwin
  GCC host triplet: i686-pc-cygwin
GCC target triplet: i686-pc-cygwin


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


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

* [Bug target/14152] [3.5 Regression] `sdbout_type_decl' undeclared in sdbout.c, stage 1 of bootstrap
  2004-02-15 21:47 [Bug bootstrap/14152] New: `sdbout_type_decl' undeclared in sdbout.c, stage 1 of bootstrap v dot haisman at sh dot cvut dot cz
@ 2004-02-15 22:07 ` pinskia at gcc dot gnu dot org
  2004-02-15 22:13 ` pinskia at gcc dot gnu dot org
  2004-02-16 19:04 ` pinskia at gcc dot gnu dot org
  2 siblings, 0 replies; 4+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-02-15 22:07 UTC (permalink / raw)
  To: gcc-bugs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |zack at gcc dot gnu dot org
             Status|UNCONFIRMED                 |NEW
          Component|bootstrap                   |target
     Ever Confirmed|                            |1
           Keywords|                            |build
   Last reconfirmed|0000-00-00 00:00:00         |2004-02-15 22:07:49
               date|                            |
            Summary|`sdbout_type_decl'          |[3.5 Regression]
                   |undeclared in sdbout.c,     |`sdbout_type_decl'
                   |stage 1 of bootstrap        |undeclared in sdbout.c,
                   |                            |stage 1 of bootstrap
   Target Milestone|---                         |3.5.0


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


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

* [Bug target/14152] [3.5 Regression] `sdbout_type_decl' undeclared in sdbout.c, stage 1 of bootstrap
  2004-02-15 21:47 [Bug bootstrap/14152] New: `sdbout_type_decl' undeclared in sdbout.c, stage 1 of bootstrap v dot haisman at sh dot cvut dot cz
  2004-02-15 22:07 ` [Bug target/14152] [3.5 Regression] " pinskia at gcc dot gnu dot org
@ 2004-02-15 22:13 ` pinskia at gcc dot gnu dot org
  2004-02-16 19:04 ` pinskia at gcc dot gnu dot org
  2 siblings, 0 replies; 4+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-02-15 22:13 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-02-15 22:13 -------
I should have said this is a fall out from:
2004-02-12  Zack Weinberg  <zack@codesourcery.com>

        * debug.h (struct gcc_debug_hooks): Add type_decl field.
        (debug_nothing_tree_int): Prototype.
        (dwarf_debug_hooks): Delete, unused.
        * debug.c (do_nothing_debug_hooks): Update.
        (debug_nothing_tree_int): New function.
        * langhooks.h (struct lang_hooks_for_decls):
        Remove builtin_type_decls field.
        * langhooks-def.h (LANG_HOOKS_BUILTIN_TYPE_DECLS): Delete.
        (LANG_HOOKS_DECLS): Update.
        * toplev.c (rest_of_decl_compilation, rest_of_type_compilation):
        Use debug_hooks->type_decl.
        * dbxout.c (preinit_symbols): New static.
        (dbx_debug_hooks, xcoff_debug_hooks): Update.
        (dbxout_init): Don't call DBX_OUTPUT_STANDARD_TYPES or
        lang_hooks.decls.builtin_type_decls.  Do scan preinit_symbols
        for symbols to output.
        (dbxout_type_decl): New function.
        (dbxout_symbol): If called before dbxout_init has run, queue
        the symbol for later.  Apply DBX_ASSIGN_FUNDAMENTAL_TYPE_NUMBER
        to TYPE_DECLs before emitting them.
        * xcoffout.c (assign_type_number): Delete.
        (xcoff_type_numbers): New static table.
        (xcoff_assign_fundamental_type_number): New function.
        * xcoffout.h: Define DBX_ASSIGN_FUNDAMENTAL_TYPE_NUMBER, not
        DBX_OUTPUT_STANDARD_TYPES.  Remove unnecessary #ifdefs.
        * sdbout.c: Include varray.h.
        (deferred_global_decls): New static.
        (sdb_debug_hooks): Update.
        (sdbout_global_decl): If we can't emit something right now,
        remember it in deferred_global_decls.
        (sdbout_finish): Just scan deferred_global_decls; don't call getdecls.
        (sdbout_init): Initialize deferred_global_decls.
        * Makefile.in: Update dependencies of sdbout.o.
        * dwarf2out.c (dwarf2out_type_decl): New function.
        (dwarf2_debug_hooks): Update.
        * vmsdbgout.c (vmsdbg_debug_hooks): Update.
        * c-decl.c (getdecls): Just return 0.
        (check_for_loop_decls): Don't use getdecls.
        (record_builtin_type): Call debug_hooks->type_decl on the TYPE_DECL.
        * c-objc-common.c (c_objc_common_finish_file): Don't use getdecls.

-- 


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


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

* [Bug target/14152] [3.5 Regression] `sdbout_type_decl' undeclared in sdbout.c, stage 1 of bootstrap
  2004-02-15 21:47 [Bug bootstrap/14152] New: `sdbout_type_decl' undeclared in sdbout.c, stage 1 of bootstrap v dot haisman at sh dot cvut dot cz
  2004-02-15 22:07 ` [Bug target/14152] [3.5 Regression] " pinskia at gcc dot gnu dot org
  2004-02-15 22:13 ` pinskia at gcc dot gnu dot org
@ 2004-02-16 19:04 ` pinskia at gcc dot gnu dot org
  2 siblings, 0 replies; 4+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-02-16 19:04 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-02-16 19:04 -------
Fixed.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED


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


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

end of thread, other threads:[~2004-02-16 19:04 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-02-15 21:47 [Bug bootstrap/14152] New: `sdbout_type_decl' undeclared in sdbout.c, stage 1 of bootstrap v dot haisman at sh dot cvut dot cz
2004-02-15 22:07 ` [Bug target/14152] [3.5 Regression] " pinskia at gcc dot gnu dot org
2004-02-15 22:13 ` pinskia at gcc dot gnu dot org
2004-02-16 19:04 ` pinskia at gcc dot gnu dot 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).