aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-12-19Merge from trunk revision 279561.gccgoIan Lance Taylor
2019-12-19Handle aggregate pass-through for self-recursive call (PR ipa/92794)Feng Xue
2019-12-19Daily bump.GCC Administrator
2019-12-19 PR c++/91165 follow-on tweakJason Merrill
2019-12-18Add diagnostic_metadata and CWE supportDavid Malcolm
2019-12-18 PR fortran/92977Jakub Jelinek
2019-12-18 PR middle-end/86416Jakub Jelinek
2019-12-18Add OpenACC 2.6's no_createJulian Brown
2019-12-18 * ira.c (ira): Use simple LRA algorithm when not optimizing.Eric Botcazou
2019-12-18/gcc/cpPaolo Carlini
2019-12-18Fix POWER dfp test case target tests.Peter Bergner
2019-12-18Drop unused member from cpp_string_location_reader (PR preprocessor/92982)David Malcolm
2019-12-18[OpenACC] Refactor 'goacc_enter_data' so that it can be called from 'goacc_in...Thomas Schwinge
2019-12-18[OpenACC] Refactor 'goacc_enter_data' so that it can be called from 'goacc_in...Thomas Schwinge
2019-12-18[OpenACC] Refactor 'goacc_remove_pointer' interfaceThomas Schwinge
2019-12-18[OpenACC] Refactor 'GOACC_enter_exit_data' to call 'goacc_enter_data', 'goacc...Thomas Schwinge
2019-12-18[OpenACC] Refactor 'delete_copyout' into 'goacc_exit_data'Thomas Schwinge
2019-12-18[OpenACC] Refactor 'present_create_copy' into 'goacc_enter_data'Thomas Schwinge
2019-12-18Assert in 'libgomp/target.c:gomp_unmap_vars_internal' that we're not unmappin...Thomas Schwinge
2019-12-18[OpenACC] In 'libgomp/target.c:gomp_to_device_kind_p', handle 'GOMP_MAP_FORCE...Thomas Schwinge
2019-12-18[PR92726, PR92970, PR92984] [OpenACC] Clarify 'acc_delete' etc. for 'NULL'-in...Thomas Schwinge
2019-12-18[OpenACC] Elaborate/simplify 'exit data' 'finalize' handlingThomas Schwinge
2019-12-18[PR92848] [OpenACC] Use 'GOMP_MAP_VARS_ENTER_DATA' for dynamic data lifetimesThomas Schwinge
2019-12-18Make 'libgomp/target.c:gomp_unmap_tgt' 'static' againThomas Schwinge
2019-12-18PR 86416 – improve lto1 diagnostic if a mode does not existTobias Burnus
2019-12-182019-12-18 Harald Anlauf <anlauf@gmx.de>Harald Anlauf
2019-12-18[AArch64] Fixup core tuningsWilco Dijkstra
2019-12-18IPA-CP: Remove bogus static keyword (PR 92971)Martin Jambor
2019-12-18 * config/avr/avr-mcus.def: Typo.Georg-Johann Lay
2019-12-18 * ipa-param-manipulation.h (get_original_index): Declare.Jan Hubicka
2019-12-18 PR c++/12333 - X::~X() with implicit this->.Jason Merrill
2019-12-18Fix vect/pr65947-8.c testcase for amdgcn.Andrew Stubbs
2019-12-18 PR lto/92972Jakub Jelinek
2019-12-18 * gcc-interface/trans.c (Pragma_to_gnu) <Pragma_Warnings>: Push aEric Botcazou
2019-12-18[Ada] Missing accessibility check on access discriminantsJustin Squirek
2019-12-18[Ada] Fix uninitialized out parameter in s-regpat.adbArnaud Charlet
2019-12-18[Ada] Atomic aspect on formal generic params now supported in Ada 202x modeArnaud Charlet
2019-12-18[Ada] Simplify Big_Integer and Big_Real interfaceArnaud Charlet
2019-12-18[Ada] Fix three-letter typos like "sss" in comments and docsPiotr Trojanek
2019-12-18[Ada] Missing accessibility actuals on calls to interface conversion functionsGary Dismukes
2019-12-18[Ada] AI12-0282: shared variable control aspects on formal typesEd Schonberg
2019-12-18[Ada] Minor housekeeping work in Create_StandardEric Botcazou
2019-12-18[Ada] Reserving switch d_K for known problem isssues detectionJavier Miranda
2019-12-18[Ada] Reject aspect specifications on number constantsGhjuvan Lacambre
2019-12-18[Ada] Einfo: fix typo in commentPiotr Trojanek
2019-12-18[Ada] Do not propagate Object_Size onto Size for composite typesEric Botcazou
2019-12-18[Ada] Document the introduction of the Object_Size attribute in Ada 2020Eric Botcazou
2019-12-18[Ada] Wrong error on hidden must-override primitiveBob Duff
2019-12-18[Ada] Bad "already use-visible" warning re: use in private partBob Duff
2019-12-18Daily bump.GCC Administrator