This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug libstdc++/14253] problems with global slices and valarrays (regression)
- From: "gdr at integrable-solutions dot net" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 23 Feb 2004 07:45:23 -0000
- Subject: [Bug libstdc++/14253] problems with global slices and valarrays (regression)
- References: <20040223072220.14253.schmid@snake.iap.physik.tu-darmstadt.de>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From gdr at integrable-solutions dot net 2004-02-23 07:45 -------
Subject: Re: New: problems with global slices and valarrays (regression)
"schmid at snake dot iap dot physik dot tu-darmstadt dot de" <gcc-bugzilla@gcc.gnu.org> writes:
| The global slices facility of valarrays does no longer work. gcc 3.3 and earlier
| version of gcc 3.4 had no problems compiling the following code gs.C. I
| appologize if this code is rejected due to a change or my misunderstanding of
| the standard.
This is a consequence of GCC-3.4.0 being stricter about accessibility
and known defect in the standard. I corrected the standard but failed
to give enough time to correct the V3 implementation.
The same applies to indirect_array and masked_array.
-- Gaby
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=14253