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
/
except.c
Age
Commit message (
Expand
)
Author
Files
Lines
2016-04-28
cvt.c (cp_get_callee): New.
Jason Merrill
1
-2
/
+1
2016-02-19
Make-lang.in: Invoke gperf with -L C++.
Jakub Jelinek
1
-1
/
+2
2016-01-04
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2015-11-20
Support __cxa_free_exception and fix exception handling.
Torvald Riegel
1
-0
/
+10
2015-11-11
decl.c: Remove unused header files.
Andrew MacLeod
1
-5
/
+0
2015-10-29
decl.c: Reorder #include's and remove duplicates.
Andrew MacLeod
1
-4
/
+3
2015-08-19
remove more useless typedefs
Trevor Saunders
1
-2
/
+2
2015-08-17
* except.c (check_noexcept_r): Assert that fn is POINTER_TYPE_P.
Jason Merrill
1
-1
/
+3
2015-07-28
call.c (build_op_delete_call, [...]): Use Use DECL_SOURCE_LOCATION and "%qD" ...
Paolo Carlini
1
-2
/
+3
2015-07-08
tree-core.h: Include symtab.h.
Andrew MacLeod
1
-1
/
+0
2015-06-17
coretypes.h: Include input.h and as-a.h.
Andrew MacLeod
1
-1
/
+0
2015-06-08
coretypes.h: Include hash-table.h and hash-set.h for host files.
Andrew MacLeod
1
-3
/
+0
2015-06-04
coretypes.h: Include machmode.h...
Andrew MacLeod
1
-3
/
+0
2015-05-05
c.opt (Wterminate): New.
Jason Merrill
1
-1
/
+5
2015-02-12
re PR sanitizer/64984 (ICE in check_noexcept_t with ubsan)
Jakub Jelinek
1
-1
/
+1
2015-01-30
Always pass explicit location to fatal_error.
Joseph Myers
1
-1
/
+2
2015-01-09
genattrtab.c (write_header): Include hash-set.h...
Michael Collison
1
-0
/
+9
2015-01-05
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2014-04-29
DR 1351 Represent the unevaluated exception specification of an implicitly de...
Jason Merrill
1
-0
/
+12
2014-01-02
Update copyright years in gcc/
Richard Sandiford
1
-1
/
+1
2013-12-11
Added Compiler Support for _Cilk_spawn and _Cilk_sync for C++.
Balaji V. Iyer
1
-0
/
+18
2013-11-19
Factor unrelated declarations out of tree.h.
Diego Novillo
1
-0
/
+3
2013-11-12
gimple-expr.h (create_tmp_var_name, [...]): Relocate prototypes from gimple.h.
Andrew MacLeod
1
-1
/
+0
2013-10-23
In C++11 a trivial [cd]tor might not be callable.
Jason Merrill
1
-8
/
+12
2013-09-07
Handle noexcept on transactions with -fno-exceptions
Tom de Vries
1
-0
/
+3
2013-08-30
Correct previous patch to not mark terminate as LEAF.
Jan Hubicka
1
-12
/
+7
2013-08-30
class.c (build_vtbl_initializer): Make __cxa_deleted_virtual ECF_NORETURN | E...
Jan Hubicka
1
-25
/
+26
2013-05-08
except.c (is_admissible_throw_operand_or_catch_parameter): Check variably_mod...
Jason Merrill
1
-0
/
+11
2013-03-29
call.c (add_builtin_candidate): Use TYPE_PTR_P and VOID_TYPE_P.
Paolo Carlini
1
-4
/
+4
2013-03-29
tree.h (VAR_P): New.
Gabriel Dos Reis
1
-1
/
+1
2013-03-16
cp-tree.h (abstract_class_use): New enum.
Jason Merrill
1
-10
/
+2
2013-01-10
Update copyright years in gcc/
Richard Sandiford
1
-3
/
+1
2012-12-06
re PR c++/54207 ([C++0x] ICE in build_noexcept_spec when bool is #defined/typ...
Jakub Jelinek
1
-5
/
+11
2012-11-17
This patch rewrites the old VEC macro-based interface into a new one based on...
Diego Novillo
1
-6
/
+4
2012-09-13
typeck.c (build_indirect_ref, [...]): Remove uses of ATTRIBUTE_UNUSED on the ...
Paolo Carlini
1
-4
/
+2
2012-09-10
Remove unnecessary VEC function overloads.
Diego Novillo
1
-5
/
+2
2012-09-05
re PR c++/54191 ([C++11] SFINAE does not handle conversion to inaccessible base)
Paolo Carlini
1
-1
/
+1
2012-06-06
re PR c++/53567 ("ICE: Error reporting routines re-entered" on missing enum e...
Paolo Carlini
1
-2
/
+4
2012-05-31
output.h (__gcc_host_wide_int__): Move to hwint.h.
Steven Bosscher
1
-1
/
+0
2012-05-21
re PR c++/51184 (Abstract class in function return type)
Paolo Carlini
1
-1
/
+1
2012-05-17
re PR c++/53371 (rvalue reference type as exception-declaration)
Paolo Carlini
1
-14
/
+34
2012-04-18
re PR c++/52422 ([C++11][SFINAE] Hard errors with void or arithmetic expressi...
Paolo Carlini
1
-2
/
+2
2011-12-12
Add condition to MUST_NOT_THROW_EXPR.
Torvald Riegel
1
-3
/
+27
2011-11-08
Merge from transactional-memory branch.
Aldy Hernandez
1
-0
/
+49
2011-10-11
Convert standard builtin functions from being arrays to using a functional in...
Michael Meissner
1
-2
/
+2
2011-09-24
except.c (expr_noexcept_p): Split out from finish_noexcept_expr.
Jason Merrill
1
-4
/
+17
2011-08-23
re PR c++/50055 ([PATCH] Location information for the throw() specification i...
Siddhesh Poyarekar
1
-2
/
+4
2011-07-19
tree.h (fold_build_pointer_plus_loc): New helper function.
Richard Guenther
1
-3
/
+3
2011-07-16
Make-lang.in (check-g++-strict-gc): New.
Jason Merrill
1
-0
/
+2
2011-06-21
call.c (add_builtin_candidates): Use cv_unqualified rather than TYPE_MAIN_VAR...
Jason Merrill
1
-1
/
+1
[next]