Go to file
Uros Bizjak 84282b05a8 i386: Remove unneeded assignments when triggering SSE exceptions
According to "Intel 64 and IA32 Arch SDM, Vol. 3":

"Because SIMD floating-point exceptions are precise and occur immediately,
the situation does not arise where an x87 FPU instruction, a WAIT/FWAIT
instruction, or another SSE/SSE2/SSE3 instruction will catch a pending
unmasked SIMD floating-point exception."

Remove unneeded assignments to volatile memory.

libgcc/ChangeLog:

	* config/i386/sfp-exceptions.c (__sfp_handle_exceptions) [__SSE_MATH__]:
	Remove unneeded assignments to volatile memory.

libatomic/ChangeLog:

	* config/x86/fenv.c (__atomic_feraiseexcept) [__SSE_MATH__]:
	Remove unneeded assignments to volatile memory.

libgfortran/ChangeLog:

	* config/fpu-387.h (local_feraiseexcept) [__SSE_MATH__]:
	Remove unneeded assignments to volatile memory.
2020-04-19 15:32:17 +02:00
INSTALL README: Do not mention CVS. 2014-10-12 15:05:28 +00:00
config Update ChangeLog and version files for release 2020-03-12 11:08:05 +00:00
contrib Update ChangeLog and version files for release 2020-03-12 11:08:05 +00:00
fixincludes Update ChangeLog and version files for release 2020-03-12 11:08:05 +00:00
gcc Daily bump. 2020-04-19 00:17:30 +00:00
gnattools Update ChangeLog and version files for release 2020-03-12 11:08:05 +00:00
gotools Update ChangeLog and version files for release 2020-03-12 11:08:05 +00:00
include Update ChangeLog and version files for release 2020-03-12 11:08:05 +00:00
intl Update ChangeLog and version files for release 2020-03-12 11:08:05 +00:00
libada Update ChangeLog and version files for release 2020-03-12 11:08:05 +00:00
libatomic i386: Remove unneeded assignments when triggering SSE exceptions 2020-04-19 15:32:17 +02:00
libbacktrace Update ChangeLog and version files for release 2020-03-12 11:08:05 +00:00
libcc1 Update ChangeLog and version files for release 2020-03-12 11:08:05 +00:00
libcpp Update ChangeLog and version files for release 2020-03-12 11:08:05 +00:00
libdecnumber Update ChangeLog and version files for release 2020-03-12 11:08:05 +00:00
libffi Update ChangeLog and version files for release 2020-03-12 11:08:05 +00:00
libgcc i386: Remove unneeded assignments when triggering SSE exceptions 2020-04-19 15:32:17 +02:00
libgfortran i386: Remove unneeded assignments when triggering SSE exceptions 2020-04-19 15:32:17 +02:00
libgo re PR go/91621 (libgo/mksysinfo.sh: please avoid test ==) 2019-09-10 20:32:42 +00:00
libgomp Rename 'libgomp.oacc-c-c++-common/static-dynamic-lifetimes-*' to 'libgomp.oacc-c-c++-common/structured-dynamic-lifetimes-*' [PR92843] 2020-04-13 08:56:22 +02:00
libhsail-rt Update ChangeLog and version files for release 2020-03-12 11:08:05 +00:00
libiberty Update ChangeLog and version files for release 2020-03-12 11:08:05 +00:00
libitm Update ChangeLog and version files for release 2020-03-12 11:08:05 +00:00
libobjc Update ChangeLog and version files for release 2020-03-12 11:08:05 +00:00
liboffloadmic Update ChangeLog and version files for release 2020-03-12 11:08:05 +00:00
libphobos Update ChangeLog and version files for release 2020-03-12 11:08:05 +00:00
libquadmath Update ChangeLog and version files for release 2020-03-12 11:08:05 +00:00
libsanitizer Update ChangeLog and version files for release 2020-03-12 11:08:05 +00:00
libssp Update ChangeLog and version files for release 2020-03-12 11:08:05 +00:00
libstdc++-v3 libstdc++: Fix std::to_address for debug iterators (PR 93960) 2020-04-03 12:00:07 +01:00
libvtv Update ChangeLog and version files for release 2020-03-12 11:08:05 +00:00
lto-plugin Update ChangeLog and version files for release 2020-03-12 11:08:05 +00:00
maintainer-scripts maintainer-scripts: Fix up gcc_release without -l, where mkdir was using umask 077 after migration 2020-03-17 18:21:24 +01:00
zlib Update ChangeLog and version files for release 2020-03-12 11:08:05 +00:00
.dir-locals.el
.gitattributes add basic .gitattributes files to notice whitespace issues 2016-04-23 02:37:43 +00:00
.gitignore .gitignore: Ignore in-tree prerequisites. 2016-09-09 17:20:55 -04:00
ABOUT-NLS
COPYING
COPYING.LIB
COPYING.RUNTIME
COPYING3
COPYING3.LIB
ChangeLog Update ChangeLog and version files for release 2020-03-12 11:08:05 +00:00
ChangeLog.jit Merger of dmalcolm/jit branch from git 2014-11-11 21:55:52 +00:00
ChangeLog.tree-ssa
MAINTAINERS Add myself to MAINTAINERS 2019-04-22 16:05:36 +00:00
Makefile.def Add D front-end, libphobos library, and D2 testsuite. 2018-10-28 19:51:47 +00:00
Makefile.in Come up with bootstrap-lto-lean config. 2019-04-09 08:49:14 +00: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 Update from upstream Automake files. 2014-11-16 14:07:13 +00:00
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 PR d/87799 Fix D build on windows hosts 2019-04-14 09:52:22 +00:00
configure.ac PR d/87799 Fix D build on windows hosts 2019-04-14 09:52:22 +00:00
depcomp Update from upstream Automake files. 2014-11-16 14:07:13 +00:00
install-sh Update from upstream Automake files. 2014-11-16 14:07:13 +00:00
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 Update from upstream Automake files. 2014-11-16 14:07:13 +00:00
mkdep
mkinstalldirs Update from upstream Automake files. 2014-11-16 14:07:13 +00:00
move-if-change Update move-if-change from gnulib 2014-11-16 16:12:44 +00:00
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 Update from upstream Automake files. 2014-11-16 14:07:13 +00:00

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.