aboutsummaryrefslogtreecommitdiff
path: root/gcc/dwarf2out.c
AgeCommit message (Expand)AuthorFilesLines
2019-12-10Make dwarf2out punt for MODE_VECTOR_BOOLRichard Sandiford1-1/+12
2019-11-27re PR debug/92664 (Wrong .debug_line section information when compiling stdin...Jakub Jelinek1-0/+3
2019-10-17re PR debug/91887 (-fdebug-types-section ICE building chromium)Richard Biener1-12/+11
2019-10-01DWARF array bounds missing from C++ array definitionsAlexandre Oliva1-1/+31
2019-10-01Remove clobber_highRichard Sandiford1-1/+0
2019-09-18Two more POLY_INT cases for dwarf2out.cRichard Sandiford1-0/+19
2019-09-17re PR debug/91772 (ICE in add_dwarf_attr, at dwarf2out.c:4412 since r259749)Richard Biener1-7/+3
2019-09-10Make get_call_rtx_from take a const rtx_insn *Richard Sandiford1-1/+1
2019-09-10Rename Deprecated to WarnRemoved in *.opt files.Martin Liska1-1/+1
2019-07-23Use -flto instead of -flto=N in DWARF producer string.Martin Liska1-0/+7
2019-07-09PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to n...Martin Sebor1-1/+2
2019-07-03PR debug/90981 Empty .debug_addr crashes -gdwarf-5 -gsplit-dwarfMark Wielaard1-25/+26
2019-07-03dwarf2out.c (add_scalar_info): Add back refererence to existing DIE if it has...Eric Botcazou1-0/+1
2019-06-24ipa-utils.h (type_with_linkage_p): Verify that type is CXX_ODR_P.Jan Hubicka1-2/+2
2019-06-21re PR debug/90914 (ICE in schedule_generic_params_dies_gen, at dwarf2out.c:27...Richard Biener1-2/+9
2019-05-27dwarf2out.c (resolve_args_picking_1): Deal with DW_OP_GNU_addr_index and DW_O...Eric Botcazou1-0/+2
2019-05-21re PR bootstrap/87338 (gcc 8.2 fails to bootstrap on ia64)James Clarke1-5/+2
2019-05-17trans.c (check_inlining_for_nested_subprog): Quote reserved names.Martin Sebor1-1/+1
2019-05-13[DWARF] dwarf2out cleanupsNathan Sidwell1-20/+24
2019-05-06dwarf2out.c (mem_loc_descriptor): Initialize int_mode.Richard Biener1-1/+1
2019-05-03Come up with is_empty for hash_{table,map,set}.Martin Liska1-1/+1
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