This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: libstdc++/3247: valarray private member


bkoz@gcc.gnu.org writes:

| Synopsis: valarray private member
| 
| Responsible-Changed-From-To: unassigned->gdr
| Responsible-Changed-By: bkoz
| Responsible-Changed-When: Tue Jun 26 17:14:18 2001
| Responsible-Changed-Why:
|     Gaby I'm assigning this to you.

Thank you.

|     AFAIK, this class of bugs in 
|     gslice_array
|     mask_array
|     indirect_array

I've fixed the problem for indirect_arrays.  It remains to address
gslice_arrays and mask_arrays.

|     represent the only valid code that I cannot compile with g++/libstdc++.
|     
|     Any thoughts on fixing this? I'm not quite sure what the deal is: is this a problem with the standard, or what? Other libraries don't have problems with this kind of code.

That is a problem in the Standard specification.  Please have a look
at a paper of mine "Fixing valarray for real world use" (accessible
from the LWG website) and DR 253.

-- Gaby


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]