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
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
2011-06-08
re PR c++/49107 ([C++0x][4.7 Regression] incomplete type regression with std:...
Jason Merrill
1
-2
/
+6
2011-04-07
re PR c++/48468 ([C++0x][SFINAE] noexcept operator does not handle function t...
Jason Merrill
1
-0
/
+5
2011-03-28
except.c (build_noexcept_spec): Call cxx_constant_value after converting to b...
Jason Merrill
1
-1
/
+1
2010-11-30
diagnostic-core.h: Include bversion.h.
Joseph Myers
1
-1
/
+0
2010-11-01
call.c (null_ptr_cst_p): Use maybe_constant_value.
Jason Merrill
1
-6
/
+17
2010-10-27
* except.c (build_throw): Set EXPR_LOCATION.
Jason Merrill
1
-1
/
+4
2010-10-13
Centralize knowledge of eh personality routines.
Richard Henderson
1
-3
/
+2
2010-09-27
Require lvalues as specified by the standard.
Jason Merrill
1
-1
/
+1
2010-08-20
vec.h (FOR_EACH_VEC_ELT): Define.
Nathan Froyd
1
-3
/
+1
2010-08-19
except.c (pending_noexcept, [...]): New.
Jason Merrill
1
-6
/
+58
2010-06-28
system.h: Poison GCC_EXCEPT_H for front-end files.
Steven Bosscher
1
-8
/
+28
2010-06-16
c.opt: Add -Wnoexcept.
Jason Merrill
1
-12
/
+27
2010-06-09
call.c (build_java_interface_fn_ref): Call build_function_type_list instead o...
Nathan Froyd
1
-16
/
+14
2010-06-04
Implement noexcept-specification (15.4)
Jason Merrill
1
-0
/
+61
2010-06-04
Implement noexcept operator (5.3.7)
Jason Merrill
1
-0
/
+64
2010-05-30
cp-tree.h (cp_build_function_call_nary): Declare.
Nathan Froyd
1
-20
/
+13
2010-05-25
Makefile.in (EXCEPT_H): Fix typo.
Steven Bosscher
1
-3
/
+0
2010-05-15
c.opt: Add -fnothrow-opt.
Jason Merrill
1
-3
/
+16
2010-05-14
C++ DR 475
Jason Merrill
1
-49
/
+11
2010-05-14
re PR c++/44127 (G++ emits unnecessary EH code)
Jason Merrill
1
-2
/
+2
2010-05-06
C++ support for -Wunused-but-set-variable
Jakub Jelinek
1
-0
/
+1
2010-01-20
re PR c++/42038 (ICE: tree check: expected class 'type', have 'exceptional' (...
Paolo Carlini
1
-6
/
+7
2009-12-17
re PR c/40885 (build_indirect_ref i18n problems)
Shujing Zhao
1
-2
/
+2
2009-11-20
re PR c++/42060 ([c++0x] ICE throwing array with initializer list)
Paolo Carlini
1
-2
/
+6
2009-09-14
Squash commit of EH in gimple
Richard Henderson
1
-9
/
+5
2009-09-13
langhooks-def.h (LANG_HOOKS_EH_RUNTIME_TYPE): Define.
Richard Guenther
1
-10
/
+3
2009-07-16
re PR c/40435 (Revision 148442 caused many regressions on trunk)
Aldy Hernandez
1
-1
/
+2
2009-07-06
decl.c: Replace %H by an explicit location.
Manuel López-Ibáñez
1
-6
/
+7
[next]