Re: [PATCH, testsuite]: Remove statements with to effect from two fortran testcases

2018-02-02 Thread Paul Richard Thomas
Hi Uros, This is an easy one to OK :-) Backport it as far back as your patience allows. Thanks Paul On 2 February 2018 at 10:32, Uros Bizjak wrote: > Hello! > > Attached patch removes two statements with no effect. These two > statements operate with uninitalized variables, and - depending on

[PATCH, testsuite]: Remove statements with to effect from two fortran testcases

2018-02-02 Thread Uros Bizjak
Hello! Attached patch removes two statements with no effect. These two statements operate with uninitalized variables, and - depending on the uninitialized value - can cause denormal FP exceptions when compiled with -O0. The exception causes runtime failure on the target that requires -mieee for f