public inbox for gcc-prs@sourceware.org
help / color / mirror / Atom feed
* Re: libstdc++/1776
@ 2001-05-25  1:36 rodrigc
  0 siblings, 0 replies; 3+ messages in thread
From: rodrigc @ 2001-05-25  1:36 UTC (permalink / raw)
  To: bkoz; +Cc: gcc-prs

The following reply was made to PR libstdc++/1776; it has been noted by GNATS.

From: rodrigc@gcc.gnu.org
To: bkoz@gcc.gnu.org, bkoz@redhat.com, rodrigc@gcc.gnu.org,
  fleming.151@osu.edu, gcc-gnats@gcc.gnu.org
Cc:  
Subject: Re: libstdc++/1776
Date: 25 May 2001 08:26:36 -0000

 Synopsis: misc-inst.cc causes ICE on mips-sgi-irix5.3
 
 State-Changed-From-To: feedback->closed
 State-Changed-By: rodrigc
 State-Changed-When: Fri May 25 01:26:35 2001
 State-Changed-Why:
     No feedback
 
 http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view&pr=1776&database=gcc


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

* Re: libstdc++/1776
@ 2001-03-15  9:16 George Fleming
  0 siblings, 0 replies; 3+ messages in thread
From: George Fleming @ 2001-03-15  9:16 UTC (permalink / raw)
  To: bkoz; +Cc: gcc-prs

The following reply was made to PR libstdc++/1776; it has been noted by GNATS.

From: George Fleming <gfleming@pacific.mps.ohio-state.edu>
To: bkoz@gcc.gnu.org
Cc: gcc-gnats@gcc.gnu.org, nobody@gcc.gnu.org
Subject: Re: libstdc++/1776
Date: Thu, 15 Mar 2001 12:12:25 -0500 (EST)

 Using 'gcc version 3.0 20010312 (prerelease)' here's how I called the
 compiler
 
 /usr/src/gcc_objdir/gcc/g++ -B/usr/src/gcc_objdir/gcc/ -nostdinc++
 -L/usr/src/gcc_objdir/mips-sgi-irix5.3/libstdc++-v3/src
 -L/usr/src/gcc_objdir/mips-sgi-irix5.3/libstdc++-v3/src/.libs
 -B/usr/local/gcc-2.97/mips-sgi-irix5.3/bin/
 -B/usr/local/gcc-2.97/mips-sgi-irix5.3/lib/ -isystem
 /usr/local/gcc-2.97/mips-sgi-irix5.3/include -nostdinc++
 -I../../../../gcc-2.97/libstdc++-v3/include
 -I../../../../gcc-2.97/libstdc++-v3/include/std
 -I../../../../gcc-2.97/libstdc++-v3/include/c_std -I../include
 -I../../../../gcc-2.97/libstdc++-v3/libsupc++ -I../libio
 -I../../../../gcc-2.97/libstdc++-v3/libio
 -I../../../../gcc-2.97/libstdc++-v3/libmath -g -O2 -fno-implicit-templates
 -Wall -Wno-format -W -Wwrite-strings -Winline
 -fdiagnostics-show-location=once -g -fimplicit-templates -c
 ../../../../gcc-2.97/libstdc++-v3/src/misc-inst.cc -DPIC -v -save-temps -o
 .libs/misc-inst.o
 
 Here's the error message:
 
 In file included from ../../../../gcc-2.97/libstdc++-v3/include/bits/locale_facets.h:53,
                  from ../../../../gcc-2.97/libstdc++-v3/include/bits/std_locale.h:40,
                  from ../../../../gcc-2.97/libstdc++-v3/src/misc-inst.cc:36:
 ../include/bits/ctype_base.h:44: `_ISupper' was not declared in this scope
 ../include/bits/ctype_base.h:45: `_ISlower' was not declared in this scope
 ../include/bits/ctype_base.h:46: `_ISalpha' was not declared in this scope
 ../include/bits/ctype_base.h:47: `_ISdigit' was not declared in this scope
 ../include/bits/ctype_base.h:48: `_ISxdigit' was not declared in this scope
 ../include/bits/ctype_base.h:49: `_ISspace' was not declared in this scope
 ../include/bits/ctype_base.h:50: `_ISprint' was not declared in this scope
 ../include/bits/ctype_base.h:51: `_ISgraph' was not declared in this scope
 ../include/bits/ctype_base.h:52: `_IScntrl' was not declared in this scope
 ../include/bits/ctype_base.h:53: `_ISpunct' was not declared in this scope
 ../include/bits/ctype_base.h:54: `_ISalnum' was not declared in this scope
 ../../../../gcc-2.97/libstdc++-v3/include/bits/basic_string.h: In function 
    `std::basic_istream<_CharT, _Traits>& 
    std::operator>>(std::basic_istream<_CharT, _Traits>&, 
    std::basic_string<_CharT, _Traits, _Alloc>&) [with _CharT = char, _Traits = 
    std::char_traits<char>, _Alloc = std::allocator<char>]':
 ../../../../gcc-2.97/libstdc++-v3/src/misc-inst.cc:189:   instantiated from here
 ../../../../gcc-2.97/libstdc++-v3/include/bits/basic_string.h:1133: warning: comparison
    between signed and unsigned integer expressions
 
 
 So, I no longer get the ICE but problem report libstdc++/2064 appears not
 to have been fixed in this version.
 
 
 


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

* Re: libstdc++/1776
@ 2001-03-14 14:06 bkoz
  0 siblings, 0 replies; 3+ messages in thread
From: bkoz @ 2001-03-14 14:06 UTC (permalink / raw)
  To: bkoz; +Cc: gcc-prs

The following reply was made to PR libstdc++/1776; it has been noted by GNATS.

From: bkoz@gcc.gnu.org
To: bkoz@gcc.gnu.org, fleming.151@osu.edu, gcc-gnats@gcc.gnu.org,
  nobody@gcc.gnu.org
Cc:  
Subject: Re: libstdc++/1776
Date: 14 Mar 2001 21:58:20 -0000

 Synopsis: misc-inst.cc causes ICE on mips-sgi-irix5.3
 
 Responsible-Changed-From-To: unassigned->bkoz
 Responsible-Changed-By: bkoz
 Responsible-Changed-When: Wed Mar 14 13:58:20 2001
 Responsible-Changed-Why:
     Responsible.
 State-Changed-From-To: open->feedback
 State-Changed-By: bkoz
 State-Changed-When: Wed Mar 14 13:58:20 2001
 State-Changed-Why:
     Recently patches went in to improve Irix support: can you please try again with current sources?
 
 http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view&pr=1776&database=gcc


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

end of thread, other threads:[~2001-05-25  1:36 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-05-25  1:36 libstdc++/1776 rodrigc
  -- strict thread matches above, loose matches on Subject: below --
2001-03-15  9:16 libstdc++/1776 George Fleming
2001-03-14 14:06 libstdc++/1776 bkoz

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