public inbox for gcc@gcc.gnu.org
 help / color / mirror / Atom feed
* Re: Bootstrap failure of gcc-ss-20010409 in ia64
@ 2001-04-17 18:12 Mike Stump
  2001-04-17 19:01 ` Joe Buck
  0 siblings, 1 reply; 42+ messages in thread
From: Mike Stump @ 2001-04-17 18:12 UTC (permalink / raw)
  To: dan, mark; +Cc: gcc, wilson

> To: Mark Mitchell <mark@codesourcery.com>
> Cc: wilson@cygnus.com, gcc@gcc.gnu.org
> From: Daniel Berlin <dan@cgsoftware.com>
> Date: 17 Apr 2001 19:16:23 -0400

> > The debugger can't really be expected to print out information
> > about the values of variables that were optimized away, for
> > example.
> This is the only case that is "unattainable".

Actually, if you can make it spit out 5, when a user says p i, when
the software has a { const int i = 5; } then I don't see why you can't
mostly solve the last as well.  In fact, I thought dwarf 2 had enough
guts to do this.

If not that, maybe p i with { enum { i = 5 }; }?

^ permalink raw reply	[flat|nested] 42+ messages in thread
* Bootstrap failure of gcc-ss-20010409 in ia64
@ 2001-04-11  6:56 Andreas Schwab
  2001-04-11 12:47 ` Jim Wilson
  0 siblings, 1 reply; 42+ messages in thread
From: Andreas Schwab @ 2001-04-11  6:56 UTC (permalink / raw)
  To: gcc

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain, Size: 3205 bytes --]

gcc-ss-20010409 does not bootstrap on ia64:

/bin/sh ../libtool --tag CXX --mode=compile /usr/src/packages/BUILD/gcc-3.0-20010409/obj-ia64-suse-linux/gcc/xgcc -B/usr/src/packages/BUILD/gcc-3.0-20010409/obj-ia64-suse-linux/gcc/ -nostdinc++  -L/usr/src/packages/BUILD/gcc-3.0-20010409/obj-ia64-suse-linux/ia64-suse-linux/libstdc++-v3/src -L/usr/src/packages/BUILD/gcc-3.0-20010409/obj-ia64-suse-linux/ia64-suse-linux/libstdc++-v3/src/.libs -B/usr/ia64-suse-linux/bin/ -B/usr/ia64-suse-linux/lib/ -isystem /usr/ia64-suse-linux/include -nostdinc++ -I../../../../libstdc++-v3/include -I../../../../libstdc++-v3/include/std -I../../../../libstdc++-v3/include/c_std -I../include -I../../../../libstdc++-v3/libsupc++ -I../libio -I../../../../libstdc++-v3/libio -I../../../../libstdc++-v3/libmath     -O2 -fvtable-thunks -D_GNU_SOURCE -fno-implicit-templates  -Wall -Wno-format -W -Wwrite-strings -Winline  -fdiagnostics-show-location=once  -ffunction-sections -fdata-sections  -g    -c ../../../../libstdc++-v3/src/string-inst.cc
/usr/src/packages/BUILD/gcc-3.0-20010409/obj-ia64-suse-linux/gcc/xgcc -B/usr/src/packages/BUILD/gcc-3.0-20010409/obj-ia64-suse-linux/gcc/ -nostdinc++ -L/usr/src/packages/BUILD/gcc-3.0-20010409/obj-ia64-suse-linux/ia64-suse-linux/libstdc++-v3/src -L/usr/src/packages/BUILD/gcc-3.0-20010409/obj-ia64-suse-linux/ia64-suse-linux/libstdc++-v3/src/.libs -B/usr/ia64-suse-linux/bin/ -B/usr/ia64-suse-linux/lib/ -isystem /usr/ia64-suse-linux/include -nostdinc++ -I../../../../libstdc++-v3/include -I../../../../libstdc++-v3/include/std -I../../../../libstdc++-v3/include/c_std -I../include -I../../../../libstdc++-v3/libsupc++ -I../libio -I../../../../libstdc++-v3/libio -I../../../../libstdc++-v3/libmath -O2 -fvtable-thunks -D_GNU_SOURCE -fno-implicit-templates -Wall -Wno-format -W -Wwrite-strings -Winline -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -g -c ../../../../libstdc++-v3/src/string-inst.cc  -fPIC -DPIC -o .libs/string-inst.o
../../../../libstdc++-v3/include/bits/basic_string.tcc: In copy constructor 
   `std::basic_string<_CharT, _Traits, _Alloc>::basic_string(const 
   std::basic_string<_CharT, _Traits, _Alloc>&) [with _CharT = char, _Traits = 
   std::char_traits<char>, _Alloc = std::allocator<char>]':
../../../../libstdc++-v3/include/bits/basic_string.tcc:187:   instantiated from `std::basic_string<_CharT, _Traits, _Alloc>::basic_string(const std::basic_string<_CharT, _Traits, _Alloc>&) [with _CharT = char, _Traits = std::char_traits<char>, _Alloc = std::allocator<char>]'
../../../../libstdc++-v3/src/string-inst.cc:48:   instantiated from here
../../../../libstdc++-v3/include/bits/basic_string.tcc:187: Internal compiler 
   error in add_abstract_origin_attribute, at dwarf2out.c:9234
