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
2016-03-15
Fix more P0184R0 references.
Jason Merrill
1
-1
/
+1
2016-03-14
P08184R0: Generalizing the Range-Based For Loop
Casey Carter
1
-3
/
+17
2016-03-09
c-parser.c (c_parser_oacc_loop): Update cclauses and clauses when calling c_f...
Cesar Philippidis
1
-2
/
+2
2016-03-08
Remove Concepts from -std=c++1z.
Jason Merrill
1
-16
/
+26
2016-03-01
re PR c++/70036 ([concepts] ICE with a dependent sizeof in a concept)
Jason Merrill
1
-0
/
+2
2016-02-19
re PR c++/67767 (-Wsuggest-attribute=noreturn suggests noreturn for function ...
Jakub Jelinek
1
-4
/
+7
2016-02-16
re PR c++/10200 (Weird clash with same names in different scopes)
Jason Merrill
1
-21
/
+31
2016-02-16
re PR c/64748 (OpenACC: "is not a variable" error with deviceptr())
James Norris
1
-14
/
+0
2016-02-10
re PR c++/10200 (Weird clash with same names in different scopes)
Jason Merrill
1
-15
/
+27
2016-02-08
Fix PR c++/69139 (deduction failure with trailing return type)
Patrick Palka
1
-10
/
+23
2016-02-08
re PR c++/59627 (ICE with OpenMP "declare reduction" and -flto)
Jakub Jelinek
1
-0
/
+1
2016-01-28
Low-hanging C++-lexer speedup (PR c++/24208)
Patrick Palka
1
-0
/
+18
2016-01-21
re PR c++/43407 (Specifying visibility attribute of C++0x enum class emits wa...
Jason Merrill
1
-2
/
+1
2016-01-15
re PR bootstrap/68271 (Boostrap fails on x86_64-apple-darwin14 at r230084)
Jakub Jelinek
1
-15
/
+20
2016-01-14
Mark symbols in offload tables with force_output in read_offload_tables
Tom de Vries
1
-8
/
+2
2016-01-11
PR c++/68795: fix uninitialized close_paren_loc in cp_parser_postfix_expression
David Malcolm
1
-6
/
+12
2016-01-04
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2015-12-23
Merge OMP_CLAUSE_USE_DEVICE into OMP_CLAUSE_USE_DEVICE_PTR
Thomas Schwinge
1
-1
/
+1
2015-12-22
re PR c++/67257 (Internal compiler error in retrieve_specialization)
Jason Merrill
1
-1
/
+15
2015-12-22
re PR c++/67339 (Segfault when parsing a typename involving a template-alias)
Jason Merrill
1
-1
/
+1
2015-12-16
Better error recovery for merge-conflict markers
David Malcolm
1
-0
/
+53
2015-12-09
c-omp.c (c_finish_oacc_wait): Remove add_stmt() call.
Chung-Lin Tang
1
-0
/
+1
2015-12-06
Fix parse/no-type-defn1.C with -std=c++1z.
Jason Merrill
1
-0
/
+47
2015-12-06
Fix decltype-call1.C with -std=c++1z.
Jason Merrill
1
-36
/
+31
2015-12-06
Fix template/ref1.C, nontype15.C, addr-builtin1.C with -std=c++1z.
Jason Merrill
1
-1
/
+10
2015-12-06
PR c++/68597, fix auto9.C and auto-neg1.C with -std=c++1z.
Jason Merrill
1
-6
/
+75
2015-12-04
re PR c++/68645 (FAIL: c-c++-common/attr-simd-3.c -std=gnu++11 (test for exc...
Jason Merrill
1
-7
/
+9
2015-12-04
C++ FE: expression ranges
David Malcolm
1
-145
/
+446
2015-12-03
parser.c (cp_ensure_no_oacc_routine): Update error message.
Cesar Philippidis
1
-7
/
+8
2015-12-02
Some OpenACC host_data cleanup
Thomas Schwinge
1
-10
/
+10
2015-12-01
OpenACC host_data support.
Julian Brown
1
-0
/
+35
2015-11-27
re PR c/63326 (whether a #pragma is a statement depends on the type of pragma)
Jakub Jelinek
1
-0
/
+2
2015-11-27
Fix parser memory leak in cilk_simd_fn_info
Martin Liska
1
-0
/
+2
2015-11-24
c-parser.c (c_parser_oacc_declare): Replace "ifdef ENABLE_OFFLOADING" with "i...
Ilya Verbin
1
-6
/
+7
2015-11-19
re PR c++/68422 (compile-time cost of sizeof... is quadratic)
Jason Merrill
1
-0
/
+1
2015-11-19
parser.h (struct cp_omp_declare_simd_data): Add clauses member.
Cesar Philippidis
1
-111
/
+246
2015-11-17
LITERAL_ZERO_P obsoleted by delayed folding.
Jason Merrill
1
-69
/
+9
2015-11-17
Don't fold -(constant) or -0.
Jason Merrill
1
-1
/
+20
2015-11-16
Add __attribute__((__simd__)) to GCC.
Kirill Yukhin
1
-3
/
+5
2015-11-15
always define ENABLE_OFFLOADING
Trevor Saunders
1
-6
/
+7
2015-11-13
Merge C++ delayed folding branch.
Jason Merrill
1
-11
/
+18
2015-11-12
parser.c (cp_parser_oacc_declare): Remove unused.
James Norris
1
-1
/
+1
2015-11-12
c-pragma.c (oacc_pragmas): Add entry for declare directive.
James Norris
1
-0
/
+172
2015-11-11
decl.c: Remove unused header files.
Andrew MacLeod
1
-5
/
+0
2015-11-09
parser.c (cp_finalize_oacc_routine): New boolean first argument.
Cesar Philippidis
1
-24
/
+45
2015-11-10
omp-low.h (replace_oacc_fn_attrib, [...]): Declare.
Nathan Sidwell
1
-1
/
+169
2015-11-06
Support non-type constrained-type-specifiers.
Jason Merrill
1
-63
/
+65
2015-11-05
gimplify.c (gimplify_scan_omp_clauses): Add support for OMP_CLAUSE_TILE.
Cesar Philippidis
1
-8
/
+99
2015-11-05
re PR c++/67846 (ICE on code with lambda expression on x86_64-linux-gnu in ch...
Paolo Carlini
1
-1
/
+6
2015-11-05
gcc/
Jakub Jelinek
1
-23
/
+140
[next]