public inbox for gcc-prs@sourceware.org
help / color / mirror / Atom feed
* Re: libstdc++/4538
@ 2001-10-14  0:06 Craig Rodrigues
  0 siblings, 0 replies; 2+ messages in thread
From: Craig Rodrigues @ 2001-10-14  0:06 UTC (permalink / raw)
  To: nobody; +Cc: gcc-prs

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

From: Craig Rodrigues <rodrigc@mediaone.net>
To: gcc-patches@gcc.gnu.org
Cc: gcc-gnats@gcc.gnu.org, brendan@zen.org, rodrigc@gcc.gnu.org
Subject: Re: libstdc++/4538
Date: Sun, 14 Oct 2001 02:55:28 -0400

 http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view&pr=4538&database=gcc
 
 Please apply the following patch so that I can close PR 4538.
 It applies to mainline and branch.
 
 2001-10-10  Brendan Kehoe  <brendan@zen.org>
 
 	    * bits/std_limits.h: Clean up extra semicolons.
 	    * bits/locale_facets.h: Likewise.
 	    * bits/type_traits.h: Likewise.
 
 Index: include/bits/std_limits.h
 ===================================================================
 RCS file: /cvs/gcc/egcs/libstdc++-v3/include/bits/std_limits.h,v
 retrieving revision 1.6
 diff -u -p -r1.6 std_limits.h
 --- std_limits.h	2001/09/12 07:39:46	1.6
 +++ std_limits.h	2001/10/10 11:44:25
 @@ -1861,8 +1861,8 @@ namespace std
        static const bool has_quiet_NaN = __glibcpp_double_has_quiet_NaN;
        static const bool has_signaling_NaN = __glibcpp_double_has_signaling_NaN;
        static const float_denorm_style has_denorm =
 -              __glibcpp_double_has_denorm;;
 -      static const bool has_denorm_loss = __glibcpp_double_has_denorm_loss;;
 +              __glibcpp_double_has_denorm;
 +      static const bool has_denorm_loss = __glibcpp_double_has_denorm_loss;
  
        static double infinity() throw()
        { return __glibcpp_double_infinity; }
 Index: include/bits/locale_facets.h
 ===================================================================
 RCS file: /cvs/gcc/egcs/libstdc++-v3/include/bits/locale_facets.h,v
 retrieving revision 1.23
 diff -u -p -r1.23 locale_facets.h
 --- locale_facets.h	2001/10/02 18:44:39	1.23
 +++ locale_facets.h	2001/10/10 11:44:22
 @@ -990,7 +994,7 @@ namespace std
        _M_compare_helper(const _CharT*, const _CharT*) const;
  
        size_t
 -      _M_transform_helper(_CharT*, const _CharT*, size_t) const;;
 +      _M_transform_helper(_CharT*, const _CharT*, size_t) const;
  
    protected:
        virtual
 Index: include/bits/type_traits.h
 ===================================================================
 RCS file: /cvs/gcc/egcs/libstdc++-v3/include/bits/type_traits.h,v
 retrieving revision 1.7
 diff -u -p -r1.7 type_traits.h
 --- type_traits.h	2001/06/27 17:09:52	1.7
 +++ type_traits.h	2001/10/10 11:44:34
 @@ -329,7 +329,7 @@ template<typename _Tp> struct _Is_normal
  // Forward declaration hack, should really include this from somewhere.
  namespace std {
     template<typename _Iterator, typename _Container> class __normal_iterator;
 -};
 +}
  
  template<typename _Iterator, typename _Container>
  struct _Is_normal_iterator< std::__normal_iterator<_Iterator, _Container> > {
 -- 
 Craig Rodrigues        
 http://www.gis.net/~craigr    
 rodrigc@mediaone.net          


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

* Re: libstdc++/4538
@ 2001-10-19 11:06 Benjamin Kosnik
  0 siblings, 0 replies; 2+ messages in thread
From: Benjamin Kosnik @ 2001-10-19 11:06 UTC (permalink / raw)
  To: nobody; +Cc: gcc-prs

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

From: Benjamin Kosnik <bkoz@redhat.com>
To: Craig Rodrigues <rodrigc@mediaone.net>
Cc: gcc-gnats@gcc.gnu.org, brendan@zen.org
Subject: Re: libstdc++/4538
Date: Fri, 19 Oct 2001 10:59:17 -0700 (PDT)

 Done.


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

end of thread, other threads:[~2001-10-19 11:06 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-10-14  0:06 libstdc++/4538 Craig Rodrigues
2001-10-19 11:06 libstdc++/4538 Benjamin Kosnik

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