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
/
ipa-devirt.c
Age
Commit message (
Expand
)
Author
Files
Lines
2019-08-13
Protect some checks of DECL_FUNCTION_CODE
Richard Sandiford
1
-4
/
+2
2019-07-31
ipa-devirt: make qsort helpers static
Alexander Monakov
1
-2
/
+2
2019-07-29
re PR c++/91222 (507.cactuBSSN_r build fails in warn_types_mismatch at ipa-de...
Jan Hubicka
1
-1
/
+1
2019-07-25
* ipa-devirt.c (add_type_duplicate): Fix return value.
Jan Hubicka
1
-1
/
+1
2019-07-09
PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to n...
Martin Sebor
1
-1
/
+1
2019-07-09
PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to n...
Martin Sebor
1
-2
/
+4
2019-06-27
class.c (layout_class_type): Set TYPE_CXX_ODR_P for as-base type copy.
Jan Hubicka
1
-0
/
+45
2019-06-07
common.opt (flto-odr-type-merging): Ignore.
Jan Hubicka
1
-218
/
+13
2019-06-01
alias.c: Include ipa-utils.h.
Jan Hubicka
1
-0
/
+14
2019-05-17
trans.c (check_inlining_for_nested_subprog): Quote reserved names.
Martin Sebor
1
-1
/
+1
2019-05-03
re PR tree-optimization/90303 (ICE in hash_odr_name with fastcall attribute s...
Jakub Jelinek
1
-2
/
+2
2019-04-14
re PR lto/89358 (Combining -std=c++14 and -std=c++17 objects gives ODR warnings)
Jan Hubicka
1
-2
/
+20
2019-04-09
re PR translation/90011 (trailing space in diagnostic)
Jakub Jelinek
1
-1
/
+1
2019-03-08
re PR ipa/80000 (diagnostics: trailing spaces in "one definition rule ")
Jakub Jelinek
1
-9
/
+9
2019-01-09
PR other/16615 [1/5]
Sandra Loosemore
1
-8
/
+8
2019-01-01
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2018-12-27
ipa-devirt.c (polymorphic_call_target_d): Add n_odr_types.
Jan Hubicka
1
-1
/
+7
2018-12-24
ipa-devirt.c (dump_targets): Cap number of targets printed.
Jan Hubicka
1
-5
/
+13
2018-12-24
lto-symtab.c (lto_symtab_merge_decls_2): Do not report ODR violations for met...
Jan Hubicka
1
-0
/
+6
2018-12-22
tree.c: (obj_type_ref_class): Move to...
Jan Hubicka
1
-0
/
+26
2018-11-22
re PR lto/88142 (ICE in lto_warn at ipa-devirt.c:1020 since r265519)
Jan Hubicka
1
-33
/
+22
2018-11-21
re PR ipa/87957 (ICE tree check: expected tree that contains ‘decl minimalâ...
Jan Hubicka
1
-14
/
+32
2018-11-21
re PR lto/84044 (Spurious -Wodr warning with -flto)
Jan Hubicka
1
-1
/
+1
2018-11-20
ipa-devirt.c (add_type_duplicate): Do not ICE on incomplete enums.
Jan Hubicka
1
-1
/
+2
2018-11-20
re PR ipa/87957 (ICE tree check: expected tree that contains ‘decl minimalâ...
Jan Hubicka
1
-5
/
+36
2018-11-19
re PR ipa/87957 (ICE tree check: expected tree that contains ‘decl minimalâ...
Jan Hubicka
1
-3
/
+5
2018-11-17
re PR ipa/87957 (ICE tree check: expected tree that contains ‘decl minimalâ...
Jan Hubicka
1
-6
/
+18
2018-11-07
ipa-devirt.c (odr_types_equivalent_p): Expect constants than const decls in T...
Jan Hubicka
1
-19
/
+66
2018-10-26
ipa-devirt.c (odr_subtypes_equivalent_p): Fix recursion.
Jan Hubicka
1
-8
/
+5
2018-10-26
ipa-devirt.c (warn_odr): Make static.
Jan Hubicka
1
-88
/
+116
2018-10-25
ipa-devirt.c (main_odr_variant): Remove.
Jan Hubicka
1
-46
/
+17
2018-10-25
ipa-devirt.c (odr_types_equivalent_p): Do not ICE if one of types is anonymous.
Jan Hubicka
1
-0
/
+7
2018-08-20
Add support for grouping of related diagnostics (PR other/84889)
David Malcolm
1
-15
/
+24
2018-06-26
Introduce dump_location_t
David Malcolm
1
-2
/
+1
2018-04-18
Fix coding style and typos.
Martin Liska
1
-1
/
+1
2018-04-18
Revert r258133.
Martin Liska
1
-8
/
+3
2018-04-18
Revert r25841.
Martin Liska
1
-2
/
+0
2018-04-17
Fix coding style and add a new test-case (PR lto/85405).
Martin Liska
1
-1
/
+1
2018-04-17
Support bitfields in Wodr machinery (PR lto/85405).
Martin Liska
1
-2
/
+9
2018-04-10
re PR lto/85078 (LTO ICE: tree check: expected tree that contains 'decl minim...
Jan Hubicka
1
-0
/
+18
2018-03-13
re PR lto/84805 (ICE in get_odr_type, at ipa-devirt.c:2096 since r258133)
Eric Botcazou
1
-2
/
+4
2018-03-02
re PR ipa/83983 (FAIL: g++.dg/lto/pr83121 (test for LTO warnings, pr83121_0....
Eric Botcazou
1
-3
/
+8
2018-01-17
lto, testsuite: Fix ICE in -Wodr (PR lto/83121)
David Malcolm
1
-1
/
+6
2018-01-12
Initialize type_warnings::dyn_count with a default value (PR ipa/83054).
Martin Liska
1
-5
/
+20
2018-01-03
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2017-11-10
auto-profile.c (afdo_indirect_call): Drop frequency.
Jan Hubicka
1
-3
/
+2
2017-10-22
Rename inchash::hash::add_wide_int
Richard Sandiford
1
-4
/
+4
2017-08-08
trans.c: Include header files.
Martin Liska
1
-0
/
+2
2017-07-21
Remove TYPE_METHODS.
Nathan Sidwell
1
-56
/
+0
2017-06-11
tree.h (id_equal): New.
Jason Merrill
1
-1
/
+1
[next]