Go to file
Thomas Schwinge 775f1686a3 Really fix og9 "Fix hang when running oacc exec with CUDA 9.0 nvprof"
In my yesterday's commit 9ae129017c 'Fix og9 "Fix
hang when running oacc exec with CUDA 9.0 nvprof"', I wrongly blamed the og9
"Fix hang when running oacc exec with CUDA 9.0 nvprof" to be responsible for
the hang being back, when in fact it's only the later og9 "OpenACC Profiling
Interface (incomplete)" backport from trunk that introduced the problem.

The confusing thing was that the og9 "Fix hang when running oacc exec with CUDA
9.0 nvprof" commit appears *before* the og9 "OpenACC Profiling Interface
(incomplete)" backport that it relates to.

And, in addition to that, I pushed the wrong (incomplete) version of my fix.

	libgomp/
	* oacc-init.c (acc_init_1): Move other 'acc_init_state' logic to
	where it belongs.
2020-03-26 17:34:01 +01:00
INSTALL
config Merge commit 'a0c06cc27d2146b7d86758ffa236516c6143d62c' into devel/omp/gcc-9 2020-03-05 14:39:50 +01:00
contrib test_summary: Do not escape "=". 2019-08-16 14:03:09 +02:00
fixincludes rs6000: fixinc: Skip machine_name fix for powerpc*-*-linux* 2020-02-26 15:50:28 +00:00
gcc Merge remote-tracking branch 'origin/releases/gcc-9' into devel/omp/gcc-9 2020-03-05 14:47:08 +01:00
gnattools Update ChangeLog and version files for release 2019-08-12 09:38:49 +02:00
gotools Update ChangeLog and version files for release 2019-08-12 09:38:49 +02:00
include Merge commit 'a0c06cc27d2146b7d86758ffa236516c6143d62c' into devel/omp/gcc-9 2020-03-05 14:39:50 +01:00
intl Update ChangeLog and version files for release 2019-08-12 09:38:49 +02:00
libada Update ChangeLog and version files for release 2019-08-12 09:38:49 +02:00
libatomic Merge commit 'a0c06cc27d2146b7d86758ffa236516c6143d62c' into devel/omp/gcc-9 2020-03-05 14:39:50 +01:00
libbacktrace Fix libbacktrace build on hppa-hpux. 2020-02-29 22:25:04 +00:00
libcc1 Update ChangeLog and version files for release 2019-08-12 09:38:49 +02:00
libcpp backport: re PR preprocessor/92296 (internal compiler error: Segmentation fault #pragma push_macro("__LINE__")) 2019-11-08 19:59:14 +01:00
libdecnumber Fix libdecnumber handling of non-canonical BID significands (PR middle-end/91226). 2020-01-13 18:45:04 +00:00
libffi Merge commit 'a0c06cc27d2146b7d86758ffa236516c6143d62c' into devel/omp/gcc-9 2020-03-05 14:39:50 +01:00
libgcc Merge remote-tracking branch 'origin/releases/gcc-9' into devel/omp/gcc-9 2020-03-05 14:47:08 +01:00
libgfortran Merge remote-tracking branch 'origin/releases/gcc-9' into devel/omp/gcc-9 2020-03-05 14:47:08 +01:00
libgo re PR go/91621 (libgo/mksysinfo.sh: please avoid test ==) 2019-09-10 20:32:42 +00:00
libgomp Really fix og9 "Fix hang when running oacc exec with CUDA 9.0 nvprof" 2020-03-26 17:34:01 +01:00
libhsail-rt Update ChangeLog and version files for release 2019-08-12 09:38:49 +02:00
libiberty lto: Also copy .note.gnu.property section 2020-03-02 03:12:31 -08:00
libitm Merge commit 'a0c06cc27d2146b7d86758ffa236516c6143d62c' into devel/omp/gcc-9 2020-03-05 14:39:50 +01:00
libobjc Update ChangeLog and version files for release 2019-08-12 09:38:49 +02:00
liboffloadmic Merge commit 'a0c06cc27d2146b7d86758ffa236516c6143d62c' into devel/omp/gcc-9 2020-03-05 14:39:50 +01:00
libphobos [LIBPHOBOS] Fix multi-lib RUNTESTFLAGS handling 2019-10-30 12:51:15 +01:00
libquadmath backport: quadmath.h (M_Eq, [...]): Use two more decimal places. 2019-10-21 13:34:04 +02:00
libsanitizer Darwin, libsanitizer: Update minimum supported system version. 2020-03-03 10:17:15 +00:00
libssp Update ChangeLog and version files for release 2019-08-12 09:38:49 +02:00
libstdc++-v3 Merge remote-tracking branch 'origin/releases/gcc-9' into devel/omp/gcc-9 2020-03-05 14:47:08 +01:00
libvtv Update ChangeLog and version files for release 2019-08-12 09:38:49 +02:00
lto-plugin Update ChangeLog and version files for release 2019-08-12 09:38:49 +02:00
maintainer-scripts maintainer-scripts: Speed up git clone in gcc_release 2020-03-04 10:39:33 +01:00
zlib Update ChangeLog and version files for release 2019-08-12 09:38:49 +02:00
.dir-locals.el
.gitattributes
.gitignore
ABOUT-NLS
COPYING
COPYING.LIB
COPYING.RUNTIME
COPYING3
COPYING3.LIB
ChangeLog Update ChangeLog and version files for release 2019-08-12 09:38:49 +02:00
ChangeLog.jit
ChangeLog.omp [og9] Make OpenACC function-parameter explosion optional 2020-03-03 12:50:41 +01:00
ChangeLog.tree-ssa
MAINTAINERS Add myself to MAINTAINERS 2019-04-22 16:05:36 +00:00
Makefile.def Use functional parameters for data mappings in OpenACC child functions 2020-03-03 12:15:57 +01:00
Makefile.in Use functional parameters for data mappings in OpenACC child functions 2020-03-03 12:15:57 +01:00
Makefile.tpl Come up with bootstrap-lto-lean config. 2019-04-09 08:49:14 +00:00
README
ar-lib Update GCC to autoconf 2.69, automake 1.15.1 (PR bootstrap/82856). 2018-10-31 17:03:16 +00:00
compile
config-ml.in Add D front-end, libphobos library, and D2 testsuite. 2018-10-28 19:51:47 +00:00
config.guess Update config.guess, config.sub (PR target/88535) 2019-01-03 11:28:27 +00:00
config.rpath
config.sub Update config.guess, config.sub (PR target/88535) 2019-01-03 11:28:27 +00:00
configure [og9] Make OpenACC function-parameter explosion optional 2020-03-03 12:50:41 +01:00
configure.ac [og9] Make OpenACC function-parameter explosion optional 2020-03-03 12:50:41 +01:00
depcomp
install-sh
libtool-ldflags
libtool.m4 Update GCC to autoconf 2.69, automake 1.15.1 (PR bootstrap/82856). 2018-10-31 17:03:16 +00:00
ltgcc.m4
ltmain.sh libtool.m4: Sort output of 'find' to enable deterministic builds. 2018-07-05 13:13:45 -06:00
ltoptions.m4
ltsugar.m4
ltversion.m4
lt~obsolete.m4
missing
mkdep
mkinstalldirs
move-if-change
multilib.am Update GCC to autoconf 2.69, automake 1.15.1 (PR bootstrap/82856). 2018-10-31 17:03:16 +00:00
symlink-tree
test-driver Update GCC to autoconf 2.69, automake 1.15.1 (PR bootstrap/82856). 2018-10-31 17:03:16 +00:00
ylwrap

README

This directory contains the GNU Compiler Collection (GCC).

The GNU Compiler Collection is free software.  See the files whose
names start with COPYING for copying permission.  The manuals, and
some of the runtime libraries, are under different terms; see the
individual source files for details.

The directory INSTALL contains copies of the installation information
as HTML and plain text.  The source of this information is
gcc/doc/install.texi.  The installation information includes details
of what is included in the GCC sources and what files GCC installs.

See the file gcc/doc/gcc.texi (together with other files that it
includes) for usage and porting information.  An online readable
version of the manual is in the files gcc/doc/gcc.info*.

See http://gcc.gnu.org/bugs/ for how to report bugs usefully.

Copyright years on GCC source files may be listed using range
notation, e.g., 1987-2012, indicating that every year in the range,
inclusive, is a copyrightable year that could otherwise be listed
individually.