Daily bump.
This commit is contained in:
parent
20d30e737a
commit
5e070cf4bd
5 changed files with 32 additions and 1 deletions
|
@ -1,3 +1,19 @@
|
|||
2022-09-04 Aldy Hernandez <aldyh@redhat.com>
|
||||
|
||||
* value-range.cc (frange::union_): Do not drop properties when
|
||||
unioning a NAN with something else.
|
||||
(range_tests_signed_zeros): Add tests.
|
||||
|
||||
2022-09-04 Aldy Hernandez <aldyh@redhat.com>
|
||||
|
||||
* real.cc (encode_ieee_single): Use real_isdenormal.
|
||||
(encode_ieee_double): Same.
|
||||
(encode_ieee_extended): Same.
|
||||
(encode_ieee_quad): Same.
|
||||
(encode_ieee_half): Same.
|
||||
(encode_arm_bfloat_half): Same.
|
||||
* real.h (real_isdenormal): New.
|
||||
|
||||
2022-09-03 Aldy Hernandez <aldyh@redhat.com>
|
||||
|
||||
* value-range.cc (frange::singleton_p): Move NAN check to the top.
|
||||
|
|
|
@ -1 +1 @@
|
|||
20220904
|
||||
20220905
|
||||
|
|
|
@ -1,3 +1,9 @@
|
|||
2022-09-04 José Rui Faustino de Sousa <jrfsousa@gmail.com>
|
||||
|
||||
PR fortran/100136
|
||||
* trans-expr.cc (gfc_conv_procedure_call): Add handling of pointer
|
||||
expressions.
|
||||
|
||||
2022-09-03 José Rui Faustino de Sousa <jrfsousa@gmail.com>
|
||||
|
||||
PR fortran/100245
|
||||
|
|
|
@ -1,3 +1,8 @@
|
|||
2022-09-04 José Rui Faustino de Sousa <jrfsousa@gmail.com>
|
||||
|
||||
PR fortran/100136
|
||||
* gfortran.dg/PR100136.f90: New test.
|
||||
|
||||
2022-09-03 José Rui Faustino de Sousa <jrfsousa@gmail.com>
|
||||
|
||||
PR fortran/100245
|
||||
|
|
|
@ -1,3 +1,7 @@
|
|||
2022-09-04 Iain Sandoe <iain@sandoe.co.uk>
|
||||
|
||||
* LOCAL_PATCHES: Update.
|
||||
|
||||
2022-08-31 Xi Ruoyao <xry111@xry111.site>
|
||||
|
||||
* configure.tgt: Allow loongarch64-*-linux*.
|
||||
|
|
Loading…
Add table
Reference in a new issue