aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-01-12Remove svn:executable property from a couple of text filesJakub Jelinek19-0/+0
2019-01-12Daily bump.GCC Administrator1-1/+1
2019-01-12PR libstdc++/88811 fix typo introduced in r266569Jonathan Wakely3-2/+103
2019-01-11Document C++20 library statusJonathan Wakely8-26/+1411
2019-01-11P0357R3 reference_wrapper for incomplete typesJonathan Wakely3-0/+53
2019-01-11P0972R0 <chrono> zero(), min(), and max() should be noexceptJonathan Wakely4-8/+99
2019-01-11re PR fortran/35031 (ELEMENTAL procedure with BIND(C))Steven G. Kargl4-3/+34
2019-01-11Fix location of __cpp_lib_erase_if macroJonathan Wakely2-1/+5
2019-01-11PR c++/88692, c++/87882 - -Wredundant-move false positive with *this.Marek Polacek5-2/+111
2019-01-11compiler: pad structs ending with zero-sized fieldIan Lance Taylor4-11/+46
2019-01-11PR c++/88312 - pack expansion of decltype.Jason Merrill3-0/+17
2019-01-11PR c++/88613 - ICE with use of const var in lambda.Jason Merrill4-2/+34
2019-01-11re PR middle-end/85956 (ICE in wide_int_to_tree_1, at tree.c:1549)Jakub Jelinek9-4/+112
2019-01-11PR C++/88114 Gen destructor of an abstract classTobias Burnus5-1/+71
2019-01-11re PR rtl-optimization/87305 (Segfault in end_hard_regno in setup_live_pseudo...Vladimir Makarov2-4/+15
2019-01-11re PR tree-optimization/88693 (Wrong code since r263018)Jakub Jelinek4-2/+69
2019-01-11re PR target/88777 (Out-of-range offsets building glibc test-tgmath2.c for hp...Alan Modra2-22/+29
2019-01-11* Makefile.in (PLUGIN_HEADERS): Add $(INSN_ATTR_H).Jakub Jelinek3-2/+6
2019-01-11Remove trailing whitespace from latest commit.Jakub Jelinek1-1/+1
2019-01-11aarch64.c (aarch64_simd_call_p): New function.Steve Ellcey28-57/+203
2019-01-11type_traits (__cpp_lib_is_constant_evaluated): Define.Jakub Jelinek3-0/+11
2019-01-11aarch64.c (aarch64_simd_call_p): New function.Steve Ellcey8-1/+91
2019-01-11PR libstdc++/88802 define std::hash<nullptr_t> for C++17Jonathan Wakely3-0/+52
2019-01-11Fix arm testism regression.Tamar Christina2-1/+7
2019-01-11Better distinguish OpenACC and OpenMP sections in libgomp.texiThomas Schwinge2-7/+15
2019-01-11Add a testcase (PR middle-end/88758).Martin Liska3-0/+22
2019-01-11re PR bootstrap/88714 (bootstrap comparison failure on armv7l since r265398)Jakub Jelinek2-2/+8
2019-01-11[nvptx] Don't allow vector_length 64 with num_workers 16Tom de Vries4-0/+48
2019-01-11[nvptx] Move PTX_CTA_SIZE upTom de Vries2-5/+10
2019-01-11[libgomp, testsuite, openacc] Remove -foffload=-w in reduction-[1-5].cTom de Vries6-15/+9
2019-01-11[nvptx, testsuite, openacc, libgomp] Add insufficient-resources.cTom de Vries2-0/+26
2019-01-11PR libstdc++/88125 remove duplicate entry in linker scriptJonathan Wakely2-4/+4
2019-01-11x86-64: {,V}CVT{,U}SI2Sx are ambiguous without suffixJan Beulich16-19/+50
2019-01-11Fix incorrect linker script patternsJonathan Wakely2-2/+9
2019-01-11re PR rtl-optimization/88296 (Infinite loop in lra_split_hard_reg_for)Jakub Jelinek2-0/+71
2019-01-11decl.c (start_decl): Improve error location.Paolo Carlini5-3/+25
2019-01-11re PR fortran/59345 (_gfortran_internal_pack on compiler generated temps)Thomas Koenig4-0/+26
2019-01-11Daily bump.GCC Administrator1-1/+1
2019-01-11re PR target/88785 (ICE in as_a, at machmode.h:353)Jakub Jelinek4-7/+242
2019-01-10gcc/ChangeLog:Tamar Christina2-4/+10
2019-01-10re PR rtl-optimization/87305 (Segfault in end_hard_regno in setup_live_pseudo...Vladimir Makarov5-9/+82
2019-01-10re PR tree-optimization/88792 (wrong-code in RPO VN since r263875)Richard Biener4-1/+44
2019-01-10re PR fortran/86322 (ICE in reference_record with data statement)Steven G. Kargl6-1/+76
2019-01-10[Committed, AArch64] Disable tests for ilp32.Sudakshina Das4-0/+9
2019-01-10re PR middle-end/84877 (Local stack copy of BLKmode parameter on the stack is...Jakub Jelinek2-57/+31
2019-01-10Fix filesystem::last_write_time failure with 32-bit time_tJonathan Wakely2-1/+18
2019-01-10Define __cpp_lib_erase_if feature test macroJonathan Wakely16-0/+83
2019-01-10Check AI_NUMERICSERV is defined before using itJonathan Wakely4-1/+19
2019-01-10Implement LWG 2221: formatted output operator for nullptrVille Voutilainen7-6/+84
2019-01-10Add testcase from PR71959Nathan Sidwell3-0/+73