[patch, fortran] PR30681 "obsolescent" vs. "obsolete"

Jerry DeLisle jvdelisle@verizon.net
Wed Feb 7 04:28:00 GMT 2007


:ADDPATCH fortran:

This patch changes the word "Obsolete" to "Obsolescent" in the relevant error 
messages.  The behavior remains the same.  We throw an error instead of a 
warning with -std=f95 or -std=f2003 to discourage the use of these features 
which are in the "process of becoming obsolete"

The affected test cases are:
    gfortran.dg/assign.f90
    gfortran.dg/pr17229.f
    gfortran.dg/g77/20010519-1.f
    gfortran.dg/g77/960317-1.f
    gfortran.dg/g77/pr9258.f
    gfortran.dg/gomp/omp_dol.f90

I also looked in libgomp and found none.  Regression tested. libgomp tested

I will commit to 4.3 shortly and to 4.2 and 4.1 if no one objects.

Regards,

Jerry

2007-02-06  Jerry DeLisle  <jvdelisle@gcc.gnu.org>

	PR fortran/30681
	* io.c (resolve_tag): Change "Obsolete" to "Obsolescent" in the
	relevant error message(s).
	* resolve.c (gfc_resolve_iterator), (resolve_branch): Same.
	* match.c (match_arithmetic_if), (gfc_match_if), (gfc_match_pause),
	(gfc_match_assign), (gfc_match_goto): Same.

-------------- next part --------------
A non-text attachment was scrubbed...
Name: pr30681.diff
Type: text/x-patch
Size: 4386 bytes
Desc: not available
URL: <http://gcc.gnu.org/pipermail/gcc-patches/attachments/20070207/11f6f97b/attachment.bin>


More information about the Gcc-patches mailing list