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

2013-05-27 Thread Tobias Burnus
Am 26.05.2013 05:58, schrieb 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 ? I thought you have commit rights? Note: You added a hyphen to the error message without chan

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 ===

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

2013-05-17 Thread Tobias Burnus
Am 17.05.2013 05:22, schrieb Bud Davis: Not to much to add beyond the title and the patch. The test file fails before (eventually, when you run out of stack) and passes after the patch is applied. No new testsuite failures. --bud Index: gcc/gcc/fortran/resolve.c =

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

2013-05-16 Thread Bud Davis
Not to much to add beyond the title and the patch. The test file fails before (eventually, when you run out of stack) and passes after the patch is applied.  No new testsuite failures. --bud Index: gcc/gcc/fortran/resolve.c === ---