dwarf2out.c (add_subscript_info): New explicit COLLAPSE_P argument...
authorOlivier Hainque <hainque@adacore.com>
Sat, 19 Jul 2008 06:41:30 +0000 (06:41 +0000)
committerOlivier Hainque <hainque@gcc.gnu.org>
Sat, 19 Jul 2008 06:41:30 +0000 (06:41 +0000)
commitfa8884d805ef576b616dbaf062eb882b80efb467
treee91bf6d56a6458065aa84d9777ee72e8cafad3df
parent16ca580ec6a653b30802cdbb040cbd4f29384bd7
dwarf2out.c (add_subscript_info): New explicit COLLAPSE_P argument...

* dwarf2out.c (add_subscript_info): New explicit COLLAPSE_P
argument, saying whether nested array are to be collapsed
into a single array type DIE with multiple subscripts.
(gen_array_type_die): Factorize comments about the MIPS_DEBUG_INFO
issues, centralize the nested array types collapsing control and
disable the transformation for Ada.

From-SVN: r137975
gcc/ChangeLog
gcc/dwarf2out.c