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
2007-05-25
re PR c++/31745 (ICE on invalid use of namespace)
Simon Martin
1
-10
/
+10
2007-05-08
invoke.texi (Warning Options): Document that -Wempty-body also checks for and...
Mike Stump
1
-0
/
+47
2007-03-31
re PR c++/31138 (ICE with ellipsis)
Douglas Gregor
1
-18
/
+51
2007-03-30
re PR c++/26099 (support for type traits is not available)
Paolo Carlini
1
-1
/
+147
2007-03-28
parser.c (struct cp_parser): Update comment for greater_than_is_operator_p.
Douglas Gregor
1
-12
/
+77
2007-03-28
decl.c (redeclaration_error_message): Complain when redeclaring a friend func...
Douglas Gregor
1
-0
/
+7
2007-03-27
parser.c (cp_parser_member_declaration): Pedwarn about stray semicolons after...
Dirk Mueller
1
-1
/
+5
2007-03-23
re PR c++/30863 (Unsigned templatized struct treated as unsigned int)
Mark Mitchell
1
-2
/
+3
2007-03-23
error.c (dump_expr): Handle dependent names that designate types.
Gabriel Dos Reis
1
-9
/
+9
2007-03-17
* cp-tree.def, parser.c, pt.c: Fix comment typos.
Kazu Hirata
1
-2
/
+2
2007-03-15
re PR c++/30891 (poor diagnostic with namespace in the function scope)
Manuel López-Ibáñez
1
-0
/
+15
2007-03-12
re PR c++/30328 (bit-field: unassemblable assembly code)
Mark Mitchell
1
-0
/
+15
2007-03-10
re PR c++/20599 (variadic template support)
Douglas Gregor
1
-32
/
+338
2007-03-03
re PR c++/15787 (Poor error message with if and blocks)
Manuel López-Ibáñez
1
-4
/
+25
2007-02-15
tree.h (enum tree_code_class): Add tcc_vl_exp.
Sandra Loosemore
1
-2
/
+1
2007-02-10
* parser.c (cp_parser_primary_expression): Reformat overly long lines.
Gabriel Dos Reis
1
-2
/
+4
2007-02-10
Makefile.in (libgcc-support, [...]): Add emutls.c.
Richard Henderson
1
-3
/
+0
2007-02-05
re PR bootstrap/30510 (Gcc failed to bootstrap)
Dirk Mueller
1
-1
/
+6
2007-02-04
class.c, [...]: Follow spelling conventions.
Kazu Hirata
1
-3
/
+3
2007-02-04
parser.c (cp_lexer_get_preprocessor_token): Attach the C++0x keyword warning ...
Douglas Gregor
1
-1
/
+2
2007-01-25
lex.c (D_CPP0X): Rename.
Douglas Gregor
1
-0
/
+14
2007-01-11
Remove accidentally checked in hunk.
Mark Mitchell
1
-4
/
+2
2007-01-11
re PR c++/28999 (ICE on invalid use of typename)
Mark Mitchell
1
-2
/
+4
2006-12-31
re PR c++/29731 (ICE with statement expression as template parameter)
Simon Martin
1
-7
/
+14
2006-12-16
re PR c++/29475 (incomplete template diagnostics.)
Simon Martin
1
-86
/
+124
2006-12-14
re PR c++/19564 (-Wparentheses does not work with the C++ front-end)
Ian Lance Taylor
1
-21
/
+80
2006-12-10
c-opts.c (c_common_parse_file): Unconditionally give a warning, suitable for ...
Zack Weinberg
1
-23
/
+0
2006-12-08
re PR c++/29732 (ICE on invalid friend declaration)
Mark Mitchell
1
-8
/
+12
2006-12-07
re PR c++/29980 (ICE using attribute in invalid declaration)
Lee Millward
1
-4
/
+9
2006-12-06
re PR c++/29730 (ICE on invalid declaration of template member)
Mark Mitchell
1
-3
/
+17
2006-12-06
re PR c++/29729 (ICE with template class in template function)
Mark Mitchell
1
-0
/
+9
2006-12-01
decl.c (poplevel): Check DECL_INITIAL invariant.
Geoffrey Keating
1
-0
/
+10
2006-11-29
re PR c++/29022 (ICE using operator int in invalid class hierarchy)
Lee Millward
1
-10
/
+23
2006-11-27
re PR c++/29886 (Cast misinterpreted as variable declaration)
Mark Mitchell
1
-6
/
+22
2006-11-21
cp-tree.def (STATIC_ASSERT): New.
Douglas Gregor
1
-1
/
+85
2006-11-20
re PR c++/29475 (incomplete template diagnostics.)
Simon Martin
1
-1
/
+4
2006-10-17
re PR c++/27952 (ICE with invalid virtual inheritance)
Lee Millward
1
-1
/
+2
2006-10-17
parser.c (cp_lexer_next_token_is_decl_specifier_keyword): Add comment.
Mark Mitchell
1
-0
/
+2
2006-10-17
re PR c++/28261 (ICE with enum in constructor definition)
Mark Mitchell
1
-14
/
+61
2006-10-17
re PR c++/27270 (ICE in process_init_constructor_array, at cp/typeck2.c:788)
Mark Mitchell
1
-0
/
+3
2006-10-16
re PR c++/29408 (parse error for valid code)
Mark Mitchell
1
-0
/
+6
2006-10-16
re PR c++/28211 (wrong linkage of template argument, diagnostic could be impr...
Mark Mitchell
1
-1
/
+1
2006-10-13
re PR c++/28506 (ICE with initializers for functions)
Mark Mitchell
1
-4
/
+20
2006-10-11
re PR c++/29024 (storage class specifier accepted for typedef (clause 7.1.1 ;...
Lee Millward
1
-1
/
+11
2006-10-09
Revert emutls patch.
Richard Henderson
1
-0
/
+3
2006-10-04
Makefile.in (libgcc.mk, [...]): Add emutls.c.
Richard Henderson
1
-3
/
+0
2006-10-04
re PR c++/29020 (ICE using A<N>::A instead of A<N> in friend declaration)
Mark Mitchell
1
-2
/
+9
2006-10-03
re PR c++/29138 (access declarations don't work for classes)
Mark Mitchell
1
-0
/
+4
2006-10-03
re PR c++/29138 (access declarations don't work for classes)
Mark Mitchell
1
-20
/
+46
2006-10-02
re PR c++/29080 (Multiple-inheritance with template method function code trig...
Mark Mitchell
1
-1
/
+1
[next]