[Search for users] [Overall Top Noters] [List of all Conferences] [Download this site]

Conference turris::c_plus_plus

Title:C++
Notice:Read 1.* and use keywords (e.g. SHOW KEY/FULL KIT_CXX_VAX_VMS)
Moderator:DECCXX::AMARTIN
Created:Fri Nov 06 1987
Last Modified:Thu Jun 05 1997
Last Successful Update:Fri Jun 06 1997
Number of topics:3604
Total number of notes:18242

3508.0. "VMS: CXX/ERROR_LIMIT" by PADC::PDONAHUE (Paul Donahue) Fri Mar 21 1997 16:11

In VMS, "HELP CXX" describes a /ERROR_LIMIT=n qualifier.  It seems to be
unrecognized when I type it in:

BACKBA> cxx/NOERROR_LIMIT foo.cxx
%DCL-W-IVQUAL, unrecognized qualifier - check validity, spelling, and placement
 \NOERROR_LIMIT\
BACKBA> cxx/ERROR_LIMIT=1000 foo.cxx
%DCL-W-IVQUAL, unrecognized qualifier - check validity, spelling, and placement
 \ERROR_LIMIT\

This is with:
DEC C++ V5.3-005 on OpenVMS Alpha V6.2-1H3

Do we have the wrong CLD files installed or is this an error in the
documentation or in the cxx distribution?


Thanks,

-Paul
T.RTitleUserPersonal
Name
DateLines
3508.1Coming soon...DECC::SULLIVANJeff SullivanFri Mar 21 1997 17:087
I believe that this switch is only available on VAXVMS for both DEC C and C++.
We have recently added it to both the AlphaVMS and UNIX compilers. The default
was 100 errors, but will be lowered to 30 in the future release of this feature.

I think that this feature is expected to ship in DEC C/C++ V5.6 and later.

-Jeff