Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
R
riscv-gcc-1
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
lvzhengyang
riscv-gcc-1
Commits
7eb958eb
Commit
7eb958eb
authored
Jun 06, 2020
by
GCC Administrator
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Daily bump.
parent
2927ec5b
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
123 additions
and
1 deletions
+123
-1
gcc/ChangeLog
+17
-0
gcc/DATESTAMP
+1
-1
gcc/fortran/ChangeLog
+55
-0
gcc/testsuite/ChangeLog
+33
-0
libgomp/ChangeLog
+17
-0
No files found.
gcc/ChangeLog
View file @
7eb958eb
2020-06-05 Thomas Schwinge <thomas@codesourcery.com>
Julian Brown <julian@codesourcery.com>
* gimplify.c (gimplify_adjust_omp_clauses): Remove
'GOMP_MAP_STRUCT' mapping from OpenACC 'exit data' directives.
2020-06-05 H.J. Lu <hjl.tools@gmail.com>
* config/i386/driver-i386.c (host_detect_local_cpu): Support
Intel Airmont, Tremont, Comet Lake, Ice Lake and Tiger Lake
processor families.
2020-06-05 Lili Cui <lili.cui@intel.com>
PR target/95525
* config/i386/i386.h (PTA_WAITPKG): Change bitmask value.
2020-06-02 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
2020-06-02 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
* config/aarch64/aarch64-cores.def (zeus): Define.
* config/aarch64/aarch64-cores.def (zeus): Define.
...
...
gcc/DATESTAMP
View file @
7eb958eb
2020060
5
2020060
6
gcc/fortran/ChangeLog
View file @
7eb958eb
2020-06-05 Harald Anlauf <anlauf@gmx.de>
PR fortran/95373
* primary.c (is_inquiry_ref): Move validity check of inquiry
references against selected Fortran standard from here...
(gfc_match_varspec) ...to here.
2020-06-05 Harald Anlauf <anlauf@gmx.de>
PR fortran/95373
* primary.c (is_inquiry_ref): Check validity of inquiry
references against selected Fortran standard.
2020-06-05 Harald Anlauf <anlauf@gmx.de>
PR fortran/95106
* trans-common.c (gfc_sym_mangled_common_id): Enlarge temporaries
for name-mangling.
2020-06-05 Harald Anlauf <anlauf@gmx.de>
PR fortran/95530
PR fortran/95537
* decl.c (gfc_match_decl_type_spec): Enlarge buffer, and enhance
string copy to detect buffer overflow.
* gfortran.h (gfc_common_head): Enlarge buffer.
* trans-common.c (finish_equivalences): Enhance string copy to
detect buffer overflow.
2020-06-05 Harald Anlauf <anlauf@gmx.de>
PR fortran/95090
* class.c (get_unique_type_string): Use buffer overrun check.
2020-06-05 Harald Anlauf <anlauf@gmx.de>
PR fortran/95090
* class.c (get_unique_type_string): Enlarge temporary for
name-mangling. Use strncpy to prevent buffer overrun.
(get_unique_hashed_string): Enlarge temporary.
(gfc_hash_value): Enlarge temporary for name-mangling.
2020-06-05 Harald Anlauf <anlauf@gmx.de>
PR fortran/95090
* iresolve.c (gfc_get_string): Enlarge temporary for
name-mangling.
2020-06-05 Steven G. Kargl <kargl@gcc.gnu.org>
Harald Anlauf <anlauf@gmx.de>
PR fortran/95500
* trans-expr.c (gfc_conv_expr_reference): Do not dereference NULL
pointer.
2020-06-01 Thomas Koenig <tkoenig@gcc.gnu.org>
2020-06-01 Thomas Koenig <tkoenig@gcc.gnu.org>
PR fortran/94361
PR fortran/94361
...
...
gcc/testsuite/ChangeLog
View file @
7eb958eb
2020-06-05 Harald Anlauf <anlauf@gmx.de>
PR fortran/95373
* gfortran.dg/pr95373_1.f90: Adjust error messages.
* gfortran.dg/pr95373_2.f90: Adjust error message.
2020-06-05 Harald Anlauf <anlauf@gmx.de>
PR fortran/95373
* gfortran.dg/pr95373_1.f90: New test.
* gfortran.dg/pr95373_2.f90: New test.
2020-06-05 Harald Anlauf <anlauf@gmx.de>
PR fortran/95106
* gfortran.dg/equiv_11.f90: New test.
2020-06-05 Harald Anlauf <anlauf@gmx.de>
PR fortran/95090
* gfortran.dg/pr95090.f90: New test.
2020-06-05 Steven G. Kargl <kargl@gcc.gnu.org>
Harald Anlauf <anlauf@gmx.de>
PR fortran/95500
* gfortran.dg/pr95500.f90: New test.
2020-06-05 Thomas Schwinge <thomas@codesourcery.com>
Julian Brown <julian@codesourcery.com>
* c-c++-common/goacc/struct-enter-exit-data-1.c: New file.
2020-06-04 Jason Merrill <jason@redhat.com>
2020-06-04 Jason Merrill <jason@redhat.com>
PR c++/93310
PR c++/93310
...
...
libgomp/ChangeLog
View file @
7eb958eb
2020-06-05 Thomas Schwinge <thomas@codesourcery.com>
Julian Brown <julian@codesourcery.com>
* oacc-mem.c (goacc_exit_data_internal) <GOMP_MAP_STRUCT>: Explain
special handling.
2020-06-05 Thomas Schwinge <thomas@codesourcery.com>
Julian Brown <julian@codesourcery.com>
* oacc-mem.c (goacc_exit_data_internal) <GOMP_MAP_STRUCT>:
Simplify.
2020-06-05 Julian Brown <julian@codesourcery.com>
* testsuite/libgomp.oacc-c-c++-common/struct-copyout-1.c: New test.
* testsuite/libgomp.oacc-c-c++-common/struct-copyout-2.c: New test.
2020-06-04 Thomas Schwinge <thomas@codesourcery.com>
2020-06-04 Thomas Schwinge <thomas@codesourcery.com>
* oacc-mem.c (goacc_exit_data_internal) <GOMP_MAP_STRUCT>:
* oacc-mem.c (goacc_exit_data_internal) <GOMP_MAP_STRUCT>:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment