Gwen Fu 于 2025年3月25日周二 下午8:34写道:
> I found out that "-fcheck=*" is an option for runtime checking, but the
> relevant options are commented out.
> OPT_fcheck_ = 1070,/* -fcheck= */
> /* OPT_fcheck_assert = 1071, *//* -fcheck=assert */
> /* OPT_fcheck_boun
On Tue, Mar 25, 2025 at 08:34:51PM +0800, Gwen Fu wrote:
> I found out that "-fcheck=*" is an option for runtime checking, but the
> relevant options are commented out.
> OPT_fcheck_ = 1070,/* -fcheck= */
> /* OPT_fcheck_assert = 1071, *//* -fcheck=assert */
I found out that "-fcheck=*" is an option for runtime checking, but the
relevant options are commented out.
OPT_fcheck_ = 1070,/* -fcheck= */
/* OPT_fcheck_assert = 1071, *//* -fcheck=assert */
/* OPT_fcheck_bounds = 1072, *//* -fcheck=bounds */
I'm very sorry that I've only just gotten in touch with the Gfortran
community! I've been trying to fix a bug in the GCC community for some time
(although I'm still working on it) and trying to understand the internal
components of GCC and its operation process.
I'm very sorry that I just got in to