r175781 - in /trunk/gcc: ChangeLog ada/ChangeLo...
ebotcazou@gcc.gnu.org
ebotcazou@gcc.gnu.org
Sat Jul 2 18:13:00 GMT 2011
Author: ebotcazou
Date: Sat Jul 2 18:13:47 2011
New Revision: 175781
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=175781
Log:
* tree.h (TYPE_ARTIFICIAL): New flag.
* dwarf2out.c (modified_type_die): Add a DW_AT_artificial attribute to
the DIE of the type if it is artificial.
(gen_array_type_die): Likewise.
(gen_enumeration_type_die): Likewise.
(gen_struct_or_union_type_die): Likewise.
* lto-streamer-in.c (unpack_ts_base_value_fields): Use TYPE_ARTIFICIAL.
* lto-streamer-out.c (pack_ts_base_value_fields): Likewise.
ada/
* gcc-interface/utils.c (record_builtin_type): Set TYPE_ARTIFICIAL on
the type according to the ARTIFICIAL_P parameter.
(create_type_decl): Likewise.
(create_type_stub_decl): Set TYPE_ARTIFICIAL on the type to 1.
Added:
trunk/gcc/testsuite/gnat.dg/specs/debug1.ads
Modified:
trunk/gcc/ChangeLog
trunk/gcc/ada/ChangeLog
trunk/gcc/ada/gcc-interface/utils.c
trunk/gcc/dwarf2out.c
trunk/gcc/lto-streamer-in.c
trunk/gcc/lto-streamer-out.c
trunk/gcc/testsuite/ChangeLog
trunk/gcc/tree.h
More information about the Gcc-cvs
mailing list