aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-04-24Darwin : Adjust darwin_binds_local_p for PIC code [PR100152].Iain Sandoe1-4/+13
2021-04-24Adjust guality xfails for aarch64*-*-*Richard Sandiford23-51/+53
2021-04-24Add dg-final option-based target selectorsRichard Sandiford5-15/+107
2021-04-24c++: do_class_deduction and dependent init [PR93383]Patrick Palka6-2/+94
2021-04-24c++: Hard error with tentative parse and CTAD [PR87709]Patrick Palka2-4/+23
2021-04-24Daily bump.GCC Administrator7-1/+200
2021-04-23Fix logic error in 32-bit trampolines.Michael Meissner2-4/+30
2021-04-23bpf: allow BSS symbols to be global symbolsYiFei Zhu1-3/+9
2021-04-23bpf: align function entry point to 64 bitsYiFei Zhu1-2/+2
2021-04-23i386: Reject -m96bit-long-double for 64bit targets [PR100041]Uros Bizjak3-30/+4
2021-04-23Remove not feasible FIXMEMartin Liska1-2/+0
2021-04-23MAINTAINERS: Add myself for write after approvalDavid Faust1-0/+1
2021-04-23i386: Fix atomic FP peepholes [PR100182]Uros Bizjak4-10/+48
2021-04-23early-remat.c: Fix new/delete mismatch [PR100230]Alex Coplan1-1/+1
2021-04-23libstdc++: Allow net::io_context to compile without <poll.h> [PR 100180]Jonathan Wakely1-2/+13
2021-04-23libstdc++: Clarify argument to net::io_context::async_waitJonathan Wakely2-11/+14
2021-04-23libstdc++ Simplify definition of net::socket_base constantsJonathan Wakely3-30/+173
2021-04-23c++: Fix pretty printing pointer to function type [PR98767]Patrick Palka2-19/+45
2021-04-23c++: Refine enum direct-list-initialization [CWG2374]Patrick Palka2-1/+15
2021-04-23VEC_COND_EXPR code cleanupRichard Biener4-25/+20
2021-04-23First do add_noreturn_fake_exit_edges in connect_infinite_loops_to_exitRichard Biener4-7/+7
2021-04-23tree-optimization/100222 - remove redundant mark_irreducible_loops callsRichard Biener1-4/+0
2021-04-23Avoid more temporaries in IVOPTsRichard Biener1-6/+7
2021-04-23c++: Use STATIC_ASSERT for OVL_OP_MAX.Martin Liska2-2/+3
2021-04-23tree-optimization/99971 - improve BB vect dependence analysisRichard Biener2-7/+47
2021-04-23MASK_AVX256_SPLIT_UNALIGNED_STORE/LOAD should be cleared in opts->x_target_fl...liuhongt2-0/+19
2021-04-23Daily bump.GCC Administrator8-1/+173
2021-04-22aix: Switch AIX configurtion to DWARF2 debuggingDavid Edelsohn2-4/+4
2021-04-22aix: Remove AIX 6.1 support.David Edelsohn3-224/+1
2021-04-22aix: delete AIX pre-PowerPC version of atomicity.hDavid Edelsohn1-56/+0
2021-04-22c++: Add testcase for already fixed PR [PR94508]Patrick Palka1-0/+9
2021-04-22c++: Add testcase for already fixed PR [PR77435]Patrick Palka1-0/+7
2021-04-22c++: Prevent bogus -Wtype-limits warning with NTTP [PR100161]Marek Polacek2-9/+32
2021-04-22c++: Add testcase for already fixed PR [PR84689]Patrick Palka1-0/+20
2021-04-22c++: Add testcase for already fixed PR [PR16617]Patrick Palka1-0/+25
2021-04-22testsuite/substr_{9,10}.f90: Move to gfortran.dg/Tobias Burnus2-0/+0
2021-04-22libstdc++: Fix semaphore to work with system_clock timeoutsJonathan Wakely3-13/+13
2021-04-22libstdc++: Add options for libatomic to testJonathan Wakely1-0/+1
2021-04-22libstdc++: Fix typo in commentJonathan Wakely1-1/+1
2021-04-22libstdc++: Reject std::make_shared<T[]> [PR 99006]Jonathan Wakely3-0/+13
2021-04-22Fix various typos.Martin Liska12-18/+18
2021-04-22libstdc++: Fix "bare" notifications dropped by waiters checkThomas Rodgers1-6/+6
2021-04-22i386: Fix unsigned int -> double conversion on i386 w/ -mfpmath=sse [PR100119]Uros Bizjak2-0/+35
2021-04-22libstdc++: Add workaround for ia32 floating atomics miscompilations [PR100184]Jakub Jelinek2-0/+2
2021-04-22libstdc++: Remove #error from <semaphore> implementation [PR 100179]Jonathan Wakely2-4/+4
2021-04-22testsuite/aarch64: Run pr99988.c test under lp64 onlyChristophe Lyon1-1/+1
2021-04-22gfortran.dg/pr68078.f90: Avoid increasing RLIMIT_ASTobias Burnus1-1/+12
2021-04-22testsuite/100176 - fix struct-layout-1_generate.c compileRichard Biener1-0/+2
2021-04-22Avoid -latomic for amdgcn offloadingRichard Biener1-1/+1
2021-04-21Fix Fortran rounding issues, PR fortran/96983.Michael Meissner1-18/+8