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
/
cvt.c
Age
Commit message (
Expand
)
Author
Files
Lines
2021-11-03
c: Fold implicit integer-to-floating conversions in static initializers with ...
Joseph Myers
1
-0
/
+9
2021-06-24
cp: add support for per-location warning groups.
Martin Sebor
1
-7
/
+5
2021-05-26
c++: Fix reference NTTP binding to noexcept fn [PR97420]
Patrick Palka
1
-25
/
+11
2021-05-18
PR100281 C++: Fix SImode pointer handling
Andreas Krebbel
1
-1
/
+1
2021-04-03
c++: PMF template parm and noexcept [PR90664]
Jason Merrill
1
-0
/
+5
2021-03-25
c-family: Fix up -Wduplicated-branches for union members [PR99565]
Jakub Jelinek
1
-4
/
+4
2021-03-04
c++: Fix up [[nodiscard]] on ctors on targetm.cxx.cdtor_returns_this targets ...
Jakub Jelinek
1
-5
/
+7
2021-03-03
c++: Clean up normalization and satisfaction routines
Patrick Palka
1
-1
/
+1
2021-01-25
PR c++/98646 - spurious -Wnonnull calling a member on the result of static_cast
Martin Sebor
1
-1
/
+8
2021-01-04
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2020-12-09
c++: Avoid [[nodiscard]] warning in requires-expr [PR98019]
Jason Merrill
1
-0
/
+3
2020-11-10
c, c++: Fix up -Wunused-value on COMPLEX_EXPRs [PR97748]
Jakub Jelinek
1
-24
/
+14
2020-07-02
c++: Support C++20 virtual consteval functions. [PR88335]
Jason Merrill
1
-6
/
+5
2020-05-18
c++: ICE with -Wall and constexpr if [PR94937]
Marek Polacek
1
-2
/
+1
2020-04-16
c++: Error recovery with erroneous DECL_INITIAL [PR94475]
Patrick Palka
1
-1
/
+3
2020-03-27
c++: Handle COMPOUND_EXPRs in ocp_convert [PR94339]
Jakub Jelinek
1
-0
/
+11
2020-01-01
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2019-12-23
[C++] Fix ICE for binding lax vector conversions to references (PR 93014)
Richard Sandiford
1
-2
/
+2
2019-12-09
cvt.c (maybe_warn_nodiscard): Add workaround for GCC 3.4-4.4 - cast msg to (c...
Jakub Jelinek
1
-12
/
+14
2019-12-04
[C++] Opt out of GNU vector extensions for built-in SVE types
Richard Sandiford
1
-1
/
+12
2019-11-27
re PR c++/92236 ([concepts] Explain non-satisfaction in static_assert)
Andrew Sutton
1
-0
/
+6
2019-11-20
cvt.c (ocp_convert): Use additional warning sentinel.
Paolo Carlini
1
-0
/
+1
2019-11-15
typeck.c (cp_truthvalue_conversion): Add tsubst_flags_t parameter and use it ...
Paolo Carlini
1
-2
/
+2
2019-11-13
PR c++/89070 - bogus [[nodiscard]] warning in SFINAE.
Marek Polacek
1
-3
/
+6
2019-10-19
Implement C++20 P1301 [[nodiscard("should have a reason")]].
JeanHeyd Meneide
1
-9
/
+27
2019-08-05
cp-tree.h (cp_expr_loc_or_input_loc): New.
Paolo Carlini
1
-6
/
+6
2019-06-22
PR c++/90881 - bogus -Wunused-value in unevaluated context.
Marek Polacek
1
-1
/
+2
2019-06-05
c-decl.c (start_decl): Adjust quoting and hyphenation in diagnostics.
Martin Sebor
1
-1
/
+1
2019-05-17
trans.c (check_inlining_for_nested_subprog): Quote reserved names.
Martin Sebor
1
-5
/
+5
2019-05-13
Use releasing_vec more broadly.
Jason Merrill
1
-4
/
+2
2019-05-10
call.c (build_call_a): Use FUNC_OR_METHOD_TYPE_P.
Paolo Carlini
1
-2
/
+1
2019-03-11
Wrap apostrophes in gcc internal format with %'.
Martin Liska
1
-1
/
+1
2019-03-11
Wrap option names in gcc internal messages with %< and %>.
Martin Liska
1
-1
/
+1
2019-01-17
[PR88146] avoid diagnostics diffs if cdtor_returns_this
Alexandre Oliva
1
-0
/
+10
2019-01-14
Implement P0482R5, char8_t: A type for UTF-8 characters and strings
Tom Honermann
1
-0
/
+1
2019-01-01
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2018-12-19
C++: more location wrapper nodes (PR c++/43064, PR c++/43486)
David Malcolm
1
-8
/
+14
2018-11-13
Eliminate source_location in favor of location_t
David Malcolm
1
-1
/
+1
2018-11-05
Fix various latent issues revealed by P0732 work.
Jason Merrill
1
-1
/
+9
2018-08-20
Add support for grouping of related diagnostics (PR other/84889)
David Malcolm
1
-0
/
+3
2018-06-18
tree.c (cp_expr_location): New.
Jason Merrill
1
-6
/
+6
2018-06-03
PR c++/85739 - ICE with pointer to member template parm.
Jason Merrill
1
-2
/
+3
2018-05-24
cp-tree.h (INDIRECT_TYPE_P): New.
Paolo Carlini
1
-5
/
+5
2018-05-23
Fix cast to rvalue reference from prvalue.
Jason Merrill
1
-1
/
+2
2018-05-14
cp-tree.h (TYPE_REF_P): New.
Paolo Carlini
1
-10
/
+9
2018-05-05
cvt.c (ocp_convert): Early handle the special case of a null_ptr_cst_p expr c...
Paolo Carlini
1
-6
/
+9
2018-04-27
cvt.c (cp_fold_convert): Use convert_ptrmem.
Jason Merrill
1
-5
/
+9
2018-04-27
PR c++/85545 - ICE with noexcept PMF conversion.
Jason Merrill
1
-3
/
+5
2018-04-26
PR c++/85545 - ICE with noexcept PMF conversion.
Jason Merrill
1
-1
/
+3
2018-03-20
PR c++/84978, ICE with NRVO.
Jason Merrill
1
-2
/
+11
[next]