[fortran] Add runtime warning mechanism to libgfortran

Steven Bosscher stevenb@novell.com
Wed Aug 3 22:55:00 GMT 2005


On Wednesday 03 August 2005 21:14, FX Coudert wrote:
> > Bootstrapped and regtesting in progress on i686-linux and x86_64-linux.
> > OK for mainline (and 4.0 after testing)?

+void
+set_std (const int warn_std, const int allow_std)
+{
+  compile_options.warn_std = warn_std;
+  compile_options.allow_std = allow_std;
+}
+

The arguments for this function should be of type GFC_INTEGER_4.

Gr.
Steven



More information about the Fortran mailing list