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/existing-fp8
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
/
semantics.c
Age
Commit message (
Expand
)
Author
Files
Lines
2012-01-23
re PR c++/51925 (ICE in tsubst with using and template function)
Jason Merrill
1
-9
/
+6
2012-01-19
re PR c++/51889 (can't override a using-declaration in a template)
Jason Merrill
1
-14
/
+0
2012-01-13
c-decl.c: Do not include tree-mudflap.h
Steven Bosscher
1
-1
/
+0
2012-01-13
re PR c++/20681 (wrong "control reaches" warning with switches)
Jason Merrill
1
-0
/
+9
2012-01-13
PR c++/51633 - ICEs with constexpr constructor
Dodji Seketeli
1
-0
/
+2
2012-01-10
re PR c++/51433 (constexpr caching leads to incorrect dynamic initialization)
Jason Merrill
1
-1
/
+1
2012-01-03
re PR c++/51669 (ICE verify-gimple with openmp)
Jakub Jelinek
1
-3
/
+17
2012-01-02
PR c++/51462 - ICE in cx_check_missing_mem_inits
Dodji Seketeli
1
-1
/
+2
2011-12-31
re PR c++/51397 (static_assert message formatting)
Paolo Carlini
1
-1
/
+1
2011-12-21
re PR c++/51305 ([C++11][constexpr] noexcept-specifier overconstraints conste...
Paolo Carlini
1
-2
/
+2
2011-12-20
re PR c++/51612 ([c++0x] [4.6/4.7 Regression] ICE with constexpr constructor ...
Paolo Carlini
1
-0
/
+6
2011-12-19
re PR c++/51526 ([C++11][constexpr] constexpr delegating constructor should b...
Jason Merrill
1
-1
/
+20
2011-12-19
re PR c++/51619 ([c++0x] [4.6 Regression] ICE with array class member)
Jakub Jelinek
1
-1
/
+1
2011-12-19
re PR c++/51489 (constexpr not working consistently)
Jason Merrill
1
-28
/
+16
2011-12-18
semantics.c (finish_compound_literal): Don't call check_narrowing if !(compla...
Paolo Carlini
1
-1
/
+2
2011-12-15
re PR c/51360 (spurious unused-but-set-variable warning for var used in OpenM...
Jakub Jelinek
1
-0
/
+4
2011-12-15
re PR libstdc++/51365 (cannot use final empty class in std::tuple)
Jonathan Wakely
1
-0
/
+5
2011-12-14
re PR c++/51554 (ICE in cp/semantics.c:cxx_eval_indirect_ref with -Wall)
Jason Merrill
1
-2
/
+8
2011-12-14
re PR c++/51464 ([c++0x] ICE with invalid use of [])
Paolo Carlini
1
-0
/
+2
2011-12-12
Support noexcept-specifications for transaction statements and expressions.
Torvald Riegel
1
-4
/
+24
2011-12-08
re PR c++/51459 ('double free or corruption' involving std::function and lamb...
Jason Merrill
1
-1
/
+1
2011-12-05
re PR c++/51319 (Eigen3 enums not accepted)
Fabien ChĂȘne
1
-0
/
+2
2011-12-05
re PR c++/51414 (Broken diagnostic with invalid use of __underlying_type)
Paolo Carlini
1
-1
/
+1
2011-11-22
re PR c++/51265 (ICE in finish_decltype_type, at cp/semantics.c:5244)
Paolo Carlini
1
-1
/
+2
2011-11-19
re PR c++/51216 (ICE with statement expression)
Paolo Carlini
1
-0
/
+4
2011-11-14
re PR c++/6936 (member "using" binds wrong)
Fabien ChĂȘne
1
-2
/
+22
2011-11-09
re PR c++/51047 ([C++0x] SFINAE does not handle errors of ambiguous base memb...
Paolo Carlini
1
-1
/
+2
2011-11-08
Merge from transactional-memory branch.
Aldy Hernandez
1
-0
/
+59
2011-11-07
PR c++/45114 - Support C++11 alias-declaration
Dodji Seketeli
1
-6
/
+8
2011-11-06
re PR c++/47695 ([C++0X] Calling a deleted function fails twice)
Paolo Carlini
1
-2
/
+3
2011-11-04
re PR c++/50608 (cannot apply 'offsetof' to a non-constant address)
Eric Botcazou
1
-1
/
+1
2011-11-02
re PR c++/50810 (c++0x-compat does not warn about narrowing conversions)
Jason Merrill
1
-1
/
+1
2011-10-27
semantics.c (cxx_eval_outermost_constant_expr): Check cp_has_mutable_p.
Jason Merrill
1
-0
/
+18
2011-10-26
Implement C++11 user-defined literals.
Ed Smith-Rowland
1
-0
/
+1
2011-10-26
re PR c++/50870 ([C++0x] [4.6/4.7 Regression] ICE with decltype, operator->, ...
Paolo Carlini
1
-1
/
+1
2011-10-25
re PR c++/50866 (ICE in verify_gimple_stmt, at tree-cfg.c:4175)
Jason Merrill
1
-1
/
+1
2011-10-23
re PR c++/50841 (bootstrap failure: narrowing conversion of '-0x0000000000000...
Paolo Carlini
1
-1
/
+1
2011-10-23
re PR c++/50810 (c++0x-compat does not warn about narrowing conversions)
Paolo Carlini
1
-1
/
+1
2011-10-19
[multiple changes]
Roland Stigge
1
-1
/
+1
2011-10-19
re PR c++/38761 (%s substituted with regular word can't be properly translated)
Paolo Carlini
1
-2
/
+3
2011-10-18
[multiple changes]
Benjamin Kosnik
1
-0
/
+143
2011-10-15
re PR c++/50732 ([type_traits] is_base_of<Base, Derived> unnecessarily instan...
Paolo Carlini
1
-22
/
+10
2011-10-13
re PR c++/50437 ([C++0x] [4.7 regression] ICE for trivial use of lambda in te...
Jason Merrill
1
-9
/
+11
2011-10-11
Convert standard builtin functions from being arrays to using a functional in...
Michael Meissner
1
-4
/
+4
2011-10-11
re PR c++/49855 (internal compiler error: in fold_convert_const_int_from_real)
Jason Merrill
1
-2
/
+1
2011-09-30
cp-tree.h (TREE_NEGATED_INT): Remove.
Jason Merrill
1
-13
/
+0
2011-09-26
re PR c++/50508 ([C++0x] ICE cxx_eval_logical_expression cp/semantics.c:6487)
Jason Merrill
1
-2
/
+2
2011-09-24
Implement C++11 non-static data member initializers.
Jason Merrill
1
-3
/
+3
2011-09-23
re PR c++/50491 ([C++0x] [4.6/4.7 Regression] "unexpected ast of kind using_d...
Paolo Carlini
1
-0
/
+1
2011-09-20
cp-tree.h (DECL_TEMPLOID_INSTANTIATION): New.
Jason Merrill
1
-4
/
+4
[next]