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-08-10
system.h (CONST_CAST): New.
Kaveh R. Ghazi
1
-2
/
+2
2007-08-05
revert: parser.c (cp_parser_member_declaration): Pedwarn about stray semicolo...
Volker Reichelt
1
-5
/
+1
2007-08-02
re PR c++/30849 (ICE with invalid asm statement)
Lee Millward
1
-14
/
+32
2007-08-02
typeck.c: Change copyright header to refer to version 3 of the GNU General Pu...
Nick Clifton
1
-6
/
+5
2007-07-29
attribs.c (hash_attr, [...]): Constify.
Kaveh R. Ghazi
1
-6
/
+6
2007-07-27
typeck.c (structural_comptypes): Compare DECLTYPE_TYPE nodes.
Douglas Gregor
1
-4
/
+197
2007-07-25
cselib.c (entry_and_rtx_equal_p): Constify.
Kaveh R. Ghazi
1
-6
/
+6
2007-07-22
re PR c++/30818 (templates and typedefs cause function prototype not to match)
Nathan Sidwell
1
-4
/
+4
2007-07-11
re PR c++/32560 (ICE on invalid declaration in template)
Paolo Carlini
1
-0
/
+3
2007-07-06
re PR c++/32245 (wrong POD type initialization with pointer to member)
Mark Mitchell
1
-1
/
+13
2007-07-04
re PR c++/31743 (ICE with invalid use of new)
Dave Brolley
1
-5
/
+0
2007-07-02
parser.c (cp_parser_elaborated_type_specifier): Added a warning for inner-sty...
Simon Baldwin
1
-0
/
+17
2007-07-01
name-lookup.c (ambiguous_decl): Fix case when new->value is hidden.
Ollie Wild
1
-1
/
+7
2007-06-18
re PR c++/31923 (g++ accepts a storage-class-specifier on a template explicit...
Simon Baldwin
1
-8
/
+25
2007-06-07
re PR c++/30759 (initializer-list accepted for object of non-POD type)
Simon Martin
1
-12
/
+14
2007-05-31
re PR c++/7412 ([DR 106] References to references)
Russell Yanofsky
1
-44
/
+54
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
[next]