Please submit a full bug report, with preprocessed source if appropriate.
See <URL: http://www.gnu.org/software/gcc/bugs.html > for instructions.

Andreas.

-- 
Andreas Schwab                                  "And now for something
SuSE Labs                                        completely different."
Andreas.Schwab@suse.de
SuSE GmbH, Schanzäckerstr. 10, D-90443 Nürnberg
Key fingerprint = 58CA 54C7 6D53 942B 1756  01D3 44D5 214B 8276 4ED5

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

end of thread, other threads:[~2001-04-18 15:31 UTC | newest]

Thread overview: 42+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-04-17 18:12 Bootstrap failure of gcc-ss-20010409 in ia64 Mike Stump
2001-04-17 19:01 ` Joe Buck
2001-04-17 20:38   ` Daniel Berlin
  -- strict thread matches above, loose matches on Subject: below --
2001-04-11  6:56 Andreas Schwab
2001-04-11 12:47 ` Jim Wilson
2001-04-11 17:31   ` Mark Mitchell
2001-04-11 17:43   ` Mark Mitchell
2001-04-11 18:28     ` Daniel Berlin
2001-04-11 18:34       ` Mark Mitchell
2001-04-11 20:24         ` Daniel Berlin
2001-04-11 21:19           ` Mark Mitchell
2001-04-11 21:36             ` Daniel Berlin
2001-04-12 12:27               ` Bill Nottingham
2001-04-12 15:03                 ` Daniel Berlin
2001-04-12 21:07                   ` Bill Nottingham
2001-04-12 21:46                     ` Daniel Berlin
2001-04-12 13:04             ` Jim Wilson
2001-04-12 15:06               ` Daniel Berlin
2001-04-13  8:49           ` Andreas Schwab
2001-04-13 10:04             ` Daniel Berlin
2001-04-13 10:23               ` Andreas Schwab
2001-04-13 12:20                 ` Daniel Berlin
2001-04-13 12:39                   ` Andreas Schwab
2001-04-13 12:56                     ` Daniel Berlin
2001-04-13 13:06                       ` Andreas Schwab
2001-04-13 19:13     ` Jim Wilson
2001-04-13 19:59     ` Jim Wilson
2001-04-14  2:01       ` Jim Wilson
2001-04-14  4:08         ` Sam TH
2001-04-16 15:39         ` Jim Wilson
2001-04-16 17:22           ` Mark Mitchell
2001-04-16 17:45             ` Jim Wilson
2001-04-17  8:22               ` Mark Mitchell
2001-04-17  8:57                 ` Daniel Berlin
2001-04-17 11:01                 ` Jim Wilson
2001-04-17 15:38                   ` Mark Mitchell
2001-04-17 16:16                     ` Daniel Berlin
2001-04-17 16:36                       ` Mark Mitchell
2001-04-18 12:41                     ` Jim Wilson
2001-04-18 13:49                       ` Mark Mitchell
2001-04-18 14:34                         ` Jim Wilson
2001-04-18 15:31                           ` Mark Mitchell

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