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
2012-01-23
re PR c++/51925 (ICE in tsubst with using and template function)
Jason Merrill
1
-1
/
+1
2012-01-13
PR c++/51633 - ICEs with constexpr constructor
Dodji Seketeli
1
-5
/
+2
2012-01-12
re PR c++/48051 (sorry, unimplemented: mangling overload)
Jason Merrill
1
-2
/
+2
2012-01-11
comment
Jason Merrill
1
-2
/
+1
2012-01-06
DR 686 PR c++/47450
Jason Merrill
1
-0
/
+7
2012-01-06
PR c++/51541 - ICE with invalid identifier in alias-declaration
Dodji Seketeli
1
-0
/
+6
2012-01-03
re PR c++/51738 (C++11 initializer list does not work correctly with operator[])
Paolo Carlini
1
-1
/
+11
2012-01-02
DR 325 PR c++/51666
Jason Merrill
1
-168
/
+179
2012-01-01
crash25.C: Adjust.
Fabien Chêne
1
-2
/
+13
2011-12-28
re PR c++/23211 (using dec in nested class doesn't import name)
Fabien Chêne
1
-2
/
+2
2011-12-17
re PR c++/51588 ([c++0x] [4.4/4.5/4.6/4.7 Regression] ICE using an enum as ba...
Jason Merrill
1
-0
/
+3
2011-12-17
re PR c++/51586 (ICE with invalid union)
Jason Merrill
1
-0
/
+2
2011-12-15
re PR c++/51463 ([c++0x] [4.7 Regression] ICE declaring a member function vir...
Jakub Jelinek
1
-0
/
+3
2011-12-15
re PR libstdc++/51365 (cannot use final empty class in std::tuple)
Jonathan Wakely
1
-0
/
+5
2011-12-14
re PR c++/51464 ([c++0x] ICE with invalid use of [])
Paolo Carlini
1
-0
/
+2
2011-12-13
revert an unattended change about access declaration
Fabien Chêne
1
-4
/
+0
2011-12-13
re PR c++/14258 (typename in a using declaration not supported)
Fabien Chêne
1
-4
/
+28
2011-12-12
re PR c++/51496 (FAIL: libgomp.c++/for-2.C * (test for excess errors))
Jakub Jelinek
1
-4
/
+4
2011-12-12
Support noexcept-specifications for transaction statements and expressions.
Torvald Riegel
1
-33
/
+105
2011-12-09
re PR c++/51151 (Invalid -Woverflow warning in C++ frontend)
Jason Merrill
1
-1
/
+1
2011-12-07
re PR c++/51229 ([C++0x] [4.7 Regression] Broken diagnostic: 'integer_cst' no...
Jakub Jelinek
1
-1
/
+2
2011-12-07
re PR c++/51420 ([c++0x] ICE with invalid user-defined literals)
Ed Smith-Rowland
1
-1
/
+1
2011-12-06
PR c++/51427 - Better diagnostic when union/struct tags conflicts
Dodji Seketeli
1
-4
/
+8
2011-12-05
Implement C++11 delegating constructors.
Ville Voutilainen
1
-0
/
+22
2011-12-05
re PR c++/51404 ([c++0x] [4.7 Regression] ICE with invalid use of auto)
Paolo Carlini
1
-5
/
+7
2011-11-23
PR c++/51145 - Alias template in elaborated-type-specifier accepted
Dodji Seketeli
1
-1
/
+2
2011-11-22
PR c++/51143 - Alias template allows class definition
Dodji Seketeli
1
-0
/
+29
2011-11-21
re PR c++/50958 ([C++0x] raw literal operator provides incorrect string for i...
Ed Smith-Rowland
1
-66
/
+93
2011-11-15
Require parentheses when parsing transaction expressions.
Torvald Riegel
1
-12
/
+9
2011-11-14
re PR c++/6936 (member "using" binds wrong)
Fabien Chêne
1
-0
/
+3
2011-11-09
re PR c++/51046 ([C++0x] ICE by unexpanded template param pack in range-based...
Jason Merrill
1
-0
/
+2
2011-11-09
parser.c (cp_parser_alias_declaration): Don't do semantic processing if parsi...
Jason Merrill
1
-0
/
+3
2011-11-09
re PR c++/51047 ([C++0x] SFINAE does not handle errors of ambiguous base memb...
Paolo Carlini
1
-3
/
+6
2011-11-09
PR c++/51027 - accepts alias-declaration without ';'
Dodji Seketeli
1
-0
/
+1
2011-11-09
PR debug/51032 - ICE in dbxout_type, at dbxout.c:2372
Dodji Seketeli
1
-2
/
+9
2011-11-08
Merge from transactional-memory branch.
Aldy Hernandez
1
-7
/
+332
2011-11-08
Fix context handling of alias-declaration
Dodji Seketeli
1
-2
/
+5
2011-11-08
re PR c++/50864 (ICE with decltype and "declval" from another namespace)
Paolo Carlini
1
-4
/
+11
2011-11-07
re PR c++/50863 ([C++0x] list-initialization with lambda fails to deduce cons...
Jason Merrill
1
-0
/
+3
2011-11-07
PR c++/45114 - Support C++11 alias-declaration
Dodji Seketeli
1
-12
/
+129
2011-11-04
parser.c (cp_parser_enumerator_list): Do not warn about trailing commas in C+...
Magnus Fromreide
1
-2
/
+6
2011-11-04
re PR c++/50941 ([C++0x] user-defined string literals provide incorrect lengt...
Ed Smith-Rowland
1
-2
/
+2
2011-11-02
parser.c (cp_parser_decl_specifier_seq): Change "C++0x" to "C++11" in warnings.
Jason Merrill
1
-4
/
+4
2011-10-31
re PR c++/50920 (add a -std=c++11 option to the driver)
Jason Merrill
1
-2
/
+2
2011-10-26
build_string comments
Jason Merrill
1
-0
/
+1
2011-10-26
Implement C++11 user-defined literals.
Ed Smith-Rowland
1
-14
/
+381
2011-10-21
re PR c++/50811 ([C++0x] G++ rejects class-virt-specifier if class-head-name ...
Ville Voutilainen
1
-1
/
+1
2011-10-19
re PR c++/38761 (%s substituted with regular word can't be properly translated)
Paolo Carlini
1
-10
/
+13
2011-10-18
parser.c: Remove ENABLE_CHECKING markers around debugging routines.
Diego Novillo
1
-32
/
+263
2011-10-18
[multiple changes]
Benjamin Kosnik
1
-5
/
+27
[next]