summaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)Author
2019-04-25re PR c++/44648 (missing -Wunused warning on a const variable in if statement)Jakub Jelinek
2019-04-25D: Do not add target_libs if phobos is disabledJohannes Pfau
2019-04-25re PR tree-optimization/90213 (UBSAN: signed integer overflow: -5621332293356...Richard Biener
2019-04-25re PR middle-end/90194 (ICE in expand_debug_expr, at cfgexpand.c:5244)Richard Biener
2019-04-25compiler: fix glitch when inlining method with empty param/receiverIan Lance Taylor
2019-04-25Daily bump.GCC Administrator
2019-04-24re PR c++/90236 (bogus error with auto non-type template argument)Marek Polacek
2019-04-24PR c++/90227 - error with template parameter packs.Jason Merrill
2019-04-24aix71.h (SUBTARGET_OVERRIDE_OPTIONS): Disable OPTION_MASK_VSX and OPTION_MASK...Clement Chigot
2019-04-24re PR target/90193 (asm goto with TLS "m" input operand generates incorrect a...Jakub Jelinek
2019-04-24S/390: Fix PR89952 incorrect CFIAndreas Krebbel
2019-04-24re PR target/89093 (C++ exception handling clobbers d8 VFP register)Ian Lance Taylor
2019-04-24[ARC][COMMITTED] Fix typos.Claudiu Zissulescu
2019-04-24call.c (null_ptr_cst_p): Order checks according to expensiveness.Richard Biener
2019-04-24re PR target/90187 (ICE in extract_insn, at recog.c:2304 x86_64)Jakub Jelinek
2019-04-24d/dmd: Merge upstream dmd 423758078Iain Buclaw
2019-04-24re PR target/89093 (C++ exception handling clobbers d8 VFP register)Ramana Radhakrishnan
2019-04-24re PR tree-optimization/90208 (error: EH landing pad label)Jakub Jelinek
2019-04-24re PR tree-optimization/90211 (ICE: tree check: expected ssa_name, have real_...Jakub Jelinek
2019-04-24Daily bump.GCC Administrator
2019-04-23libphobos: Add D support for S/390 LinuxIain Buclaw
2019-04-23Update .po files.Joseph Myers
2019-04-23d: Add support for compiling without libphobos library.Iain Buclaw
2019-04-23[GCC, AARCH64] Add GNU note section with BTI and PAC.Sudakshina Das
2019-04-23* lib/target-supports.expJeff Law
2019-04-23modulo-sched: prevent division by zero (PR87979)Roman Zhuykov
2019-04-23modulo-sched: fix branch scheduling issue (PR84032)Roman Zhuykov
2019-04-23re PR debug/90131 (wrong debug info at -O3)Richard Biener
2019-04-23re PR target/89093 (C++ exception handling clobbers d8 VFP register)Ramana Radhakrishnan
2019-04-23re PR tree-optimization/90078 (ICE with deep templates caused by overflow)Bin Cheng
2019-04-23re PR tree-optimization/90021 (ICE in index_in_loop_nest, at tree-data-ref.h:...Bin Cheng
2019-04-23Daily bump.GCC Administrator
2019-04-22re PR fortran/90166 (Compiler Fails at Assembler)Steven G. Kargl
2019-04-22PR c++/87366 - wrong error with alias template.Jason Merrill
2019-04-22re PR fortran/57284 ([OOP] ICE with find_array_spec for polymorphic arrays)Paul Thomas
2019-04-22Daily bump.GCC Administrator
2019-04-21re PR d/90130 (gdc.test/runnable/test12.d FAILs)Iain Buclaw
2019-04-21LRA: Revert "Remove useless move insns"H.J. Lu
2019-04-21Fix test fails on powerpc-darwin.Iain Sandoe
2019-04-21d: Use semanticRun to prevent declaration pass from running multiple times.Iain Buclaw
2019-04-21d: Ensure all unittests are registered against the original module.Iain Buclaw
2019-04-20pr89009.C: Add dg-require-effective-target fpic.Sandra Loosemore
2019-04-21Daily bump.GCC Administrator
2019-04-20PR c++/90190 - CTAD with list-constructor.Jason Merrill
2019-04-20PR c++/90171 - ICE with destroying delete with size_t parm.Jason Merrill
2019-04-20Daily bump.GCC Administrator
2019-04-19* de.po, es.po, fr.po, sv.po: Update.Jakub Jelinek
2019-04-19tree-call-cdce: If !HONOR_NANS do not make code with NaNs (PR88055)Segher Boessenkool
2019-04-19re PR c++/89900 (ICE: Segmentation fault (in check_instantiated_arg))Paolo Carlini
2019-04-19libgo/go/syscall: add SockAddrDatalink on AIXIan Lance Taylor