[patch,fortran] PR50405 - Statement function with itself as argument SEGV's

2013-05-16 Thread Bud Davis
-prune-output "Obsolescent feature: Statement function at" } f(f) = 0 ! { dg-error "Self referential argument" } end 2013-05-17  Bud Davis          PR fortran/50405         resolve.c (resolve_formal_arglist): Detect error when an argument         has the same name as the function.

Re: [patch,fortran] PR50405 - Statement function with itself as argument SEGV's

2013-05-25 Thread Bud Davis
The changes suggested by: http://gcc.gnu.org/ml/fortran/2013-05/msg00057.html have been made in the below diff and test file. Could someone please commit this ? It has been approved, see the above referenced message. thanks, Bud Davis Index: gcc/gcc/fortran/resolve.c