This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch aoliva/SFN in repository gcc.
from 2471e37 [-fcompare-debug] var tracking options are not optimization options new 27dfe1b SFN: introduce -gstatement-frontiers, enabled for normal dwarf2+ new b015fe8 LVU: introduce (inoperant) -gvariable-location-views, enabled [...] new 66934d5 LVU: test for (so far non-existant) assembler support for set [...] new d49b217 LVU: "augment" line number tables with (implicit) view counts new 31da476 LVU: output (so far unreferenced) view lists along with loc l [...] new 4d7887d LVU: introduce and emit DW_AT_GNU_locviews new 3a6a55d LVU: dump view numbers/labels after labels and in the line nu [...]
The 7 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: gcc/common.opt | 16 ++ gcc/config.in | 20 ++- gcc/configure | 45 ++++++ gcc/configure.ac | 17 ++- gcc/doc/invoke.texi | 32 +++- gcc/dwarf2asm.c | 25 ++++ gcc/dwarf2asm.h | 4 + gcc/dwarf2out.c | 421 +++++++++++++++++++++++++++++++++++++++++++++------- gcc/dwarf2out.h | 4 +- gcc/final.c | 7 +- gcc/function.c | 3 +- gcc/rtl.h | 3 +- gcc/toplev.c | 12 ++ gcc/tree.h | 3 +- include/dwarf2.def | 1 + 15 files changed, 544 insertions(+), 69 deletions(-)