Daily bump.
This commit is contained in:
parent
2e1b25350a
commit
5154dab3da
4 changed files with 44 additions and 1 deletions
|
@ -1,3 +1,10 @@
|
|||
2020-07-19 H.J. Lu <hjl.tools@gmail.com>
|
||||
|
||||
PR target/95973
|
||||
PR target/96238
|
||||
* config/i386/cpuid.h: Add include guard.
|
||||
(__cpuidex): New.
|
||||
|
||||
2020-07-18 H.J. Lu <hjl.tools@gmail.com>
|
||||
|
||||
PR target/95620
|
||||
|
|
|
@ -1 +1 @@
|
|||
20200719
|
||||
20200720
|
||||
|
|
|
@ -1,3 +1,19 @@
|
|||
2020-07-19 Thomas Koenig <tkoenig@gcc.gnu.org>
|
||||
|
||||
PR fortran/96220
|
||||
* dump-parse-tree.c (get_c_type_name): Always use the entries from
|
||||
c_interop_kinds_table to find the correct C type.
|
||||
|
||||
2020-07-19 Thomas Koenig <tkoenig@gcc.gnu.org>
|
||||
|
||||
PR fortran/96018
|
||||
* frontend-passes.c (gfc_check_externals): Adjust formatting.
|
||||
(implicit_pure_call): New function.
|
||||
(implicit_pure_expr): New function.
|
||||
(gfc_fix_implicit_pure): New function.
|
||||
* gfortran.h (gfc_fix_implicit_pure): New prototype.
|
||||
* parse.c (translate_all_program_units): Call gfc_fix_implicit_pure.
|
||||
|
||||
2020-07-18 David Edelsohn <dje.gcc@gmail.com>
|
||||
|
||||
* check.c (gfc_invalid_boz): Mark hint for translation using _().
|
||||
|
|
|
@ -1,3 +1,23 @@
|
|||
2020-07-19 H.J. Lu <hjl.tools@gmail.com>
|
||||
|
||||
PR target/95973
|
||||
PR target/96238
|
||||
* gcc.target/i386/pr95973.c: New test.
|
||||
|
||||
2020-07-19 Thomas Koenig <tkoenig@gcc.gnu.org>
|
||||
|
||||
PR fortran/96018
|
||||
* gfortran.dg/implicit_pure_5.c: New file.
|
||||
* gfortran.dg/implicit_pure_5.f90: New file.
|
||||
|
||||
2020-07-19 Hans-Peter Nilsson <hp@bitrange.com>
|
||||
|
||||
* gcc.dg/attr-copy-6.c: Require visibility.
|
||||
|
||||
2020-07-19 Hans-Peter Nilsson <hp@bitrange.com>
|
||||
|
||||
* gcc.dg/Wno-frame-address.c: Skip for cris and mmix.
|
||||
|
||||
2020-07-18 Jakub Jelinek <jakub@redhat.com>
|
||||
|
||||
* c-c++-common/cpp/pragma-eof.c: Use .+3 instead of 6 in
|
||||
|
|
Loading…
Add table
Reference in a new issue