aboutsummaryrefslogtreecommitdiff
path: root/gcc/dwarf2out.c
AgeCommit message (Expand)AuthorFilesLines
2019-03-25re PR debug/86964 (Too many debug symbols included, especially for extern glo...Johan Karlsson1-0/+32
2019-03-25dwarf2out.c (comp_dir_string): cached_wd could be set to both a heap string a...Thomas Otto1-9/+18
2019-03-15[PR88534] accept VAR_DECL in class literal template parmsAlexandre Oliva1-0/+7
2019-03-15re PR debug/89704 (ICE in add_const_value_attribute, at dwarf2out.c:19685)Jakub Jelinek1-0/+3
2019-03-13re PR debug/89498 (ICE in AT_loc_list, at dwarf2out.c:4871)Jakub Jelinek1-2/+4
2019-03-11Wrap option names in gcc internal messages with %< and %>.Martin Liska1-2/+2
2019-03-07Revert function removal made in r264561.Martin Liska1-0/+18
2019-03-01re PR bootstrap/89539 (gcc fails to build/bootstrap on MACOSX)Jakub Jelinek1-1/+2
2019-02-27re PR debug/88878 (.debug_pubnames/types empty with -flto)Richard Biener1-2/+6
2019-02-27re PR debug/88878 (.debug_pubnames/types empty with -flto)Richard Biener1-8/+10
2019-02-27re PR lto/89514 (-g -fdebug-types-section -flto gives 'Dwarf Error: bad lengt...Richard Biener1-2/+7
2019-02-03re PR debug/87295 ([early debug] ICE with -ffat-lto-objects -fdebug-types-sec...Richard Biener1-0/+5
2019-01-29re PR debug/87295 ([early debug] ICE with -ffat-lto-objects -fdebug-types-sec...Richard Biener1-1/+32
2019-01-28re PR debug/89076 (gcc/dwarf2out.c:23270:9: warning: duplicated ‘if’ cond...Richard Biener1-2/+0
2019-01-17re PR lto/86736 (g++.dg/asan/pr81021.C -O2 -flto -flto-partition=none ICE a...Richard Biener1-1/+3
2019-01-15re PR debug/88046 (ICE in add_data_member_location_attribute at gcc/dwarf2out...Richard Biener1-1/+1
2019-01-07re PR debug/88723 (PR debug/88635 patch breaks testsuite_shared.cc compilation)Jakub Jelinek1-9/+11
2019-01-05re PR debug/88635 (Assembler error when building with "-g -O2 -m32")Jakub Jelinek1-4/+60
2019-01-03re PR debug/88644 (Unexpected pub type info eliminated after r246973 (causes ...Jakub Jelinek1-0/+2
2019-01-01Update copyright years.Jakub Jelinek1-1/+1
2018-12-17DWARF: Don't expand hash table when no insertion is neededH.J. Lu1-5/+18
2018-12-14[PATCH 1/3][GCC] Add new target hook asm_post_cfi_startprocSam Tebbs1-0/+2
2018-12-14dwarf2out.c (analyze_discr_in_predicate): Simplify.Eric Botcazou1-11/+16
2018-12-06dwarf2out.c (field_byte_offset): Remove #ifdef PCC_BITFIELD_TYPE_MATTERS check.Uros Bizjak1-2/+0
2018-11-26re PR c++/86900 (-gdwarf-5 -O2 -ffunction-sections = assembler error)Jakub Jelinek1-1/+9
2018-11-19re PR debug/87039 (DW_OP_fbreg used without a frame base on a C++ code w/ -fo...Jakub Jelinek1-1/+1
2018-11-15Machine-readable diagnostic output (PR other/19165)David Malcolm1-0/+1
2018-11-14[debug/88006] -fdebug-types-section gives undefined refNathan Sidwell1-0/+2
2018-11-02dwarf2out.c (build_abbrev_table): Guard lookup_external_ref call with is_type...Richard Biener1-2/+3
2018-10-28Add D front-end, libphobos library, and D2 testsuite.Iain Buclaw1-5/+18
2018-10-18Add -std=c2x, -std=gnu2x, -Wc11-c2x-compat, C2X _Static_assert support.Joseph Myers1-1/+4
2018-10-05tree-core.h (tree_block::abstract_flag): Remove.Richard Biener1-75/+30
2018-09-27re PR debug/37801 (DWARF output for inlined functions doesn't always use DW_T...Richard Biener1-7/+24
2018-09-26re PR debug/87443 (GCC mixes abstract and concrete instances in abstract orig...Richard Biener1-8/+6
2018-09-26re PR debug/87428 ("Missed" inline instances cause bogus DWARF to be emitted)Richard Biener1-0/+4
2018-09-25re PR debug/83941 (Debug info generated with -flto contains useless forwarders)Richard Biener1-27/+28
2018-09-25re PR debug/83941 (Debug info generated with -flto contains useless forwarders)Richard Biener1-60/+125
2018-09-25Remove unused functions and fields.Martin Liska1-141/+0
2018-09-20[PR87013] check for .loc is_stmt support in the assemblerAlexandre Oliva1-0/+2
2018-09-13[debug] DWARF: add DW_AT_count to zero-length arraysOmar Sandoval1-2/+24
2018-09-12[debug] Add -gdescribe-diesTom de Vries1-0/+57
2018-09-04DWARF: Allow hard frame pointer even if frame pointer isn't usedH.J. Lu1-13/+12
2018-08-24DWARF: Call set_indirect_string on DW_MACINFO_start_fileH.J. Lu1-0/+6
2018-08-22Fix FDE labels for DarwinIain Sandoe1-2/+9
2018-08-21tree.c (find_decls_types_r): Do not check for redundant typedefs.Jan Hubicka1-1/+2
2018-08-21[debug] Add debug and earlydebug dumpsTom de Vries1-1/+17
2018-08-21[debug] Respect fdump-noaddr and fdump-unnumbered in print_dieTom de Vries1-7/+21
2018-08-20[debug] Fix handling of vlas in ltoTom de Vries1-12/+20
2018-08-17Merge Ignore and Deprecated in .opt files.Martin Liska1-0/+1
2018-08-15diagnostics: add labeling of source rangesDavid Malcolm1-0/+1