summaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)Author
2022-07-06c-family: Add <time.h> names to diagnostics for known headersJonathan Wakely
2022-07-06c-family: Prevent -Wformat warnings with u8 strings [PR105626]Marek Polacek
2022-07-06Daily bump.GCC Administrator
2022-07-05Daily bump.GCC Administrator
2022-07-04Don't use gori depedencies to optimize.Andrew MacLeod
2022-07-04d: Fix error: aggregate value used where floating point was expectedIain Buclaw
2022-07-04PR target/105991: Recognize PLUS and XOR forms of rldimi in rs6000.md.Roger Sayle
2022-07-04loongarch: use -mno-check-zero-division as the default for optimized codeXi Ruoyao
2022-07-04Daily bump.GCC Administrator
2022-07-03Fortran: error recovery on invalid CLASS(), PARAMETER declarations [PR105243]Harald Anlauf
2022-07-03Fortran: improve error recovery for EXTENDS_TYPE_OF() [PR106121]Harald Anlauf
2022-07-03PR target/106122: Don't update %esp via the stack with -Oz on x86.Roger Sayle
2022-07-03Daily bump.GCC Administrator
2022-07-02jit: avoid calloc() poisoning on musl [PR106102]Sergei Trofimovich
2022-07-02c++: avoid <memory> poisoning on musl [PR106102]Sergei Trofimovich
2022-07-02Daily bump.GCC Administrator
2022-07-01c++: simpler fix for PR106024Jason Merrill
2022-07-01Fix ICE on shVladimir Makarov
2022-07-01c++: lambda template in requires [PR105541]Jason Merrill
2022-07-01c++: tweak resolve_args changeJason Merrill
2022-07-01c++: dependent generic lambda template-id [PR106024]Jason Merrill
2022-07-01Daily bump.GCC Administrator
2022-06-30Fortran: handle explicit-shape specs with constant bounds [PR105954]Harald Anlauf
2022-06-30Fortran: fix simplification of INDEX(str1,str2) [PR105691]Harald Anlauf
2022-06-30Fortran: fix checking of arguments to UNPACK when MASK is a variable [PR105813]Harald Anlauf
2022-06-30Daily bump.GCC Administrator
2022-06-29bootstrap/105551 - restore nvptx buildRichard Biener
2022-06-29LoongArch: Remove undefined behavior from code [PR 106097]Lulu Cheng
2022-06-29Daily bump.GCC Administrator
2022-06-28ifcvt: Don't introduce trapping or faulting reads in noce_try_sign_mask [PR10...Jakub Jelinek
2022-06-28expand: Fix up expand_cond_expr_using_cmove [PR106030]Jakub Jelinek
2022-06-28loongarch: exclude LARCH_PROLOGUE_TEMP from SIBCALL_REGS [PR 106096]Xi Ruoyao
2022-06-28Daily bump.GCC Administrator
2022-06-27Daily bump.GCC Administrator
2022-06-26Daily bump.GCC Administrator
2022-06-25Daily bump.GCC Administrator
2022-06-24tilegx: Fix infinite loop in gen-mul-tables generatorIain Buclaw
2022-06-23c++: constexpr folding in unevaluated context [PR105931]Patrick Palka
2022-06-24Daily bump.GCC Administrator
2022-06-23c++: anon union designated init [PR105925]Jason Merrill
2022-06-23c++: -Waddress and value-dependent expr [PR105885]Jason Merrill
2022-06-23ipa-icf: skip variables with body_removedMartin Liska
2022-06-23tree-object-size: Don't let error_mark_node escape for ADDR_EXPR [PR105736]Siddhesh Poyarekar
2022-06-22c++: dependence of baselink [PR105964]Jason Merrill
2022-06-22c++: class scope function lookup [PR105908]Jason Merrill
2022-06-22aarch64: Revert bogus fix for PR105254Richard Sandiford
2022-06-22vect: Move suggested_unroll_factor applying [PR105940]Kewen Lin
2022-06-23Daily bump.GCC Administrator
2022-06-22Daily bump.GCC Administrator
2022-06-21i386: Disallow sibcall for calling ifunc functions with PIC registerH.J. Lu