mirror of
https://gcc.gnu.org/git/gcc.git
synced 2026-02-22 03:46:53 -05:00
ea0f31d040c10e4f9b42f1cf818970bcaf5277a8
The issue is that the expansion of 'Image for composite types is heavyweight and involves a mix of Expression_With_Actions and controlled object that does not work properly when it is the argument of a call to a subprogram, so this replaces it by the canonical scheme used for controlled temporaries. gcc/ada/ PR ada/123832 * exp_imgv.adb: Add with and use clauses for Exp_Ch7. (Expand_Image_Attribute): Establish a transient scope before rewriting the attribute as a call to Put_Image. (Expand_Wide_Image_Attribute): Likewise. (Expand_Wide_Wide_Image_Attribute): Likewise. * exp_put_image.ads (Build_Image_Call): Add note about the need for a transient scope when the function is invoked. * exp_put_image.adb (Build_Image_Call): Call Insert_Actions to immediately insert the actions instead of wrapping them in an Expression_With_Actions node. gcc/testsuite/ * gnat.dg/put_image2.adb: New test.
…
…
…
…
…
…
…
…
…
…
…
…
…
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
Languages
C++
30.7%
C
30.1%
Ada
14.4%
D
6.1%
Go
5.7%
Other
12.5%