Re: [Patch, Fortran] PR69397 and PR6844 Internal Compiler Errors2

2016-01-24 Thread Thomas Koenig
Hi Jerry, The attached patch with new test cases fixes these by replacing gcc_assert and updating the error message depending on whether resolving an initialization expression or not. Regression tested on x86-64. OK for trunk? OK. Thanks for the patch! Thomas

[Patch, Fortran] PR69397 and PR6844 Internal Compiler Errors2

2016-01-24 Thread Jerry DeLisle
Ha all, The attached patch with new test cases fixes these by replacing gcc_assert and updating the error message depending on whether resolving an initialization expression or not. Regression tested on x86-64. OK for trunk? Jerry 2016-01-23 Jerry DeLisle PR fortran/69397