[GSoC]Fortran – run-time argument checking

2025-03-26 Thread Gwen Fu
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

Re: [GSoC]Fortran – run-time argument checking

2025-03-25 Thread Steve Kargl
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 */

[GSoC]Fortran – run-time argument checking

2025-03-25 Thread Gwen Fu
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 */

[GSoC] Fortran – run-time argument checking

2025-03-20 Thread Gwen Fu
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