aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-01-10* da.po: Update.Joseph Myers2-8/+11
2017-01-10re PR middle-end/77766 (wrong code at -O2 and -O3 in 64-bit mode on x86_64-li...Jeff Law2-0/+34
2017-01-10extend.texi: Tweak formatting to fix overfull hbox warnings.Sandra Loosemore5-34/+57
2017-01-10* c-cppbuiltin.c (c_cpp_builtins): Define __cpp_variadic_using.Jason Merrill3-0/+12
2017-01-10FI 20, decomposition declaration with parenthesized initializer.Jason Merrill3-15/+22
2017-01-10fuchsia-elf.h: New file.Joshua Conner5-4/+127
2017-01-10Adjust effective target selector to fix C++17 FAILJonathan Wakely2-1/+4
2017-01-10PR77528 add default constructors for container adaptorsJonathan Wakely12-12/+221
2017-01-10* ChangeLog: Fix whitespace.Uros Bizjak1-20/+11
2017-01-10re PR sanitizer/78992 (Incorrect sigaction definition on 32-bit sparc)James Clarke2-2/+11
2017-01-10re PR tree-optimization/79034 (error: missing PHI def in verify_gimple_in_cfg)Richard Biener4-1/+75
2017-01-10IPA ICF: make algorithm stable to survive -fcompare-debugMartin Liska26-40/+159
2017-01-10Revert m_classes_vec introduction.Martin Liska3-62/+67
2017-01-10Use temporary int objects to access struct tm membersFelipe Magno de Almeida2-12/+38
2017-01-10Enable AVX-512 VPOPCNTD/VPOPCNTQ instructions.Andrew Senkevich27-18/+257
2017-01-10Make Python printers and xmethods work with versioned namespaceFrançois Dumont5-42/+91
2017-01-10re PR middle-end/77484 (Static branch predictor causes ~6-8% regression of SP...Jan Hubicka2-1/+6
2017-01-10compiler, runtime: drop size arguments to hash/equal functionsIan Lance Taylor19-488/+510
2017-01-10Daily bump.GCC Administrator1-1/+1
2017-01-09PR testsuite/79036 - gcc.dg/tree-ssa/builtin-sprintf.c fails starting with r2...Martin Sebor2-0/+15
2017-01-09expr.c (store_field): In the bitfield case...Eric Botcazou14-23/+219
2017-01-09re PR target/71017 (libgcc/config/i386/cpuinfo.c:346:17: runtime error: left ...Dominique d'Humieres2-1/+6
2017-01-09re PR tree-optimization/79007 (gcc.dg/tree-ssa/dse-points-to.c fails starting...Jeff Law2-3/+10
2017-01-09Implement P0195R2, C++17 variadic using.Jason Merrill7-13/+119
2017-01-09re PR translation/79019 (translatable string typo in cif-code.def:141)Jakub Jelinek44-80/+166
2017-01-09re PR testsuite/79026 (The tests changed by revision r244006 now fail on darwin)Dominique d'Humieres5-0/+12
2017-01-09re PR libgomp/60670 (omp.h may differ between multilibs)Francois-Xavier Coudert3-2/+8
2017-01-09re PR tree-optimization/78899 (Vestorized loop with optmized mask stores moti...Jakub Jelinek7-18/+201
2017-01-09PR bootstrap/79033 - asan.c not compiling with make BOOT_CFLAGS=-O0Martin Sebor2-1/+7
2017-01-09runtime: copy more of scheduler from Go 1.7 runtimeIan Lance Taylor16-1542/+1997
2017-01-09aarch64-cores.def: Add thunderx2t99.Andrew Pinski6-15/+36
2017-01-09Fix formating.Andrew Pinski1-2/+2
2017-01-09[PR 78365] Prudent type handling in IPA VR-propMartin Jambor6-42/+90
2017-01-09PR79017 workaround incomplete C99 math on darwinJonathan Wakely5-0/+87
2017-01-09* vi.po: Update.Joseph Myers2-10/+13
2017-01-09* da.po, es.po, sv.po, vi.po: Update.Joseph Myers5-1464/+723
2017-01-09re PR c++/78948 ([C++17] constexpr if instantiating too eagerly)Jakub Jelinek2-3/+7
2017-01-09Do not error when -E provided (PR pch/78970).Martin Liska2-1/+16
2017-01-09Define testsuite macro for correct thread_local destructorsJonathan Wakely3-4/+18
2017-01-09PR66414 optimize std::string::findJonathan Wakely2-7/+26
2017-01-09einfo.ads, einfo.adb: Remove uses of flags Has_Default_Init_Cond...Hristian Kirtchev20-1252/+2036
2017-01-09re PR tree-optimization/78938 (ICE in expand_vec_cond_expr, at optabs.c:5636 ...Jakub Jelinek4-19/+144
2017-01-09[tree-ssa-address] Avoid creating non-canonical RTL in gen_addr_rtxKyrylo Tkachov4-1/+40
2017-01-09re PR tree-optimization/78997 (ICE on valid code at -O3 on x86_64-linux-gnu: ...Richard Biener4-3/+119
2017-01-09re PR debug/79000 (ICE: in gen_member_die, at dwarf2out.c:23995)Richard Biener5-1/+47
2017-01-09invoke.texi (Option Summary): Correct spacing in option lists and add line br...Sandra Loosemore2-408/+415
2017-01-08re PR middle-end/17660 (manual's description of __attribute__((mode)) is poor...Sandra Loosemore2-0/+9
2017-01-08re PR other/16519 (-pthread undocumented)Sandra Loosemore3-17/+31
2017-01-09Daily bump.GCC Administrator1-1/+1
2017-01-08PR tree-optimization/78913 - Probably misleading error reported by -Wformat-l...Martin Sebor15-73/+304