public inbox for gcc-prs@sourceware.org
help / color / mirror / Atom feed
* Re: libstdc++/4538: spurious semicolons in some headers
@ 2001-10-20 19:05 rodrigc
  0 siblings, 0 replies; 2+ messages in thread
From: rodrigc @ 2001-10-20 19:05 UTC (permalink / raw)
  To: brendan, gcc-bugs, gcc-prs, nobody

Synopsis: spurious semicolons in some headers

State-Changed-From-To: open->closed
State-Changed-By: rodrigc
State-Changed-When: Sat Oct 20 19:05:24 2001
State-Changed-Why:
    Patch applied.

http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view&pr=4538&database=gcc


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

* libstdc++/4538: spurious semicolons in some headers
@ 2001-10-11  7:16 brendan
  0 siblings, 0 replies; 2+ messages in thread
From: brendan @ 2001-10-11  7:16 UTC (permalink / raw)
  To: gcc-gnats

>Number:         4538
>Category:       libstdc++
>Synopsis:       spurious semicolons in some headers
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    unassigned
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Thu Oct 11 07:16:00 PDT 2001
>Closed-Date:
>Last-Modified:
>Originator:     Brendan Kehoe
>Release:        CVS tree
>Organization:
>Environment:

>Description:
The files bits/std_limits.h, bits/locale_facets.h, and bits/type_traits.h all contain spurious semicolons.
>How-To-Repeat:

>Fix:

>Release-Note:
>Audit-Trail:
>Unformatted:
----gnatsweb-attachment----
Content-Type: text/plain; name="diffs-limits.txt"
Content-Disposition: inline; filename="diffs-limits.txt"

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> > {


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

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

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-10-20 19:05 libstdc++/4538: spurious semicolons in some headers rodrigc
  -- strict thread matches above, loose matches on Subject: below --
2001-10-11  7:16 brendan

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