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
2022-01-17
Rename .c files to .cc files.
Martin Liska
1
-1367
/
+0
2022-01-06
c++: nested catch in ctor fn-try-block [PR61611]
Jason Merrill
1
-1
/
+19
2022-01-06
c++: destroy retval on throwing cleanup in try [PR33799]
Jason Merrill
1
-10
/
+19
2022-01-03
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2021-07-08
c++: Fix noexcept with unevaluated operand [PR101087]
Marek Polacek
1
-3
/
+6
2021-06-24
cp: add support for per-location warning groups.
Martin Sebor
1
-1
/
+2
2021-04-08
c++: Fix ICE with unexpanded parameter pack [PR99844]
Marek Polacek
1
-0
/
+2
2021-01-04
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2020-12-10
c++: Add make_temp_override generator functions
Jason Merrill
1
-1
/
+1
2020-11-06
c++: Small tweak to can_convert_eh [PR81660]
Marek Polacek
1
-6
/
+8
2020-11-05
c++: Add auto_diagnostic_group to check_handlers_1.
Marek Polacek
1
-0
/
+1
2020-11-05
c++: Add -Wexceptions warning option [PR97675]
Marek Polacek
1
-5
/
+4
2020-07-29
c++: Implement C++20 implicit move changes. [PR91427]
Jason Merrill
1
-12
/
+16
2020-07-06
c++: Always use pushdecl for exception library helpers
Nathan Sidwell
1
-120
/
+42
2020-05-14
c++: Missing SFINAE with lookup_fnfields [PR78446]
Patrick Palka
1
-1
/
+2
2020-03-23
c++: Avoid a suspicious -Wnoexcept warning [PR93805]
Patrick Palka
1
-1
/
+4
2020-03-09
c++: Fix convert_like in template [PR91465, PR93870, PR92031, PR94068]
Marek Polacek
1
-3
/
+1
2020-01-26
c++: Fix -Wnoexcept handling of system headers (PR90992).
Jason Merrill
1
-6
/
+10
2020-01-19
PR c++/33799 - destroy return value, take 2.
Jason Merrill
1
-0
/
+72
2020-01-13
PR c++/92746 - ICE with noexcept of function concept check.
Jason Merrill
1
-0
/
+2
2020-01-01
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2019-12-18
typeck.c (cxx_sizeof_or_alignof_type): Add location_t parameter and use it th...
Paolo Carlini
1
-27
/
+11
2019-12-06
[C++] Pass type uses through the verify_type_context hook
Richard Sandiford
1
-0
/
+5
2019-10-24
[C++ PATCH] 'std' identifier not needed
Nathan Sidwell
1
-2
/
+2
2019-06-22
PR c++/86476 - noexcept-specifier is a complete-class context.
Marek Polacek
1
-0
/
+1
2019-06-21
PR c++/90490 - fix decltype issues in noexcept-specifier.
Marek Polacek
1
-1
/
+3
2019-05-17
trans.c (check_inlining_for_nested_subprog): Quote reserved names.
Martin Sebor
1
-1
/
+1
2019-05-13
Use releasing_vec more broadly.
Jason Merrill
1
-5
/
+2
2019-04-12
PR c++/87603 - constexpr functions are no longer noexcept.
Marek Polacek
1
-5
/
+8
2019-04-12
except.c (build_noexcept_spec): Use build_converted_constant_bool_expr instea...
Marek Polacek
1
-3
/
+1
2019-03-11
Wrap option names in gcc internal messages with %< and %>.
Martin Liska
1
-1
/
+1
2019-01-01
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2018-12-16
re PR c++/88482 (ICE when wrongly declaring __cxa_allocate_exception)
Jakub Jelinek
1
-30
/
+123
2018-12-06
[PR86397] resolve nondependent noexcept specs early in C++1[14]
Alexandre Oliva
1
-4
/
+1
2018-11-28
except.c (do_allocate_exception): Annotate __cxa_allocate_exception as COLD.
Jan Hubicka
1
-1
/
+1
2018-09-24
cp-tree.h (build_noexcept_spec, [...]): Adjust declarations.
Marek Polacek
1
-1
/
+1
2018-09-05
cp-tree.h (treat_lvalue_as_rvalue_p): Declare.
Marek Polacek
1
-5
/
+2
2018-05-24
cp-tree.h (INDIRECT_TYPE_P): New.
Paolo Carlini
1
-2
/
+2
2018-05-14
cp-tree.h (TYPE_REF_P): New.
Paolo Carlini
1
-3
/
+3
2018-04-12
PR c++/85356 - ICE with pointer to member function.
Jason Merrill
1
-1
/
+4
2018-02-15
PR c++/84045 - ICE with typedef and noexcept.
Jason Merrill
1
-0
/
+4
2018-01-10
Preserving locations for variable-uses and constants (PR c++/43486)
David Malcolm
1
-1
/
+1
2018-01-03
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2017-11-13
Defer folding of *&.
Jason Merrill
1
-1
/
+1
2017-10-05
[C++ PATCH] Kill IDENTIFIER_GLOBAL_VALUE
Nathan Sidwell
1
-5
/
+5
2017-08-29
Add immediate potential_constant_expression variants.
Jason Merrill
1
-6
/
+12
2017-08-10
PR c++/80452 - Core 1579, implicit move semantics on return/throw
Jason Merrill
1
-6
/
+24
2017-06-27
cp-tree.h (CLASSTYPE_DESTRUCTORS): Rename to ...
Nathan Sidwell
1
-1
/
+1
2017-06-16
Don't defer noexcept_deferred_spec.
Nathan Sidwell
1
-12
/
+0
2017-06-09
builtin-attrs.def (ATTR_NORETURN_NOTHROW_LEAF_COLD_LIST, [...]): New.
Jan Hubicka
1
-3
/
+4
[next]