aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-11-02 Implement P0136R1, Rewording inheriting constructors.Jason Merrill
2016-11-02Daily bump.GCC Administrator
2016-11-01* gfortran.dg/pr70937.f90: require-effective-target lto.David Edelsohn
2016-11-01libiberty: Fix memory leak in ada_demangle when symbol cannot be demangled.Mark Wielaard
2016-11-01 * dwarf2out.c (gen_variable_die): Remove again origin_die variableJakub Jelinek
2016-11-01Fix dwarf2out.c non-HAVE_AS_LEB128 bootstrap failureRainer Orth
2016-11-01 libgo: fix GOARCH_PHYSPAGESIZE for ia64Ian Lance Taylor
2016-11-012016-11-01 Thomas Koenig <tkoenig@gcc.gnu.org>Thomas Koenig
2016-11-01 * dwarf2out.c (add_name_and_src_coords_attributes): Add NO_LINKAGE_NAMEJakub Jelinek
2016-11-01 PR target/78166John David Anglin
2016-11-01xtensa: Fix PR target/78118Max Filippov
2016-11-01 * tree.h (BLOCK_IN_COLD_SECTION_P): Define.Jakub Jelinek
2016-11-01 * hashtab.h: Use standard GPLv3 with runtime exceptionJakub Jelinek
2016-11-012016-11-01 Thomas Koenig <tkoenig@gcc.gnu.org>Thomas Koenig
2016-11-01Mark fallthrough cases with gcc_fallthrough.Fritz Reese
2016-11-01 runtime: recreate function called by cgo -gccgoIan Lance Taylor
2016-11-01 libgo: only rebuild package if dependent .gox has changedIan Lance Taylor
2016-11-01 libgo: minor Makefile improvementsIan Lance Taylor
2016-11-01 PR go/78145Ian Lance Taylor
2016-11-01 * class.c (declared_access): Split out from handle_using_decl.Jason Merrill
2016-11-01 * es.po: Update.Joseph Myers
2016-11-01gcc/Bilyan Borisov
2016-11-01Minor tweaksEric Botcazou
2016-11-01 * lib/target-supports.exp: Normalize order of i?86 and x86_64 targets.Uros Bizjak
2016-11-01[gcc]Michael Meissner
2016-11-01Daily bump.GCC Administrator
2016-10-312016-10-31 Andrew Pinski <apinski@cavium.com>Andrew Pinski
2016-10-31 * dwarf2out.c (DWARF_COMPILE_UNIT_HEADER_SIZE): Adjust for -gdwarf-5.Jan Kratochvil
2016-10-31 * dwarf2out.c (dwarf_AT): Handle DW_AT_dwo_name.Jakub Jelinek
2016-10-31 * dwarf2out.c (debug_line_str_section): New variable.Jakub Jelinek
2016-10-31 PR debug/77315:Tom Tromey
2016-10-312016-10-31 Jerry DeLisle <jvdelisle@gcc.gnu.org>Jerry DeLisle
2016-10-31 * dwarf2out.h (struct dw_loc_descr_node): Adjust commentJakub Jelinek
2016-10-31 * dwarf2out.h (enum dw_val_class): Add dw_val_class_loclistsptr.Jakub Jelinek
2016-10-31 * dwarf2out.c (DWARF_LARGEST_DATA_FORM_BITS): Define.Jakub Jelinek
2016-10-31 * dwarf2out.c (dwarf_op): Renamed to ...Jakub Jelinek
2016-10-31 * dwarf2out.c (dwarf_op): New function.Jakub Jelinek
2016-10-31 PR c++/77886Jakub Jelinek
2016-10-31 PR c++/78089Jakub Jelinek
2016-10-31 * dwarf2out.h (enum dw_val_class): Add dw_val_class_const_implicit,Jakub Jelinek
2016-10-31Add tests for a const member and a reference member for launder.Ville Voutilainen
2016-10-31 PR c++/77948Jakub Jelinek
2016-10-31 PR tree-optimization/77860Jakub Jelinek
2016-10-31 * dwarf2out.c (dwarf2out_define, dwarf2out_undef, output_macinfo_op,Jakub Jelinek
2016-10-312016-10-31 Waldemar Brodkorb <wbx@openadk.org>Waldemar Brodkorb
2016-10-31Index: ChangeLogCarl Love
2016-10-31 * config/alpha/alpha-passes.def: Swap pass_convert_to_eh_region_rangesUros Bizjak
2016-10-31Skip gcc.dg/lto/pr60449_0.c for avrSenthil Kumar Selvaraj
2016-10-31 PR c++/77886Jakub Jelinek
2016-10-31Add -Wshadow=global -Wshadow=local and -Wshadow=compatible-local.Le-Chun Wu