aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-05-05Add -fmetric-vect to dump vect metric files.linaro-local/vect-metric/releases/gcc-11linaro-local/vect-metric-branchPrathamesh Kulkarni
2021-03-08Daily bump.GCC Administrator
2021-03-07i386: Fix some -mavx512vl -mno-avx512bw bugs [PR99321]Jakub Jelinek
2021-03-07Daily bump.GCC Administrator
2021-03-06c++: Fix constexpr evaluation of pre-increment when !lval [PR99287]Patrick Palka
2021-03-06middle-end: Pretty-print address space of aggregatesJulian Brown
2021-03-06d: Don't set default flag_complex_method.Iain Buclaw
2021-03-06libgcov: Fix build on Darwin [PR99406]Jakub Jelinek
2021-03-06libstdc++: Improve std::rot[lr] [PR99396]Jakub Jelinek
2021-03-06c++: Fix tsubsting member variable template-id [PR96330]Patrick Palka
2021-03-06c++: adc_unify deduction with constrained auto [PR99365]Patrick Palka
2021-03-06cris: don't define MAX_FIXED_MODE_SIZEHans-Peter Nilsson
2021-03-06gcc.target/cris/pr93372-1.c: Adjust expectations for eliminated stack-frameHans-Peter Nilsson
2021-03-06Daily bump.GCC Administrator
2021-03-05c++: Pointer-to-member fn conversion with noexcept [PR99374]Marek Polacek
2021-03-05c++: ICE with -Wshadow and enumerator in template [PR99120]Marek Polacek
2021-03-05testsuite: Update testcase for PR96078 fix [PR99363]Jason Merrill
2021-03-05openmp: Avoid ICEs due to orphaned labels in OpenMP regions [PR99322]Jakub Jelinek
2021-03-05c++: Duplicate namespace bindings [PR 99245]Nathan Sidwell
2021-03-05PR libfortran/99218 - matmul on temporary array accesses invalid memoryHarald Anlauf
2021-03-05c++: Local instantiations of imported specializations [PR 99377]Nathan Sidwell
2021-03-05coroutines : Adjust constraints on when to build ctors [PR98118].Iain Sandoe
2021-03-05coroutines : Do not accept throwing final await expressions [PR95616].Iain Sandoe
2021-03-05coroutines : Handle exceptions throw before the first await_resume() [PR95615].Iain Sandoe
2021-03-05[PR99378] LRA: Skip decomposing address for asm insn operand with unknown con...Vladimir N. Makarov
2021-03-05ipa: Fix resolving speculations through cgraph_edge::set_call_stmtMartin Jambor
2021-03-05c++: instantiating imported specializations [PR 99389]Nathan Sidwell
2021-03-05Fix build breakage with latest glibc releaseEric Botcazou
2021-03-05Fix oversight in support for forward declarationsEric Botcazou
2021-03-05Fix undefined behavior spotted by the sanitizerEric Botcazou
2021-03-05OpenACC: C/C++ - fix async parsing [PR99137]Tobias Burnus
2021-03-05Fortran: Follow fixes to -freal-{4,8}-real* handling [PR99355,PR57871]Tobias Burnus
2021-03-05gcc.dg/debug/dwarf2/stacked-qualified-types-3.c: xfail for crisHans-Peter Nilsson
2021-03-05Daily bump.GCC Administrator
2021-03-04Darwin, testsuite : Prune 'object file not found for object'.Iain Sandoe
2021-03-04expand: Fix ICE in store_bit_field_using_insv [PR93235]Jakub Jelinek
2021-03-04Handle ERROR_MARK in direct_abstract_declaratorRichard Biener
2021-03-04profiling: fix streaming of TOPN countersMartin Liska
2021-03-04c++: Fix up [[nodiscard]] on ctors on targetm.cxx.cdtor_returns_this targets ...Jakub Jelinek
2021-03-04c-ppoutput: Fix preprocessing ICE on very large line number [PR99325]Jakub Jelinek
2021-03-04aarch64: Add missing error_mark_node check [PR99381]Alex Coplan
2021-03-04c++: Post-pending redesign cleanup [PR 99170]Nathan Sidwell
2021-03-04Add input_modes parameter to TARGET_MD_ASM_ADJUST hookIlya Leoshkevich
2021-03-04IBM Z: Compile mul-signed-overflow tests on old machinesIlya Leoshkevich
2021-03-04c++: Redesign pending entity handling [PR 99170]Nathan Sidwell
2021-03-04gcov: call mmap MAP_ANONYMOUS with fd equal to -1Martin Liska
2021-03-04middle-end/97855 - avoid recursing into pp_printfRichard Biener
2021-03-04libstdc++: Fix buffer overflows in tests [PR 99382]Jonathan Wakely
2021-03-04libgomp: Use sizeof(void*) based checks instead of looking through $CC $CFLAG...Jakub Jelinek
2021-03-04Fortran: Fix -freal-{4,8}-real* handling [PR99355]Tobias Burnus