aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp
AgeCommit message (Expand)AuthorFilesLines
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
2020-08-25c++: Fix up ptr.~PTR () handling [PR96721]Jakub Jelinek3-5/+8
2020-08-24c++: Emit as-base 'tor symbols for final class. [PR95428]Jason Merrill1-8/+2
2020-08-25Daily bump.GCC Administrator1-0/+4
2020-08-24c++: overload dumperNathan Sidwell1-0/+16
2020-08-20Daily bump.GCC Administrator1-0/+12
2020-08-19c++: Check satisfaction before non-dep convs. [CWG2369]Jason Merrill3-10/+39
2020-08-19Daily bump.GCC Administrator1-0/+29
2020-08-18c++: alias template template_info settingNathan Sidwell2-8/+25
2020-08-18c++: Rewrite members for all deduction guides. [PR96199]Jason Merrill3-4/+33
2020-08-18c++: Handle enumerator in C++20 alias CTAD. [PR96199]Jason Merrill1-0/+43
2020-08-18c++: Move hidden-lambda entity lookup checkingNathan Sidwell1-12/+10
2020-08-15Daily bump.GCC Administrator1-0/+123
2020-08-14c++: Final bit of name-lookup api simplificationNathan Sidwell6-52/+41
2020-08-14c++: Yet more name-lookup api simplificationNathan Sidwell8-60/+53
2020-08-14c++: Copy elision and [[no_unique_address]]. [PR93711]Jason Merrill4-19/+42
2020-08-14c++: More simplification of name_lookup apiNathan Sidwell11-143/+139