This is the mail archive of the gcc-patches@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: [tree-ssa] Lowering of VLA's, second attempt


On Wed, 27 Aug 2003 00:01:21 +0200, Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz> wrote:

> Added.  Just OOC -- why the ENABLE_CHECKING? It would make sense if the
> check would be expensive, but otherwise it seems preferable to me to
> detect such errors even if not checking (imho it is better if compiler
> crashes than if it misscompiles something).

True enough.  I just added it because people seem to have been wrapping all
such checks in #ifdefs.  That does seem a bit excessive.

Jason


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