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
Age
Commit message (
Expand
)
Author
Files
Lines
2015-11-23
re PR c++/68001 ([cilkplus] ICE in cp_gimplify_expr, at cp/cp-gimplify.c:760)
Igor Zamyatin
2
-6
/
+13
2015-11-20
Fix up misplaced ChangeLog entry.
Jakub Jelinek
1
-0
/
+13
2015-11-20
re PR c++/67354 (internal compiler error: in add_to_same_comdat_group, at sym...
Jakub Jelinek
4
-2
/
+37
2015-11-20
C++ FE: offer suggestions for misspelled field names
David Malcolm
4
-3
/
+165
2015-11-20
Support __cxa_free_exception and fix exception handling.
Torvald Riegel
2
-0
/
+14
2015-11-19
re PR c++/68422 (compile-time cost of sizeof... is quadratic)
Jason Merrill
4
-2
/
+28
2015-11-19
re PR c++/68396 (function auto-deduced return types get incorrectly classifie...
Ryan Burn
2
-0
/
+20
2015-11-19
re PR c++/67409 (tree-cfg.c dereferences a NULL pointer)
Jakub Jelinek
1
-31
/
+47
2015-11-19
parser.h (struct cp_omp_declare_simd_data): Add clauses member.
Cesar Philippidis
3
-113
/
+277
2015-11-18
cp-gimplify.c (cp_fold_r): Add support for OACC_LOOP.
Cesar Philippidis
2
-1
/
+6
2015-11-17
re PR bootstrap/68346 (Bootstrap failure on i686-linux)
Jason Merrill
2
-1
/
+11
2015-11-17
LITERAL_ZERO_P obsoleted by delayed folding.
Jason Merrill
3
-73
/
+13
2015-11-17
Don't fold -(constant) or -0.
Jason Merrill
3
-5
/
+23
2015-11-17
re PR bootstrap/68361 (Bootstrap failure with --enable-checking=release)
Jason Merrill
2
-1
/
+7
2015-11-17
PR c++/68308 - [6 Regression] ICE: tree check: expected integer_cst,
Martin Sebor
1
-2
/
+3
2015-11-16
constexpr.c (cxx_eval_builtin_function_call): Use cp_fully_fold to fold argum...
Jason Merrill
3
-16
/
+23
2015-11-16
Add __attribute__((__simd__)) to GCC.
Kirill Yukhin
2
-3
/
+10
2015-11-15
always define ENABLE_OFFLOADING
Trevor Saunders
2
-6
/
+11
2015-11-15
always define TARGET_PECOFF
Trevor Saunders
2
-8
/
+4
2015-11-14
re PR bootstrap/68346 (Bootstrap failure on i686-linux)
Jason Merrill
2
-1
/
+7
2015-11-14
omp-low.c (lower_omp_ordered): Add argument to GOMP_SMD_ORDERED_* internal ca...
Jakub Jelinek
2
-0
/
+8
2015-11-13
Merge C++ delayed folding branch.
Jason Merrill
18
-283
/
+1000
2015-11-13
Source range tracking in libcpp and C FE, with bit-packing optimization
David Malcolm
2
-1
/
+5
2015-11-12
parser.c (cp_parser_oacc_declare): Remove unused.
James Norris
2
-1
/
+5
2015-11-12
c-pragma.c (oacc_pragmas): Add entry for declare directive.
James Norris
3
-0
/
+194
2015-11-12
pt.c (check_explicit_specialization): Check the namespace after we choose a t...
Jason Merrill
2
-8
/
+13
2015-11-11
decl.c (duplicate_decls): When combining typedefs, remove the new type from t...
Jason Merrill
2
-1
/
+21
2015-11-11
pt.c (instantiate_class_template_1): Set function_depth around instantiation ...
Jason Merrill
2
-1
/
+11
2015-11-11
re PR c/68107 (Non-VLA type whose size is half or more of the address space c...
Marek Polacek
2
-13
/
+10
2015-11-11
re PR bootstrap/68271 (Boostrap fails on x86_64-apple-darwin14 at r230084)
Dominique d'Humieres
2
-1
/
+6
2015-11-11
decl.c: Remove unused header files.
Andrew MacLeod
38
-156
/
+40
2015-11-09
parser.c (cp_finalize_oacc_routine): New boolean first argument.
Cesar Philippidis
2
-24
/
+62
2015-11-09
PR c++/67913 - new expression with negative size not diagnosed
Martin Sebor
3
-18
/
+77
2015-11-10
omp-low.h (replace_oacc_fn_attrib, [...]): Declare.
Nathan Sidwell
3
-1
/
+194
2015-11-08
Clean up fallout on ILP32 from r229831.
Martin Sebor
2
-5
/
+14
2015-11-06
Reimplement diagnostic_show_locus, introducing rich_location classes
David Malcolm
2
-2
/
+10
2015-11-06
Support non-type constrained-type-specifiers.
Jason Merrill
3
-73
/
+111
2015-11-06
pt.c (push_inline_template_parms_recursive): Don't recreate the CONST_DECL.
Jason Merrill
2
-15
/
+7
2015-11-06
[cp][committed] Fix bootstrap on arm due to print format warning
Kyrylo Tkachov
2
-1
/
+6
2015-11-05
gimplify.c (gimplify_scan_omp_clauses): Add support for OMP_CLAUSE_TILE.
Cesar Philippidis
4
-10
/
+210
2015-11-05
PR c++/67942 - diagnose placement new buffer overflow
Martin Sebor
2
-3
/
+16
2015-11-05
PR c++/67942 - diagnose placement new buffer overflow
Martin Sebor
2
-7
/
+222
2015-11-05
re PR c++/67846 (ICE on code with lambda expression on x86_64-linux-gnu in ch...
Paolo Carlini
3
-7
/
+20
2015-11-05
gcc/
Jakub Jelinek
6
-100
/
+565
2015-11-04
(cp_parser_oacc_single_int_clause): New function.
Cesar Philippidis
2
-115
/
+52
2015-11-04
ENABLE_CHECKING refactoring: C family front ends
Mikhail Maltsev
12
-88
/
+84
2015-11-03
Handle auto parameter packs.
Jason Merrill
2
-0
/
+21
2015-11-03
OpenACC atomic directive
Thomas Schwinge
2
-0
/
+10
2015-10-31
Remove support for N3994, terse range-for, which was not adopted.
Ville Voutilainen
2
-16
/
+6
2015-10-31
Implement multiple 'auto' feature from Concepts TS.
Jason Merrill
9
-31
/
+268
[next]