David Malcolm c44ca7c012 diagnostics: add ctors to text_info; add m_ prefixes to fields
No functional change intended.

gcc/ada/ChangeLog:
	* gcc-interface/misc.cc: Use text_info ctor.

gcc/analyzer/ChangeLog:
	* analyzer-logging.cc (logger::log_va_partial): Use text_info
	ctor.
	* analyzer.cc (make_label_text): Likewise.
	(make_label_text_n): Likewise.
	* pending-diagnostic.cc (evdesc::event_desc::formatted_print):
	Likewise.

gcc/c/ChangeLog:
	* c-objc-common.cc (c_tree_printer): Update for "m_" prefixes to
	text_info fields.

gcc/cp/ChangeLog:
	* error.cc: Update for "m_" prefixes to text_info fields.

gcc/d/ChangeLog:
	* d-diagnostic.cc (d_diagnostic_report_diagnostic): Use text_info
	ctor.

gcc/ChangeLog:
	* diagnostic.cc (diagnostic_set_info_translated): Update for "m_"
	prefixes to text_info fields.
	(diagnostic_report_diagnostic): Likewise.
	(verbatim): Use text_info ctor.
	(simple_diagnostic_path::add_event): Likewise.
	(simple_diagnostic_path::add_thread_event): Likewise.
	* dumpfile.cc (dump_pretty_printer::decode_format): Update for
	"m_" prefixes to text_info fields.
	(dump_context::dump_printf_va): Use text_info ctor.
	* graphviz.cc (graphviz_out::graphviz_out): Use text_info ctor.
	(graphviz_out::print): Likewise.
	* opt-problem.cc (opt_problem::opt_problem): Likewise.
	* pretty-print.cc (pp_format): Update for "m_" prefixes to
	text_info fields.
	(pp_printf): Use text_info ctor.
	(pp_verbatim): Likewise.
	(assert_pp_format_va): Likewise.
	* pretty-print.h (struct text_info): Add ctors.  Add "m_" prefix
	to all fields.
	* text-art/styled-string.cc (styled_string::from_fmt_va): Use
	text_info ctor.
	* tree-diagnostic.cc (default_tree_printer): Update for "m_"
	prefixes to text_info fields.
	* tree-pretty-print.h (pp_ti_abstract_origin): Likewise.

gcc/fortran/ChangeLog:
	* error.cc (gfc_format_decoder): Update for "m_" prefixes to
	text_info fields.

Signed-off-by: David Malcolm <dmalcolm@redhat.com>
2023-10-03 09:39:16 -04:00
2023-09-16 00:17:55 +00:00
2023-10-03 00:17:22 +00:00
2023-09-21 00:17:49 +00:00
2023-09-28 09:50:12 +00:00
2023-09-29 00:17:28 +00:00
2023-09-30 00:17:24 +00:00
2023-09-21 00:17:49 +00:00
2023-09-24 00:16:58 +00:00
2023-09-30 00:17:24 +00:00
2023-09-19 00:17:49 +00:00

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.
Description
No description provided
Readme 4.2 GiB
Languages
C++ 30.7%
C 30.2%
Ada 14.4%
D 6.1%
Go 5.7%
Other 12.4%