Daily bump.
This commit is contained in:
parent
c4771b3438
commit
15d30d2f20
@ -1,3 +1,8 @@
|
||||
2021-05-22 Aaron Sawdey <acsawdey@linux.ibm.com>
|
||||
|
||||
* config/rs6000/genfusion.pl (gen_addadd): Fix incorrect attr types.
|
||||
* config/rs6000/fusion.md: Regenerate file.
|
||||
|
||||
2021-05-21 Aaron Sawdey <acsawdey@linux.ibm.com>
|
||||
|
||||
* config/rs6000/genfusion.pl (gen_addadd): New function.
|
||||
|
@ -1 +1 @@
|
||||
20210522
|
||||
20210523
|
||||
|
@ -1,3 +1,11 @@
|
||||
2021-05-22 Andre Vehreschild <vehre@gcc.gnu.org>
|
||||
|
||||
PR fortran/98301
|
||||
* trans-decl.c (gfc_build_builtin_function_decls): Move decl.
|
||||
* trans-intrinsic.c (conv_intrinsic_random_init): Use bool for
|
||||
lib-call of caf_random_init instead of logical (4-byte).
|
||||
* trans.h: Add tree var for random_init.
|
||||
|
||||
2021-05-22 Andre Vehreschild <vehre@gcc.gnu.org>
|
||||
Steve Kargl <kargl@gcc.gnu.org>
|
||||
|
||||
|
@ -1,3 +1,11 @@
|
||||
2021-05-22 Andre Vehreschild <vehre@gcc.gnu.org>
|
||||
|
||||
PR fortran/98301
|
||||
* caf/libcaf.h (_gfortran_caf_random_init): New function.
|
||||
* caf/single.c (_gfortran_caf_random_init): New function.
|
||||
* gfortran.map: Added fndecl.
|
||||
* intrinsics/random_init.f90: Implement random_init.
|
||||
|
||||
2021-05-22 Andre Vehreschild <vehre@gcc.gnu.org>
|
||||
Steve Kargl <kargl@gcc.gnu.org>
|
||||
|
||||
|
@ -1,3 +1,9 @@
|
||||
2021-05-22 Thomas Schwinge <thomas@codesourcery.com>
|
||||
|
||||
PR testsuite/90115
|
||||
* testsuite/libgomp.oacc-fortran/privatized-ref-2.f90: Prune
|
||||
uninteresting/varying diagnostics.
|
||||
|
||||
2021-05-21 Thomas Schwinge <thomas@codesourcery.com>
|
||||
|
||||
PR middle-end/90115
|
||||
|
Loading…
Reference in New Issue
Block a user