This is the mail archive of the gcc@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: c++/8931: g++ 3.2 fails to enforce access rules


"Martin v. Löwis" <martin@v.loewis.de> wrote:
> People running into this bug can use all well-formed code with a
> compiler that only has accepts-illegal bugs, so having such bugs in
> a maintenance release should be no obstacle for any user. At worst,
> users will find that other compilers reject the code, at which point
> they will have to fix their code, and be done with it.

I don't think that's the worst that can happen.  In general, if the
source is not well-formed, how can we know that the generated code
will not be harmful?


paul


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