public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug libstdc++/53978] New: Missing static const definitions in <bits/alloc_traits.h>
@ 2012-07-16  9:57 redi at gcc dot gnu.org
  2012-07-16  9:58 ` [Bug libstdc++/53978] " redi at gcc dot gnu.org
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: redi at gcc dot gnu.org @ 2012-07-16  9:57 UTC (permalink / raw)
  To: gcc-bugs

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

             Bug #: 53978
           Summary: Missing static const definitions in
                    <bits/alloc_traits.h>
    Classification: Unclassified
           Product: gcc
           Version: 4.7.1
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: libstdc++
        AssignedTo: redi@gcc.gnu.org
        ReportedBy: redi@gcc.gnu.org


As pointed out in PR 53954 there are no definitions for the static members such
as allocator_traits::__construct_helper::value


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

* [Bug libstdc++/53978] Missing static const definitions in <bits/alloc_traits.h>
  2012-07-16  9:57 [Bug libstdc++/53978] New: Missing static const definitions in <bits/alloc_traits.h> redi at gcc dot gnu.org
@ 2012-07-16  9:58 ` redi at gcc dot gnu.org
  2012-07-16 20:43 ` redi at gcc dot gnu.org
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: redi at gcc dot gnu.org @ 2012-07-16  9:58 UTC (permalink / raw)
  To: gcc-bugs

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

Jonathan Wakely <redi at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
   Last reconfirmed|                            |2012-07-16
   Target Milestone|---                         |4.7.2
     Ever Confirmed|0                           |1


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

* [Bug libstdc++/53978] Missing static const definitions in <bits/alloc_traits.h>
  2012-07-16  9:57 [Bug libstdc++/53978] New: Missing static const definitions in <bits/alloc_traits.h> redi at gcc dot gnu.org
  2012-07-16  9:58 ` [Bug libstdc++/53978] " redi at gcc dot gnu.org
@ 2012-07-16 20:43 ` redi at gcc dot gnu.org
  2012-07-16 20:48 ` redi at gcc dot gnu.org
  2012-07-16 20:49 ` redi at gcc dot gnu.org
  3 siblings, 0 replies; 5+ messages in thread
From: redi at gcc dot gnu.org @ 2012-07-16 20:43 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #1 from Jonathan Wakely <redi at gcc dot gnu.org> 2012-07-16 20:43:16 UTC ---
Author: redi
Date: Mon Jul 16 20:43:11 2012
New Revision: 189547

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=189547
Log:
    PR libstdc++/53978
    * include/bits/alloc_traits.h (allocator_traits): Define static
    constants.
    * include/bits/ptr_traits.h (pointer_traits): Likewise.
    * include/ext/alloc_traits.h (__allocator_always_compares_equal):
    Likewise.

Modified:
    trunk/libstdc++-v3/ChangeLog
    trunk/libstdc++-v3/include/bits/alloc_traits.h
    trunk/libstdc++-v3/include/bits/ptr_traits.h
    trunk/libstdc++-v3/include/ext/alloc_traits.h


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

* [Bug libstdc++/53978] Missing static const definitions in <bits/alloc_traits.h>
  2012-07-16  9:57 [Bug libstdc++/53978] New: Missing static const definitions in <bits/alloc_traits.h> redi at gcc dot gnu.org
  2012-07-16  9:58 ` [Bug libstdc++/53978] " redi at gcc dot gnu.org
  2012-07-16 20:43 ` redi at gcc dot gnu.org
@ 2012-07-16 20:48 ` redi at gcc dot gnu.org
  2012-07-16 20:49 ` redi at gcc dot gnu.org
  3 siblings, 0 replies; 5+ messages in thread
From: redi at gcc dot gnu.org @ 2012-07-16 20:48 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #2 from Jonathan Wakely <redi at gcc dot gnu.org> 2012-07-16 20:47:45 UTC ---
Author: redi
Date: Mon Jul 16 20:47:40 2012
New Revision: 189548

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=189548
Log:
    PR libstdc++/53978
    * include/bits/alloc_traits.h (allocator_traits): Define static
    constants.
    * include/bits/ptr_traits.h (pointer_traits): Likewise.
    * include/ext/alloc_traits.h (__allocator_always_compares_equal):
    Likewise.

Modified:
    branches/gcc-4_7-branch/libstdc++-v3/ChangeLog
    branches/gcc-4_7-branch/libstdc++-v3/include/bits/alloc_traits.h
    branches/gcc-4_7-branch/libstdc++-v3/include/bits/ptr_traits.h
    branches/gcc-4_7-branch/libstdc++-v3/include/ext/alloc_traits.h


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

* [Bug libstdc++/53978] Missing static const definitions in <bits/alloc_traits.h>
  2012-07-16  9:57 [Bug libstdc++/53978] New: Missing static const definitions in <bits/alloc_traits.h> redi at gcc dot gnu.org
                   ` (2 preceding siblings ...)
  2012-07-16 20:48 ` redi at gcc dot gnu.org
@ 2012-07-16 20:49 ` redi at gcc dot gnu.org
  3 siblings, 0 replies; 5+ messages in thread
From: redi at gcc dot gnu.org @ 2012-07-16 20:49 UTC (permalink / raw)
  To: gcc-bugs

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

Jonathan Wakely <redi at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED
      Known to fail|                            |4.7.1

--- Comment #3 from Jonathan Wakely <redi at gcc dot gnu.org> 2012-07-16 20:48:50 UTC ---
fixed


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

end of thread, other threads:[~2012-07-16 20:49 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-07-16  9:57 [Bug libstdc++/53978] New: Missing static const definitions in <bits/alloc_traits.h> redi at gcc dot gnu.org
2012-07-16  9:58 ` [Bug libstdc++/53978] " redi at gcc dot gnu.org
2012-07-16 20:43 ` redi at gcc dot gnu.org
2012-07-16 20:48 ` redi at gcc dot gnu.org
2012-07-16 20:49 ` redi at gcc dot gnu.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).