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/gfortran-test
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-15
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-15
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-02-02
re PR c++/37140 (type inherited from base class not recognized)
Fabien ChĂȘne
1
-19
/
+1
2014-01-30
re PR c++/58708 (string literal operator templates broken)
Richard Sandiford
1
-18
/
+6
2014-01-24
Replace flag_enable_cilkplus with flag_cilkplus.
Balaji V. Iyer
1
-10
/
+10
2014-01-23
re PR c++/55189 (enable -Wreturn-type by default)
Jason Merrill
1
-0
/
+2
2014-01-23
re PR c++/58980 (ICE with invalid enum declaration)
Paolo Carlini
1
-4
/
+14
2014-01-23
Added support for Cilk Plus SIMD-enabled functions for C++.
Balaji V. Iyer
1
-27
/
+241
2014-01-22
re PR c++/59482 (A friend class cannot inherit a private nested class)
Ville Voutilainen
1
-1
/
+11
2014-01-09
re PR c++/59631 (ICE using _Cilk_spawn without -fcilkplus)
Balaji V. Iyer
1
-3
/
+9
2014-01-06
re PR c++/59638 ([c++1y] ICE with pointer to function that has auto as parame...
Adam Butcher
1
-0
/
+9
2014-01-06
re PR c++/59629 ([c++11] ICE with invalid use of auto in lambda function)
Adam Butcher
1
-0
/
+5
2014-01-06
re PR c++/59636 ([c++1y] ICE with missing template parameter in lambda)
Adam Butcher
1
-6
/
+6
2014-01-03
Core DR 1442 PR c++/59165
Paolo Carlini
1
-4
/
+0
2014-01-02
re PR libstdc++/59087 (Issues including complex.h in C++11/1y mode because of...
Marc Glisse
1
-0
/
+3
2014-01-02
Update copyright years in gcc/
Richard Sandiford
1
-1
/
+1
2013-12-23
re PR c++/59349 (ICE on invalid: Segmentation fault toplev.c:336)
Jason Merrill
1
-0
/
+5
2013-12-18
Added support for Cilk Plus SIMD-enabled function for C.
Balaji V. Iyer
1
-3
/
+3
2013-12-17
Fix description of OpenMP parallel directive in the C and C++ front ends.
Thomas Schwinge
1
-4
/
+8
2013-12-11
Added Compiler Support for _Cilk_spawn and _Cilk_sync for C++.
Balaji V. Iyer
1
-0
/
+61
2013-12-09
re PR c++/59435 (sizeof...(T) as default value for an argument in the constru...
Paolo Carlini
1
-1
/
+1
2013-11-28
re PR c/59310 (FAIL: gcc.dg/gomp/openmp-simd-1.c (test for excess errors))
Jakub Jelinek
1
-1
/
+1
2013-11-26
re PR c++/58874 ([c++11] ICE with OpenMP reduction declaration and -std=c++11)
Jakub Jelinek
1
-1
/
+1
2013-11-25
Disallow implicit function templates in local functions unless defining a lam...
Adam Butcher
1
-1
/
+3
2013-11-22
Remove macros that implicitly use input_location
David Malcolm
1
-6
/
+8
2013-11-22
add auto_vec
Trevor Saunders
1
-3
/
+1
2013-11-19
Factor unrelated declarations out of tree.h.
Diego Novillo
1
-0
/
+4
2013-11-18
c-common.c, [...]: Replace tree_low_cst (..., 0) with tree_to_shwi throughout.
Richard Sandiford
1
-2
/
+2
2013-11-18
cuintp.c: Replace host_integerp (..., 0) with tree_fits_shwi_p throughout.
Richard Sandiford
1
-1
/
+1
2013-11-15
Makefile.in (C_COMMON_OBJS): Depend on c-cilkplus.o.
Aldy Hernandez
1
-152
/
+467
2013-11-14
re PR c++/57887 (nested non-type template parameters not declared in this scope)
Paolo Carlini
1
-0
/
+4
2013-11-12
Support implicit parameter packs.
Adam Butcher
1
-7
/
+29
2013-11-12
Refactor implicit function template implementation and fix 58534, 58536, 5854...
Adam Butcher
1
-96
/
+181
2013-11-05
invoke.texi (-fopenmp-simd): Document new option.
Tobias Burnus
1
-12
/
+62
2013-11-03
re PR c++/38313 (g++ fails to parse a member function with a parenthesized ty...
Paolo Carlini
1
-5
/
+17
2013-11-02
re PR c++/29234 (Call to operator() of temporary object wrongly parsed)
Paolo Carlini
1
-31
/
+57
2013-11-01
re PR c++/58708 (string literal operator templates broken)
Edward Smith-Rowland
1
-6
/
+23
2013-10-31
re PR c++/58162 ([C++11] bogus error: use of deleted function 'constexpr A::A...
Jason Merrill
1
-0
/
+3
2013-10-30
re PR other/33426 (Support of #pragma ivdep)
Tobias Burnus
1
-18
/
+18
2013-10-25
re PR other/33426 (Support of #pragma ivdep)
Tobias Burnus
1
-10
/
+36
2013-10-23
Implement C++14 [[deprecated]] modulo [[gnu::deprecated]] bugs.
Edward Smith-Rowland
1
-0
/
+3
2013-10-18
parser.c (cp_parser_lookup_name): Tidy.
Paolo Carlini
1
-12
/
+13
2013-10-17
tree-flow.h (struct omp_region): Move to omp-low.c.
Andrew MacLeod
1
-0
/
+1
2013-10-15
re PR c++/58707 ([C++11] A greater-than operator in square brackets should no...
Paolo Carlini
1
-0
/
+6
2013-10-11
re PR c++/58633 (ICE with decltype of destructor call)
Paolo Carlini
1
-1
/
+29
2013-10-11
target.c: New file.
Jakub Jelinek
1
-273
/
+2296
2013-10-04
re PR c++/58503 ([c++11] ICE with invalid range in range-based for-loop)
Paolo Carlini
1
-5
/
+14
2013-10-03
re PR c++/58584 ([c++11] ICE with invalid argument for alignas)
Paolo Carlini
1
-0
/
+2
2013-10-03
re PR c++/33911 (attribute deprecated vs. templates)
Easwaran Raman
1
-1
/
+1
2013-10-02
re PR c++/58535 (ICE with virtual template function)
Paolo Carlini
1
-1
/
+10
2013-10-01
re PR c++/58563 ([c++11] ICE calling invalid destructor)
Paolo Carlini
1
-1
/
+2
2013-09-23
Fix instantiation of implicit function template forward declarations.
Adam Butcher
1
-37
/
+42
[next]