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
2014-06-12
re PR c++/19200 (Friend declaration misinterpreted as constructor)
Paolo Carlini
1
-5
/
+2
2014-06-11
re PR c++/60265 ([C++11] using-declaration of enumerator fails if fully quali...
Paolo Carlini
1
-0
/
+2
2014-06-11
re PR c++/19200 (Friend declaration misinterpreted as constructor)
Paolo Carlini
1
-21
/
+51
2014-06-05
parser.c (cp_parser_diagnose_invalid_type_name): Give helpful note for noexce...
Jason Merrill
1
-0
/
+7
2014-06-05
re PR c/49706 (No warning for (!x > 1) which is always false)
Marek Polacek
1
-0
/
+7
2014-05-31
DR 1227 PR c++/57543
Paolo Carlini
1
-0
/
+2
2014-05-23
Fix some bool vs. tree confusion.
Thomas Schwinge
1
-5
/
+9
2014-05-21
re PR c++/60189 (ICE with invalid use of _Cilk_sync)
Igor Zamyatin
1
-14
/
+18
2014-05-20
re PR c++/58753 (Brace-initializing a vector with a direct-initialization NSD...
Paolo Carlini
1
-9
/
+1
2014-05-19
typeck2.c (cxx_incomplete_type_diagnostic): Use inform.
Paolo Carlini
1
-3
/
+4
2014-05-17
use templates instead of gengtype for typed allocation functions
Trevor Saunders
1
-7
/
+7
2014-05-16
re PR c++/51640 (Misleading error if the type in the catch() is ambiguous)
Paolo Carlini
1
-2
/
+10
2014-05-14
cp-tree.h (DIRECT_LIST_INIT_P): Add.
Paolo Carlini
1
-2
/
+1
2014-04-29
DR 1351 Represent the unevaluated exception specification of an implicitly de...
Jason Merrill
1
-2
/
+13
2014-04-28
re PR c++/59120 ([c++11] ICE with invalid template alias)
Paolo Carlini
1
-9
/
+2
2014-04-24
c-parser.c (c_parser_omp_atomic): Allow seq_cst before atomic-clause...
Jakub Jelinek
1
-7
/
+27
2014-04-22
re PR c/59073 (ICE with missing increment in OpenMP for-loop)
Jakub Jelinek
1
-1
/
+3
2014-04-11
parser.h (struct cp_token): Rename ambiguous_p to error_reported.
Jason Merrill
1
-9
/
+13
2014-04-09
pt.c (check_template_variable): Check for the return of pedwarn before emitti...
Fabien ChĂȘne
1
-4
/
+4
2014-03-29
re PR c++/60626 ([c++1y] ICE with pointer to function with auto parameter)
Adam Butcher
1
-1
/
+8
2014-03-28
re PR c++/60573 ([c++1y] ICE with defining generic function of nested class i...
Adam Butcher
1
-6
/
+17
2014-03-25
re PR c++/60375 ([c++11] ICE with invalid use of lambda)
Jason Merrill
1
-5
/
+11
2014-03-24
re PR c++/60627 ([c++1y] ICE in explicit template instantiation containing au...
Adam Butcher
1
-1
/
+3
2014-03-17
re PR c++/60390 ([c++1y] ICE with declaring function with auto parameter as f...
Adam Butcher
1
-9
/
+33
2014-03-17
re PR c++/60391 ([c++1y] ICE with auto parameter for operator"")
Adam Butcher
1
-0
/
+4
2014-03-10
re PR c++/53492 (ICE in retrieve_specialization, at cp/pt.c:985)
Jason Merrill
1
-1
/
+7
2014-03-08
re PR c++/60393 ([c++1y] ICE with with invalid functions with auto parameters)
Adam Butcher
1
-6
/
+5
2014-03-07
parser.c (cp_parser_type_id_1): Only allow 'auto' in C++1y if we're in a trai...
Jason Merrill
1
-1
/
+3
2014-03-07
parser.c (cp_parser_using_declaration): Consume the semicolon after bare para...
Jason Merrill
1
-2
/
+8
2014-03-06
parser.c (cp_lexer_set_source_position): New.
Paolo Carlini
1
-14
/
+15
2014-03-05
re PR c++/60361 (unexpected 'use of parameter outside function body' error)
Jason Merrill
1
-1
/
+6
2014-03-05
parser.c (cp_parser_mem_initializer): Set input_location properly for init-li...
Jason Merrill
1
-0
/
+14
2014-03-04
re PR c++/60415 (Bogus "invalid use of qualified-name")
Jason Merrill
1
-0
/
+1
2014-03-04
re PR c++/60376 ([c++1y] ICE on invalid with using declaration in template fu...
Paolo Carlini
1
-4
/
+11
2014-03-01
re PR c++/60377 ([c++1y] ICE with invalid function parameter in conjunction w...
Adam Butcher
1
-1
/
+6
2014-02-25
re PR c++/60311 ([c++1y] ICE with pointer-to-function with auto parameter)
Adam Butcher
1
-2
/
+2
2014-02-25
Fix out-of-line definition of class template generic member functions.
Adam Butcher
1
-1
/
+2
2014-02-25
re PR c++/60065 ([c++1y] ICE with auto parameter pack)
Adam Butcher
1
-13
/
+21
2014-02-24
re PR c++/60312 ([c++1y] ICE using auto as template parameter)
Jason Merrill
1
-0
/
+5
2014-02-22
re PR c++/58170 ([c++11] Crash when aliasing a template class that is a membe...
Jason Merrill
1
-2
/
+11
2014-02-21
re PR c++/60185 (ICE with invalid default parameter)
Jason Merrill
1
-0
/
+16
2014-02-21
re PR c++/60187 ([c++11] ICE with parameter pack as underlying type for enum)
Jason Merrill
1
-1
/
+2
2014-02-21
re PR c++/60250 ([c++1y] ICE using lambda for array size)
Jason Merrill
1
-1
/
+2
2014-02-21
re PR c++/60167 (Bogus error: conflicting declaration)
Jason Merrill
1
-0
/
+3
2014-02-21
Fix PR c++/60052 and PR c++/60053.
Adam Butcher
1
-3
/
+13
2014-02-20
re PR c++/58873 ([c++11] ICE with __underlying_type for broken enum)
Kai Tietz
1
-0
/
+3
2014-02-18
re PR c++/60064 ([c++1y] ICE with auto as parameter of friend function)
Adam Butcher
1
-5
/
+3
2014-02-18
re PR c++/60190 ([c++1y] ICE with invalid return type of template lambda)
Adam Butcher
1
-8
/
+8
2014-02-07
parser.c (synthesize_implicit_template_parm): Use grow_tree_vec.
Jan Hubicka
1
-1
/
+1
2014-02-05
re PR c++/58703 (ICE with invalid types in OpenMP declare reduction clause)
Jakub Jelinek
1
-1
/
+9
[next]