This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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


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 <ubizjak@gmail.com> wrote:
> 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 full IEEE support, e.g. alpha.
>
> The patch removes these statements.
>
> 2017-02-02  Uros Bizjak  <ubizjak@gmail.com>
>
>     * gfortran.dg/dec_parameter_1.f (sub1): Remove statement with no effect.
>     * gfortran.dg/dec_parameter_2.f90 (sub1): Ditto.
>
> Tested on alphaev68-linux-gnu.
>
> OK for mainline and backports?
>
> Uros.



-- 
"If you can't explain it simply, you don't understand it well enough"
- Albert Einstein


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]