aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp
AgeCommit message (Expand)AuthorFilesLines
2021-08-28Daily bump.GCC Administrator1-0/+5
2021-08-27c++: Set type on dependent ARROW_EXPRJason Merrill1-3/+9
2021-08-26Daily bump.GCC Administrator1-0/+12
2021-08-25Fix PR c++/66590: incorrect warning "reaches end of non-void function" for sw...Andrew Pinski1-0/+9
2021-08-25c++: Fix up value initialization of structs with zero width bitfields [PR102019]Jakub Jelinek1-0/+5
2021-08-24Daily bump.GCC Administrator1-0/+5
2021-08-23openmp: Add support for strict modifier on grainsize/num_tasks clausesJakub Jelinek1-2/+36
2021-08-21Daily bump.GCC Administrator1-0/+13
2021-08-20openmp: Implement the error directiveJakub Jelinek1-3/+204
2021-08-20openmp: Diagnose some superfluous commas in OpenMP parsingJakub Jelinek1-3/+10
2021-08-20Daily bump.GCC Administrator1-0/+16
2021-08-19c++: Fix PR number in testcase [PR101803]Patrick Palka1-2/+2
2021-08-19Fix PR number for r12-2991 in ChangeLogsPatrick Palka1-1/+1
2021-08-19openmp: Fix ICE on requires clause with atomic_default_mem_order (Jakub Jelinek1-3/+12
2021-08-19openmp: For C++ ensure nothing directive has no operandsJakub Jelinek1-1/+1
2021-08-19Daily bump.GCC Administrator1-0/+39
2021-08-18c++: aggregate CTAD and brace elision [PR101344]Patrick Palka3-10/+21
2021-08-18c++: ignore explicit dguides during NTTP CTAD [PR101883]Patrick Palka1-1/+2
2021-08-18openmp: Add nothing directive supportJakub Jelinek1-0/+14
2021-08-18openmp: Actually ignore pragma_stmt pragmas for which c_parser_pragma returns...Jakub Jelinek1-25/+37
2021-08-18Daily bump.GCC Administrator1-0/+41
2021-08-17c++: Implement P0466R5 __cpp_lib_is_layout_compatible compiler helpers [PR101...Jakub Jelinek12-30/+489
2021-08-17openmp: Implement OpenMP 5.1 scope constructJakub Jelinek2-0/+29
2021-08-13Daily bump.GCC Administrator1-0/+81
2021-08-12openmp: Add support for OpenMP 5.1 masked constructJakub Jelinek3-2/+165
2021-08-12c++: fix ptrmemfunc template instantiation [PR101219]Sergei Trofimovich1-1/+7
2021-08-12OpenMP 5.1: Add proc-bind 'primary' supportTobias Burnus1-2/+5
2021-08-12openmp: Diagnose syntax mismatches between declare target and end declare targetJakub Jelinek4-9/+28
2021-08-12openmp: Diagnose another case of mixing parameter and attribute syntaxJakub Jelinek1-0/+15
2021-08-12c++: Fix ICE on defaulted spaceship with pointer return type [PR94162]Jakub Jelinek1-0/+2
2021-08-12openmp: Diagnose omp::directive/sequence on using-directiveJakub Jelinek1-0/+11
2021-08-12c++: Fix up parsing of attributes for using-directiveJakub Jelinek1-5/+26
2021-08-11c++: constexpr std::construct_at on empty field [PR101663]Patrick Palka1-2/+2
2021-08-12Daily bump.GCC Administrator1-0/+37
2021-08-11c++: parameterized requires-expr as default argument [PR101725]Patrick Palka4-3/+17
2021-08-11c++: Optimize constinit thread_local vars [PR101786]Jakub Jelinek1-0/+6
2021-08-11c++: recognize class-scope non-template dguides [PR79501]Patrick Palka1-19/+44
2021-08-11c++: most vexing parse and braced CTAD [PR89062]Patrick Palka1-4/+13
2021-08-11Daily bump.GCC Administrator1-0/+42
2021-08-10openmp: Fix up cp/parser.c build with GCC 4.8 to 6Jakub Jelinek1-2/+2
2021-08-10openmp: Add support for declare simd and declare variant in a attribute syntaxJakub Jelinek2-25/+401
2021-08-07Daily bump.GCC Administrator1-0/+5
2021-08-06middle-end/AArch64: Fix bootstrap after vec changesTamar Christina2-2/+2
2021-08-05Daily bump.GCC Administrator1-0/+6
2021-08-04c++: Fix up #pragma omp declare {simd,variant} and acc routine parsingJakub Jelinek1-0/+2
2021-08-03Daily bump.GCC Administrator1-0/+90
2021-08-02c++: Improve memory usage of subsumption [PR100828]Patrick Palka1-83/+35
2021-07-31c++: ICE on anon struct with base [PR96636]Jason Merrill1-1/+5
2021-07-31c++: pretty-print TYPE_PACK_EXPANSION betterJason Merrill1-0/+1
2021-07-31openmp: Handle OpenMP directives in attribute syntax in attribute-declarationJakub Jelinek1-0/+19