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]
Other format: [Raw text]

Re: Aliasing problem? gcc-3.3 miscompiles mozilla-1.4


On Wednesday 18 June 2003 20:59, Andrew Pinski wrote:
> I think this might be related to bug 9745 but I don't know for sure.

I think here we have a different case, the problem is that 2 pointers point to 
the same memory location, one of the is local, the other returned by a 
function. Now, since I can't parse C++, the question is if this is caused by 
a compiler bug or by questionable uses of reinterpret_cast in the mozilla 
sources.

Franz.


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