index
:
riscv-gnu-toolchain/gcc.git
devel/analyzer
devel/autopar_devel
devel/autopar_europar_2021
devel/bypass-asm
devel/c++-contracts
devel/c++-coroutines
devel/c++-modules
devel/c++-name-lookup
devel/coarray_native
devel/existing-fp8
devel/fortran_unsigned
devel/gccgo
devel/gfortran-caf
devel/gimple-linterchange
devel/gomp-5_0-branch
devel/icpp2021
devel/ira-select
devel/ix86/evex512
devel/jlaw/crc
devel/loop-unswitch-support-switches
devel/lto-offload
devel/m2link
devel/modula-2
devel/mold-lto-plugin
devel/mold-lto-plugin-v2
devel/nothrow-detection
devel/omp/gcc-10
devel/omp/gcc-11
devel/omp/gcc-12
devel/omp/gcc-13
devel/omp/gcc-14
devel/omp/gcc-9
devel/omp/ompd
devel/power-ieee128
devel/range-gen3
devel/ranger
devel/rust/master
devel/sh-lra
devel/sphinx
devel/ssa-range
devel/subreg-coalesce
devel/unified-autovect
master
releases/egcs-1.0
releases/egcs-1.1
releases/gcc-10
releases/gcc-11
releases/gcc-12
releases/gcc-13
releases/gcc-14
releases/gcc-2.95
releases/gcc-2.95.2.1-branch
releases/gcc-3.0
releases/gcc-3.1
releases/gcc-3.2
releases/gcc-3.3
releases/gcc-3.4
releases/gcc-4.0
releases/gcc-4.1
releases/gcc-4.2
releases/gcc-4.3
releases/gcc-4.4
releases/gcc-4.5
releases/gcc-4.6
releases/gcc-4.7
releases/gcc-4.8
releases/gcc-4.9
releases/gcc-5
releases/gcc-6
releases/gcc-7
releases/gcc-8
releases/gcc-9
releases/libgcj-2.95
trunk
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
gcc
/
cp
/
parser.c
Age
Commit message (
Expand
)
Author
Files
Lines
2020-02-07
c++: Fix ICE on nonsense requires-clause.
Jason Merrill
1
-10
/
+7
2020-01-31
c++: Reduce memory consumption for large static arrays.
Jason Merrill
1
-0
/
+18
2020-01-29
c++: Fix attributes with lambda and trailing return type.
Jason Merrill
1
-1
/
+16
2020-01-28
c++: Fix return deduction of lambda in discarded stmt.
Jason Merrill
1
-0
/
+6
2020-01-23
Fix "PR c++/92804 ICE trying to use concept as a nested-name-specifier"
Paolo Carlini
1
-6
/
+17
2020-01-22
PR c++/92907 - noexcept does not consider "const" in member functions.
Marek Polacek
1
-20
/
+35
2020-01-22
Fix a couple of memory leaks in the C++ frontend
Patrick Palka
1
-0
/
+1
2020-01-19
PR c++/33799 - destroy return value, take 2.
Jason Merrill
1
-0
/
+4
2020-01-19
Simplify lambda parsing.
Jason Merrill
1
-16
/
+4
2020-01-18
[C++ coroutines] Initial implementation.
Iain Sandoe
1
-6
/
+83
2020-01-17
c++: Fix deprecated attribute handling on templates (PR c++/93228)
Jakub Jelinek
1
-1
/
+11
2020-01-15
Fix "PR c++/91073 if constexpr no longer works directly with Concepts."
Paolo Carlini
1
-10
/
+16
2020-01-10
OpenACC – support "if" + "if_present" clauses with "host_data"
Tobias Burnus
1
-1
/
+3
2020-01-07
init.c (build_new): Add location_t parameter and use it throughout.
Paolo Carlini
1
-4
/
+2
2020-01-06
PR c++/92739 - parsing requires clause with attributes.
Andrew Sutton
1
-0
/
+8
2020-01-05
re PR c++/93138 (elaborated type specifier visibility check problem)
Jakub Jelinek
1
-2
/
+8
2020-01-01
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2019-12-30
decl2.c (delete_sanity): Add location_t parameter and use it throughout.
Paolo Carlini
1
-2
/
+1
2019-12-26
re PR c++/92438 (Function declaration parsed incorrectly with `-std=c++1z`)
Jakub Jelinek
1
-1
/
+16
2019-12-20
OpenACC 2.6 deep copy: C and C++ front-end parts
Julian Brown
1
-9
/
+47
2019-12-19
Add OpenACC 2.6's no_create
Julian Brown
1
-3
/
+19
2019-12-18
typeck.c (cxx_sizeof_or_alignof_type): Add location_t parameter and use it th...
Paolo Carlini
1
-15
/
+15
2019-12-18
PR c++/12333 - X::~X() with implicit this->.
Jason Merrill
1
-0
/
+5
2019-12-17
PR c++/61339 - add warning for mismatch between struct and class
Martin Sebor
1
-12
/
+423
2019-12-11
PR c++/92105 - decltype(decltype) error cascade.
Jason Merrill
1
-9
/
+23
2019-12-09
typeck.c (check_for_casting_away_constness): Add location_t parameter and use...
Paolo Carlini
1
-18
/
+20
2019-12-06
parser.c (cp_parser_diagnose_invalid_type_name): Mention that concept is also...
Jakub Jelinek
1
-1
/
+2
2019-12-05
typeck2.c (build_functional_cast): Add location_t parameter and use it.
Paolo Carlini
1
-8
/
+10
2019-12-04
Remove stray comma in primary_constraint_error.
Marek Polacek
1
-1
/
+1
2019-11-29
re PR c++/60228 (ICE using lambda in #pragma omp declare reduction)
Jakub Jelinek
1
-0
/
+4
2019-11-27
Implement P1814R0, CTAD for alias templates.
Jason Merrill
1
-2
/
+1
2019-11-27
Fix constrained alias template transparency.
Jason Merrill
1
-8
/
+0
2019-11-27
re PR c++/92439 ([concepts] trunk crashes on constraint satisfaction failure)
Andrew Sutton
1
-99
/
+177
2019-11-26
re PR c++/92648 (Handling of unknown attributes)
Jakub Jelinek
1
-1
/
+10
2019-11-21
PR c++/92450 - ICE with invalid nested name specifier.
Marek Polacek
1
-3
/
+4
2019-11-21
re PR c++/90842 (ICE in poplevel, at cp/decl.c:585)
Jakub Jelinek
1
-0
/
+10
2019-11-14
c-parser.c (c_parser_omp_context_selector): Don't require score argument to f...
Jakub Jelinek
1
-3
/
+8
2019-11-14
omp-general.c (omp_context_name_list_prop): New function.
Jakub Jelinek
1
-12
/
+37
2019-11-12
Add OpenACC 2.6 `serial' construct support
Maciej W. Rozycki
1
-5
/
+30
2019-11-08
PR c++/92215 - flawed diagnostic for bit-field with non-integral type.
Marek Polacek
1
-0
/
+25
2019-11-06
Use satisfaction with nested requirements.
Jason Merrill
1
-11
/
+0
2019-11-06
Fix parser to recognize operator?:
Matthias Kretz
1
-0
/
+9
2019-11-05
Implement C++20 operator<=>.
Jason Merrill
1
-0
/
+7
2019-11-05
Various small C++ changes.
Jason Merrill
1
-3
/
+2
2019-11-05
[PR c++/92370] ICE with VC marker
Nathan Sidwell
1
-2
/
+6
2019-11-02
re PR c++/89640 (g++ chokes on lambda with __attribute__)
Jakub Jelinek
1
-1
/
+2
2019-11-02
PR c++/88335 - Implement P1073R3: Immediate functions
Jakub Jelinek
1
-6
/
+53
2019-10-30
PR c++/84810 - constraints on lambdas
Jeff Chapman II
1
-2
/
+19
2019-10-30
cp-tree.h (omp_declare_variant_finalize, [...]): Declare.
Jakub Jelinek
1
-16
/
+50
2019-10-28
[C++ PATCH] simplify deferred parsing lexer
Nathan Sidwell
1
-45
/
+28
[next]