This is the mail archive of the libstdc++@gcc.gnu.org mailing list for the libstdc++ project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: GCC 3.3.1 and iterators compilation problem


On Tue, Mar 28, 2006 at 11:23:14AM -0800, TexasTim65 wrote:
> I just finished contacting QNX (the O/S manufacturer) about this and they
> told me it's a known problem and that I just need to edit the list header
> file and _Alty to public from protected (next O/S version will have a fix).
> 
> Strange that they could get a GNU based compiler and somehow manage to
> change the standard headers/code given there wouldn't be anything O/S
> specific in there.

It's conceivable that this was a 3.3.1 bug that was fixed in 3.3.2.
I don't have a 3.3.1 copy around, so I can't tell.

There is some OS specific code in the library, mostly for atomic
operations and locking, but that wouldn't affect this kind of thing.


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