public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug libstdc++/25626]  New: Valarray vs non-POD
@ 2006-01-01 18:23 pcarlini at suse dot de
  2006-01-15 18:04 ` [Bug libstdc++/25626] " paolo at gcc dot gnu dot org
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: pcarlini at suse dot de @ 2006-01-01 18:23 UTC (permalink / raw)
  To: gcc-bugs

Just to make sure we don't forget about this rather serious issue:

  http://gcc.gnu.org/ml/gcc/2005-12/msg00250.html
  http://gcc.gnu.org/ml/libstdc++/2005-12/msg00084.html


-- 
           Summary: Valarray vs non-POD
           Product: gcc
           Version: 4.1.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: libstdc++
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: pcarlini at suse dot de


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



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

* [Bug libstdc++/25626] Valarray vs non-POD
  2006-01-01 18:23 [Bug libstdc++/25626] New: Valarray vs non-POD pcarlini at suse dot de
@ 2006-01-15 18:04 ` paolo at gcc dot gnu dot org
  2006-01-15 18:06 ` pcarlini at suse dot de
  2006-02-27 13:53 ` jakub at gcc dot gnu dot org
  2 siblings, 0 replies; 4+ messages in thread
From: paolo at gcc dot gnu dot org @ 2006-01-15 18:04 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #1 from paolo at gcc dot gnu dot org  2006-01-15 18:04 -------
Subject: Bug 25626

Author: paolo
Date: Sun Jan 15 18:04:31 2006
New Revision: 109726

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=109726
Log:
2006-01-15  Paolo Carlini  <pcarlini@suse.de>
            Gabriel Dos Reis  <gdr@integrable-solutions.net>

        PR libstdc++/25626
        * include/std/std_valarray.h (valarray(const slice_array<>&),
        valarray(const gslice_array<>&), valarray(const mask_array<>&),
        valarray(const indirect_array<>&), valarray(const _Expr<>&)):
        Forward to __valarray_copy_construct, not __valarray_copy.
        * include/bits/valarray_array.h
        (__valarray_copy_construct(_Array<>, _Array<>, _Array<>, size_t),
        __valarray_copy_construct(_Array<>, size_t, size_t, _Array<>)):
        New.

Modified:
    trunk/libstdc++-v3/ChangeLog
    trunk/libstdc++-v3/include/bits/valarray_array.h
    trunk/libstdc++-v3/include/std/std_valarray.h


-- 


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


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

* [Bug libstdc++/25626] Valarray vs non-POD
  2006-01-01 18:23 [Bug libstdc++/25626] New: Valarray vs non-POD pcarlini at suse dot de
  2006-01-15 18:04 ` [Bug libstdc++/25626] " paolo at gcc dot gnu dot org
@ 2006-01-15 18:06 ` pcarlini at suse dot de
  2006-02-27 13:53 ` jakub at gcc dot gnu dot org
  2 siblings, 0 replies; 4+ messages in thread
From: pcarlini at suse dot de @ 2006-01-15 18:06 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #2 from pcarlini at suse dot de  2006-01-15 18:06 -------
Fixed for 4.2.


-- 

pcarlini at suse dot de changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |FIXED
   Target Milestone|---                         |4.2.0


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


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

* [Bug libstdc++/25626] Valarray vs non-POD
  2006-01-01 18:23 [Bug libstdc++/25626] New: Valarray vs non-POD pcarlini at suse dot de
  2006-01-15 18:04 ` [Bug libstdc++/25626] " paolo at gcc dot gnu dot org
  2006-01-15 18:06 ` pcarlini at suse dot de
@ 2006-02-27 13:53 ` jakub at gcc dot gnu dot org
  2 siblings, 0 replies; 4+ messages in thread
From: jakub at gcc dot gnu dot org @ 2006-02-27 13:53 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #3 from jakub at gcc dot gnu dot org  2006-02-27 13:53 -------
Subject: Bug 25626

Author: jakub
Date: Mon Feb 27 13:52:58 2006
New Revision: 111481

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=111481
Log:
2006-01-15  Paolo Carlini  <pcarlini@suse.de>
            Gabriel Dos Reis  <gdr@integrable-solutions.net>

        PR libstdc++/25626
        * include/std/std_valarray.h (valarray(const slice_array<>&),
        valarray(const gslice_array<>&), valarray(const mask_array<>&),
        valarray(const indirect_array<>&), valarray(const _Expr<>&)):
        Forward to __valarray_copy_construct, not __valarray_copy.
        * include/bits/valarray_array.h
        (__valarray_copy_construct(_Array<>, _Array<>, _Array<>, size_t),
        __valarray_copy_construct(_Array<>, size_t, size_t, _Array<>)):
        New.

Modified:
    branches/redhat/gcc-4_1-branch/libstdc++-v3/ChangeLog
    branches/redhat/gcc-4_1-branch/libstdc++-v3/include/bits/valarray_array.h
    branches/redhat/gcc-4_1-branch/libstdc++-v3/include/std/std_valarray.h


-- 


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


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

end of thread, other threads:[~2006-02-27 13:53 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-01-01 18:23 [Bug libstdc++/25626] New: Valarray vs non-POD pcarlini at suse dot de
2006-01-15 18:04 ` [Bug libstdc++/25626] " paolo at gcc dot gnu dot org
2006-01-15 18:06 ` pcarlini at suse dot de
2006-02-27 13:53 ` jakub at gcc dot gnu dot 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).