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
2013-04-11
call.c (build_conditional_expr_1, [...]): Protect error calls with complain &...
Paolo Carlini
1
-6
/
+6
2013-03-29
call.c (add_builtin_candidate): Use TYPE_PTR_P and VOID_TYPE_P.
Paolo Carlini
1
-8
/
+7
2013-03-27
call.c (build_new_method_call_1): Use INDIRECT_REF_P.
Gabriel Dos Reis
1
-1
/
+1
2013-02-20
re PR c++/56373 (-Wzero-as-null-pointer-constant: does not catch issues with ...
Paolo Carlini
1
-6
/
+7
2013-01-10
Update copyright years in gcc/
Richard Sandiford
1
-3
/
+1
2012-12-03
re PR c++/54170 (Call to lambda elided)
Paolo Carlini
1
-10
/
+8
2012-11-29
re PR c++/53094 (constexpr vector subscripting)
Marc Glisse
1
-0
/
+2
2012-11-17
This patch rewrites the old VEC macro-based interface into a new one based on...
Diego Novillo
1
-2
/
+2
2012-10-07
pt.c (fold_non_dependent_expr_sfinae): Remove static specifier.
Paolo Carlini
1
-5
/
+3
2012-09-05
re PR c++/54191 ([C++11] SFINAE does not handle conversion to inaccessible base)
Paolo Carlini
1
-5
/
+8
2012-07-02
re PR c++/53524 (Bogus enum comparison warning)
Jason Merrill
1
-2
/
+2
2012-06-06
re PR c++/53567 ("ICE: Error reporting routines re-entered" on missing enum e...
Paolo Carlini
1
-90
/
+107
2012-05-12
generic.texi: Rename TYPE_PTRMEM_P to TYPE_PTRDATAMEM_P.
Paolo Carlini
1
-6
/
+5
2012-05-10
re PR c++/53158 ([C++11] Bogus error in loop condition)
Paolo Carlini
1
-127
/
+141
2012-04-30
Make conversion warnings work on NULL with -ftrack-macro-expansion
Dodji Seketeli
1
-2
/
+7
2012-04-24
re PR c++/52363 (Presence/absence of -pedantic compilation affects run-time b...
Paolo Carlini
1
-8
/
+12
2012-04-18
re PR c++/52422 ([C++11][SFINAE] Hard errors with void or arithmetic expressi...
Paolo Carlini
1
-5
/
+7
2012-04-10
c-common.c (warn_if_unused_value): Move definition to here.
Manuel López-Ibáñez
1
-1
/
+1
2012-02-06
re PR c++/52088 (ICE in "delete" with template convertion operator)
Jason Merrill
1
-0
/
+11
2011-11-01
re PR c++/44277 ([C++0x] Add warning to facilitate nullptr conversion.)
Paolo Carlini
1
-0
/
+5
2011-09-24
re PR c++/44267 (SFINAE does not handle down static_cast over virtual inherit...
Paolo Carlini
1
-5
/
+8
2011-06-07
re PR c++/48780 ([C++0x] scoped enumerations and va_arg (default argument pro...
Jason Merrill
1
-1
/
+2
2011-05-21
re PR c++/48780 ([C++0x] scoped enumerations and va_arg (default argument pro...
Jason Merrill
1
-0
/
+7
2011-05-05
cp-tree.h (REFERENCE_REF_P): Just check the type.
Jason Merrill
1
-1
/
+0
2011-04-26
re PR c++/48530 ([C++0x][SFINAE] Hard errors with deleted d'tors)
Jason Merrill
1
-4
/
+10
2011-04-11
re PR c++/48534 ([C++0x][SFINAE] Compiler break down on explicit scoped enum ...
Jason Merrill
1
-1
/
+1
2011-04-07
re PR c++/48450 ([C++0x][SFINAE] Hard errors with static_cast expressions)
Jason Merrill
1
-1
/
+1
2011-04-07
re PR c++/48450 ([C++0x][SFINAE] Hard errors with static_cast expressions)
Jason Merrill
1
-1
/
+7
2011-02-17
re PR c++/47783 (Warning 'set but not used' [-Wunused-but-set-parameter] inco...
Jakub Jelinek
1
-0
/
+1
2011-02-10
* cvt.c (convert_to_void): Handle null op1.
Jason Merrill
1
-4
/
+8
2010-11-30
diagnostic-core.h: Include bversion.h.
Joseph Myers
1
-1
/
+0
2010-11-29
re PR c++/45383 (Implicit conversion to pointer does no longer automatically ...
Dodji Seketeli
1
-3
/
+1
2010-11-10
cfgloop.c (verify_loop_structure): Use %' in diagnostics.
Joseph Myers
1
-1
/
+1
2010-11-08
Correct conversion/overflow behavior.
Jason Merrill
1
-3
/
+30
2010-11-01
call.c (null_ptr_cst_p): Use maybe_constant_value.
Jason Merrill
1
-1
/
+4
2010-10-27
* cvt.c (build_up_reference): Use target_type for the temporary var.
Jason Merrill
1
-1
/
+1
2010-09-27
Require lvalues as specified by the standard.
Jason Merrill
1
-2
/
+2
2010-08-06
typeck.c (complete_type_or_maybe_complain): Split out from...
Jason Merrill
1
-1
/
+1
2010-07-13
re PR c++/44908 (SFINAE vs pointer to member via virtual base)
Paolo Carlini
1
-3
/
+3
2010-07-06
cp-tree.h (impl_conv_void): New type.
Shujing Zhao
1
-32
/
+281
2010-06-11
cp-tree.h (expr_list_kind): New type.
Shujing Zhao
1
-1
/
+1
2010-06-07
re PR c++/44444 (-Wunused-but-set-variable problem with field references)
Jakub Jelinek
1
-1
/
+3
2010-06-05
cvt.c (cp_convert_to_pointer): Use null_ptr_cst_p.
Magnus Fromreide
1
-1
/
+1
2010-06-02
re PR debug/44367 (-O0 -g wrong DW_AT_location on c++ class retval)
Jakub Jelinek
1
-12
/
+16
2010-06-01
Undo inadvertent commit in rev 160105.
Diego Novillo
1
-16
/
+12
2010-06-01
richi's fixes for c++ bootstrap
Diego Novillo
1
-12
/
+16
2010-05-13
re PR bootstrap/44048 (building without C++ enabled fails)
Jason Merrill
1
-1
/
+1
2010-05-11
re PR c++/44062 ((void)var; doesn't prevent 'set but not used' warning)
Jakub Jelinek
1
-1
/
+15
2010-05-06
Add support for C++0x nullptr.
Jason Merrill
1
-0
/
+2
2010-05-03
re PR c++/43680 ([DR 1022] G++ is too aggressive in optimizing away bounds ch...
Jason Merrill
1
-1
/
+4
[next]