Go to file
Nathan Sidwell 9592deabf3 c++: Rename new -flang-note-module-read option [PR 99166]
I realized that the just-added flang-note-module-read option should
also cover module writes, and was therefore misnamed.  This addresses
that, replacing it with a -flang-note-module-cmi pair of options.  As
this was such a recent addition, I didn't leave the old option
available.

	PR c++/99166
	gcc/c-family/
	* c.opt (-flang-info-module-cmi): Renamed option.
	gcc/
	* doc/invoke.texi (flang-info-module-cmi): Renamed option.
	gcc/cp/
	* module.cc (module_state::inform_cmi_p): Renamed field.
	(module_state::do_import): Adjust.
	(init_modules, finish_module_processing): Likewise.
	(handle_module_option): Likewise.
	gcc/testsuite/
	* g++.dg/modules/pr99166_a.X: Adjust.
	* g++.dg/modules/pr99166_b.C: Adjust.
	* g++.dg/modules/pr99166_c.C: Adjust.
	* g++.dg/modules/pr99166_d.C: Adjust.
2021-02-25 08:58:26 -08:00
c++tools c++tools: Make NETWORKING define check consistent [PR 98318] 2021-02-25 08:58:26 -08:00
config
contrib Daily bump. 2021-02-09 00:16:30 +00:00
fixincludes
gcc c++: Rename new -flang-note-module-read option [PR 99166] 2021-02-25 08:58:26 -08:00
gnattools
gotools Daily bump. 2021-02-03 00:16:23 +00:00
include
INSTALL
intl
libada
libatomic
libbacktrace Daily bump. 2021-02-13 00:16:38 +00:00
libcc1
libcody
libcpp Daily bump. 2021-02-25 00:16:29 +00:00
libdecnumber
libffi
libgcc Daily bump. 2021-02-25 00:16:29 +00:00
libgfortran Daily bump. 2021-02-13 00:16:38 +00:00
libgo libgo: update to Go1.16 release 2021-02-19 12:33:25 -08:00
libgomp Daily bump. 2021-02-23 00:16:34 +00:00
libhsail-rt
libiberty Daily bump. 2021-02-21 00:16:18 +00:00
libitm
libobjc
liboffloadmic
libphobos Daily bump. 2021-02-05 00:16:23 +00:00
libquadmath
libsanitizer Fix UBSAN in __ubsan::Value::getSIntValue 2021-02-23 11:15:16 +01:00
libssp
libstdc++-v3 libstdc++: Use uint32_t for all year_month_day::_S_from_days arithmetic 2021-02-25 16:57:20 +00:00
libvtv
lto-plugin
maintainer-scripts
zlib
.dir-locals.el
.gitattributes
.gitignore
ABOUT-NLS
ar-lib
ChangeLog Daily bump. 2021-02-24 00:16:26 +00:00
ChangeLog.jit
ChangeLog.tree-ssa
compile
config-ml.in
config.guess config.sub, config.guess : Import upstream 2021-01-25. 2021-02-23 17:21:10 +08:00
config.rpath
config.sub config.sub, config.guess : Import upstream 2021-01-25. 2021-02-23 17:21:10 +08:00
configure
configure.ac
COPYING
COPYING3
COPYING3.LIB
COPYING.LIB
COPYING.RUNTIME
depcomp
install-sh
libtool-ldflags
libtool.m4
lt~obsolete.m4
ltgcc.m4
ltmain.sh
ltoptions.m4
ltsugar.m4
ltversion.m4
MAINTAINERS MAINTAINERS: Add myself for write after approval 2021-01-22 19:11:21 +00:00
Makefile.def
Makefile.in Enable -fprofile-reproducible=parallel-runs for profiledbootstrap. 2021-01-25 13:31:05 +01:00
Makefile.tpl
missing
mkdep
mkinstalldirs
move-if-change
multilib.am
README
symlink-tree
test-driver
ylwrap

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.