aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp
AgeCommit message (Expand)AuthorFilesLines
2020-09-21c++: ts_lambda is not neededNathan Sidwell3-21/+15
2020-09-21c++: Detect deduction guide redeclaration [PR97099]Marek Polacek1-6/+14
2020-09-20Daily bump.GCC Administrator1-0/+52
2020-09-19Move loop and switch tree data structures from cp/ to c-family/.Sandra Loosemore6-570/+84
2020-09-19c++: Fix self-mapping in map_arguments [PR96531, PR97103]Patrick Palka2-18/+29
2020-09-19c++: std::is_constant_evaluated inside constraint [PR97051]Patrick Palka1-1/+2
2020-09-19Daily bump.GCC Administrator1-0/+10
2020-09-18c++: Fix bootstrap failure. [PR97118]Jason Merrill1-1/+2
2020-09-17c++: Layout decls with newly-complete type.Jason Merrill1-2/+2
2020-09-18Daily bump.GCC Administrator1-0/+15
2020-09-17c++: requires-expressions and partial instantiation [PR96410]Patrick Palka3-9/+37
2020-09-17Daily bump.GCC Administrator1-0/+25
2020-09-16c++: local-scope OMP UDR reductions have no template headNathan Sidwell3-33/+41
2020-09-16c++: Avoid confusing 'nested' nameNathan Sidwell1-9/+7
2020-09-16c++: Break out actual instantiation from instantiate_declNathan Sidwell1-148/+157
2020-09-16Daily bump.GCC Administrator1-0/+13
2020-09-15c++: Partially revert: local externs in templates do not get template headNathan Sidwell1-5/+9
2020-09-15OpenMP/Fortran: Fix (re)mapping of allocatable/pointer arrays [PR96668]Tobias Burnus3-4/+4
2020-09-15Daily bump.GCC Administrator1-0/+12
2020-09-14c++: Use VAR_OR_FUNCTION_DECL_P.Marek Polacek1-2/+1
2020-09-14c++: local externs in templates do not get template headNathan Sidwell1-20/+27
2020-09-12Daily bump.GCC Administrator1-0/+28
2020-09-11c++: Concepts and local externsNathan Sidwell1-4/+9
2020-09-11objc++: Always pop scope with method definitions [PR97015]Nathan Sidwell1-35/+26
2020-09-11c++: Remove LOOKUP_CONSTINIT.Marek Polacek6-29/+19
2020-09-11Daily bump.GCC Administrator1-0/+30
2020-09-10c++: TINFO_VAR_DECLARED_CONSTINIT -> DECL_DECLARED_CONSTINIT_PNathan Sidwell3-28/+11
2020-09-10c++: DECL_LOCAL_FUNCTION_P -> DECL_LOCAL_DECL_PNathan Sidwell7-51/+35
2020-09-10Daily bump.GCC Administrator1-0/+37
2020-09-09c++: Further tweaks for new-expression and paren-init [PR77841]Marek Polacek2-32/+34
2020-09-09c++: Fix ICE in reshape_init with init-list [PR95164]Marek Polacek1-1/+1
2020-09-09c++: omp reduction cleanupsNathan Sidwell2-12/+19
2020-09-09c++: Fix resolving the address of overloaded pmf [PR96647]Patrick Palka3-2/+15
2020-09-05Daily bump.GCC Administrator1-0/+4
2020-09-04c++: Use iloc_sentinel in mark_use.Jason Merrill1-3/+1
2020-09-04Daily bump.GCC Administrator1-0/+22
2020-09-03c++: Fix another PCH hash_map issue [PR96901]Jakub Jelinek1-1/+1
2020-09-03c++: Fix P0960 in member init list and array [PR92812]Marek Polacek3-36/+53
2020-09-03c++: Disable -frounding-math during manifestly constant evaluation [PR96862]Jakub Jelinek1-0/+2
2020-09-02Daily bump.GCC Administrator1-0/+11
2020-09-01c++: Allow new char[4]{"foo"} [PR77841]Marek Polacek1-0/+6
2020-09-01openmp: Check for PARM_DECL before using C_ARRAY_PARAMETER or DECL_ARRAY_PARA...Jakub Jelinek1-1/+1
2020-09-01Daily bump.GCC Administrator1-0/+17
2020-08-31c++: Implement P1009: Array size deduction in new-expressions.Marek Polacek4-9/+67
2020-08-28Daily bump.GCC Administrator1-0/+11
2020-08-27vec: add exact argument for various grow functions.Martin Liska6-8/+9
2020-08-27Daily bump.GCC Administrator1-0/+12
2020-08-26c++: template operator lookup cachingNathan Sidwell2-40/+65
2020-08-26Daily bump.GCC Administrator1-0/+23
2020-08-25OpenMP: Improve map-clause error message for array function parameter (PR96678)Tobias Burnus1-2/+7