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/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
2017-10-13
C++: show location of unclosed extern "C" specifications
David Malcolm
1
-1
/
+38
2017-10-12
C/C++: add fix-it hints for various missing symbols
David Malcolm
1
-3
/
+48
2017-10-12
C++: avoid partial duplicate implementation of cp_parser_error
David Malcolm
1
-74
/
+95
2017-10-10
More delayed lambda capture fixes.
Jason Merrill
1
-0
/
+2
2017-10-06
re PR c++/47791 (finish function is using literal value instead of a #defined...
Paolo Carlini
1
-41
/
+23
2017-10-05
Re: [PATCH] C++ warning on vexing parse
Nathan Sidwell
1
-0
/
+23
2017-10-04
re PR c++/71946 (asm in toplevel lambda function rejected)
Paolo Carlini
1
-0
/
+3
2017-09-29
P0683R1 - default member initializers for bit-fields
Jakub Jelinek
1
-27
/
+69
2017-09-29
parser.c (cp_parser_member_declaration): Parse attributes before colon of a b...
Jakub Jelinek
1
-11
/
+44
2017-09-28
Use local_specializations to find capture proxies.
Jason Merrill
1
-0
/
+2
2017-09-28
Small lambda fixes.
Jason Merrill
1
-1
/
+1
2017-09-22
C++: underline parameters in mismatching function calls
David Malcolm
1
-1
/
+31
2017-09-20
P0409R2 - allow lambda capture [=, this]
Jakub Jelinek
1
-1
/
+2
2017-09-15
invoke.texi: Document -std=c++17 and -std=gnu++17 and document c++1z and gnu+...
Jakub Jelinek
1
-40
/
+40
2017-09-01
re PR c/81887 (pragma omp ordered simd ignored under -fopenmp-simd)
Jakub Jelinek
1
-0
/
+10
2017-08-29
PR c++/81236 - ICE with template-id in generic lambda
Jason Merrill
1
-27
/
+3
2017-08-29
Reimplement handling of lambdas in templates.
Jason Merrill
1
-80
/
+2
2017-08-29
Remove unnecessary LAMBDA_EXPR fields.
Jason Merrill
1
-6
/
+6
2017-08-29
Instantiate default arguments/member initializers once.
Jason Merrill
1
-1
/
+3
2017-08-29
Fix default argument conversion failure and SFINAE.
Jason Merrill
1
-5
/
+0
2017-08-10
C/C++: show pertinent open token when missing a close token
David Malcolm
1
-290
/
+521
2017-08-09
PR c++/81359 - Unparsed NSDMI error from SFINAE context.
Jason Merrill
1
-1
/
+12
2017-08-09
Boolify some parameters.
Marek Polacek
1
-1
/
+1
2017-08-07
Canonicalize names of attributes.
Martin Liska
1
-1
/
+5
2017-07-17
parser.c (cp_parser_decl_specifier_seq): Add fix-it hints for friend outside ...
Volker Reichelt
1
-5
/
+10
2017-07-16
parser.c (cp_parser_cast_expression): Use %q#T instead of %qT in old-style ca...
Volker Reichelt
1
-1
/
+1
2017-07-06
PR c++/81204 - parse error with dependent template-name
Jason Merrill
1
-16
/
+5
2017-07-04
parser.c (cp_parser_decomposition_declaration): Replace decomposition declara...
Jakub Jelinek
1
-2
/
+2
2017-07-04
re PR c++/81258 (ICE on C++1z code with invalid decomposition declaration: in...
Jakub Jelinek
1
-0
/
+10
2017-07-03
C++: fix "RT_INTERATION" typo
David Malcolm
1
-3
/
+3
2017-06-30
PR c++/81257 - ICE with invalid ::template.
Jason Merrill
1
-5
/
+0
2017-06-30
config-lang.in (gtfiles): Add cp/lex.c.
Nathan Sidwell
1
-1
/
+1
2017-06-30
Fix location of typeid() (PR c++/80014)
David Malcolm
1
-2
/
+16
2017-06-29
re PR c++/81247 (ICE on invalid C++ code with malformed namespace declaration...
Nathan Sidwell
1
-6
/
+7
2017-06-29
parser.c (cp_parser_direct_declarator): Reorder if to avoid indentation.
Nathan Sidwell
1
-26
/
+19
2017-06-28
PR c++/55639 - partial specialization with ::template
Jason Merrill
1
-0
/
+11
2017-06-28
PR c++/54769 - wrong lookup of dependent template-name.
Jason Merrill
1
-16
/
+36
2017-06-28
Make the TEMPLATE_ID_EXPR location a range.
Jason Merrill
1
-20
/
+18
2017-06-28
PR c++/81204 - parse error with dependent template-name
Jason Merrill
1
-5
/
+16
2017-06-27
cp-tree.h (CLASSTYPE_DESTRUCTORS): Rename to ...
Nathan Sidwell
1
-4
/
+6
2017-06-27
re PR bootstrap/81216 (bootstrap failed on i386 and powerpc64le)
Marek Polacek
1
-2
/
+3
2017-06-26
re PR c/80116 (Warn about macros expanding to multiple statements)
Marek Polacek
1
-4
/
+23
2017-06-24
re PR c++/62315 (do not print typename in diagnostic if the original code doe...
Paolo Carlini
1
-3
/
+15
2017-06-23
PR c++/79056 - C++17 ICE with invalid template syntax.
Jason Merrill
1
-2
/
+4
2017-06-22
Reorder IDENTIFIER flags
Nathan Sidwell
1
-2
/
+3
2017-06-21
C++: Add fix-it hints for -Wold-style-cast
David Malcolm
1
-3
/
+91
2017-06-16
cp-tree.h (build_this_parm, [...]): Add FN parm.
Nathan Sidwell
1
-1
/
+1
2017-06-11
tree.h (id_equal): New.
Jason Merrill
1
-16
/
+14
2017-06-09
Fix array decay handling in constant expressions.
Jason Merrill
1
-2
/
+6
2017-06-05
parser.c (cp_parser_base_specifier): Fix typos in error messages.
Volker Reichelt
1
-2
/
+2
[next]