[Bug other/101711] Error when gcc cross compile libvtv

2021-09-01 Thread ctice at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101711 --- Comment #10 from ctice at gcc dot gnu.org --- I have been trying off-and-on for the last 3 weeks to build a ming64 GCC cross-compiler, on my x86_64 linux ELF system, and I have not been able to do it. This is without enabling libvtv

[Bug other/101711] Error when gcc cross compile libvtv

2021-08-05 Thread ctice at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101711 --- Comment #7 from ctice at gcc dot gnu.org --- Also, I downloaded the sources for mcfgthread from the repo supplied in comment5, but I can't seem to get that to build -- the GCC on my machine does not recognize "-municode" as a

[Bug other/101711] Error when gcc cross compile libvtv

2021-08-05 Thread ctice at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101711 --- Comment #6 from ctice at gcc dot gnu.org --- I applied the patch supplied in comment 5. I added --with-sysroot=/usr/local to my configure command (still not using --enable-threads=mcf or --enable-vtable-verify). Now it configures

[Bug other/101711] Error when gcc cross compile libvtv

2021-08-04 Thread ctice at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101711 ctice at gcc dot gnu.org changed: What|Removed |Added CC||ctice at gcc dot gnu.org

[Bug libstdc++/99172] Build failure with slibtool and vtv

2021-03-10 Thread ctice at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99172 --- Comment #11 from ctice at gcc dot gnu.org --- Created attachment 50360 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=50360=edit Proposed patch to fix issue This patch fixes the issue, without breaking VTV, and is currently

[Bug libstdc++/99172] Build failure with slibtool and vtv

2021-02-24 Thread ctice at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99172 --- Comment #9 from ctice at gcc dot gnu.org --- I will work on fixing that.

[Bug libstdc++/99172] Build failure with slibtool and vtv

2021-02-24 Thread ctice at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99172 ctice at gcc dot gnu.org changed: What|Removed |Added CC||ctice at gcc dot gnu.org

[Bug other/91396] Link error when I use -fvtable-verify=std and -static

2019-11-13 Thread ctice at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91396 --- Comment #7 from ctice at gcc dot gnu.org --- To the best of my knowledge this is fixed; do you have evidence otherwise?

[Bug testsuite/91670] [10 regression] g++.dg/ubsan/pr59415.C fails starting with rr275388

2019-09-09 Thread ctice at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91670 ctice at gcc dot gnu.org changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution

[Bug testsuite/91670] [10 regression] g++.dg/ubsan/pr59415.C fails starting with rr275388

2019-09-06 Thread ctice at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91670 --- Comment #2 from ctice at gcc dot gnu.org --- Author: ctice Date: Fri Sep 6 14:54:48 2019 New Revision: 275460 URL: https://gcc.gnu.org/viewcvs?rev=275460=gcc=rev Log: Fix testcase to not use LTO with -fvtable-verify. 2019-09-05 Caroline

[Bug testsuite/91670] [10 regression] g++.dg/ubsan/pr59415.C fails starting with rr275388

2019-09-05 Thread ctice at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91670 ctice at gcc dot gnu.org changed: What|Removed |Added Assignee|unassigned at gcc dot gnu.org |ctice at gcc dot

[Bug other/91396] Link error when I use -fvtable-verify=std and -static

2019-08-13 Thread ctice at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91396 --- Comment #5 from ctice at gcc dot gnu.org --- Author: ctice Date: Tue Aug 13 16:11:20 2019 New Revision: 274386 URL: https://gcc.gnu.org/viewcvs?rev=274386=gcc=rev Log: Fix PR other/91396 static linke error with -fvtable-verify Fix a bug

[Bug other/91396] Link error when I use -fvtable-verify=std and -static

2019-08-09 Thread ctice at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91396 ctice at gcc dot gnu.org changed: What|Removed |Added CC||ctice at gcc dot gnu.org

[Bug middle-end/89423] -fvtable-verify does not work properly with -flto

2019-02-20 Thread ctice at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89423 ctice at gcc dot gnu.org changed: What|Removed |Added Status|UNCONFIRMED |ASSIGNED Last reconfirmed

[Bug middle-end/89423] New: -fvtable-verify does not work properly with -flto

2019-02-20 Thread ctice at gcc dot gnu.org
Component: middle-end Assignee: unassigned at gcc dot gnu.org Reporter: ctice at gcc dot gnu.org Target Milestone: --- When compiled with '-flto' the extra internal functions that VTV generates,and which are necessary for it to work correctly, do not get propagated into the final

[Bug c++/89392] [7/8/9 Regression] ICE in bitmap_bit_p, at bitmap.c:978

2019-02-19 Thread ctice at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89392 --- Comment #5 from ctice at gcc dot gnu.org --- I have been unable to reproduce this error, using the latest GCC and building with VTV enabled. What architecture are you using? How are you configuring your GCC build?

[Bug c++/89392] [7/8/9 Regression] ICE in bitmap_bit_p, at bitmap.c:978

2019-02-19 Thread ctice at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89392 ctice at gcc dot gnu.org changed: What|Removed |Added CC||ctice at gcc dot gnu.org

[Bug tree-optimization/46639] [5/6 Regression] Missing optimization due to function splitting and redundant conditionals

2017-02-08 Thread ctice at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=46639 --- Comment #20 from ctice at gcc dot gnu.org --- Author: ctice Date: Wed Feb 8 19:55:28 2017 New Revision: 245284 URL: https://gcc.gnu.org/viewcvs?rev=245284=gcc=rev Log: 2017-02-08 Caroline Tice <cmt...@google.com> Fix PR

[Bug libstdc++/70360] --enable-vtable-verify

2016-04-14 Thread ctice at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70360 ctice at gcc dot gnu.org changed: What|Removed |Added CC||ctice at gcc dot gnu.org

[Bug tree-optimization/48052] loop not vectorized if index is "unsigned int"

2016-04-08 Thread ctice at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=48052 --- Comment #18 from ctice at gcc dot gnu.org --- Author: ctice Date: Fri Apr 8 17:09:09 2016 New Revision: 234832 URL: https://gcc.gnu.org/viewcvs?rev=234832=gcc=rev Log: Unify changes with Android's GCC 4.9 compiler. Add the following

[Bug testsuite/52563] FAIL: gcc.dg/tree-ssa/scev-[3,4].c scan-tree-dump-times optimized "" 1

2016-04-08 Thread ctice at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=52563 --- Comment #10 from ctice at gcc dot gnu.org --- Author: ctice Date: Fri Apr 8 17:09:09 2016 New Revision: 234832 URL: https://gcc.gnu.org/viewcvs?rev=234832=gcc=rev Log: Unify changes with Android's GCC 4.9 compiler. Add the following

[Bug tree-optimization/64878] [5 Regression] Miscompilation of nntpgrab

2016-04-08 Thread ctice at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64878 --- Comment #10 from ctice at gcc dot gnu.org --- Author: ctice Date: Fri Apr 8 17:09:09 2016 New Revision: 234832 URL: https://gcc.gnu.org/viewcvs?rev=234832=gcc=rev Log: Unify changes with Android's GCC 4.9 compiler. Add the following

[Bug bootstrap/66638] [6 Regression] profiledbootstrap failure on x86-64 with LTO

2016-04-08 Thread ctice at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66638 --- Comment #7 from ctice at gcc dot gnu.org --- Author: ctice Date: Fri Apr 8 17:09:09 2016 New Revision: 234832 URL: https://gcc.gnu.org/viewcvs?rev=234832=gcc=rev Log: Unify changes with Android's GCC 4.9 compiler. Add the following changes

[Bug tree-optimization/65447] AArch64: iv-opt causes bad addressing

2016-04-08 Thread ctice at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65447 --- Comment #5 from ctice at gcc dot gnu.org --- Author: ctice Date: Fri Apr 8 17:09:09 2016 New Revision: 234832 URL: https://gcc.gnu.org/viewcvs?rev=234832=gcc=rev Log: Unify changes with Android's GCC 4.9 compiler. Add the following changes

[Bug libstdc++/66017] Undefined behaviour in std::set

2015-09-24 Thread ctice at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66017 --- Comment #8 from ctice at gcc dot gnu.org --- Author: ctice Date: Thu Sep 24 20:53:27 2015 New Revision: 228098 URL: https://gcc.gnu.org/viewcvs?rev=228098=gcc=rev Log: Backport r223811 from gcc-5-branch: PR libstdc++/66017

[Bug tree-optimization/66917] [4.9/5 regression] ARM: NEON: memcpy compiles to vst1 with incorrect alignment

2015-09-24 Thread ctice at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66917 --- Comment #21 from ctice at gcc dot gnu.org --- Author: ctice Date: Thu Sep 24 20:56:29 2015 New Revision: 228099 URL: https://gcc.gnu.org/viewcvs?rev=228099=gcc=rev Log: Backport r226487 from GCC FSF mainline: r226487 | rguenth | 2015-08-03

[Bug bootstrap/66521] xgcc: cc1plus segfaults when compiling libstdc++-v3/src/c++11/ostream-inst.cc

2015-08-12 Thread ctice at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66521 --- Comment #14 from ctice at gcc dot gnu.org --- Author: ctice Date: Wed Aug 12 15:40:11 2015 New Revision: 226820 URL: https://gcc.gnu.org/viewcvs?rev=226820root=gccview=rev Log: Fix warnings when bootstrapping on darwin with vtable

[Bug bootstrap/66521] xgcc: cc1plus segfaults when compiling libstdc++-v3/src/c++11/ostream-inst.cc

2015-08-01 Thread ctice at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66521 --- Comment #10 from ctice at gcc dot gnu.org --- Author: ctice Date: Sun Aug 2 01:17:39 2015 New Revision: 226471 URL: https://gcc.gnu.org/viewcvs?rev=226471root=gccview=rev Log: Fix PR 66521 libvtv/ChangeLog 2015-08-01 Caroline Tice cmt

[Bug bootstrap/66521] xgcc: cc1plus segfaults when compiling libstdc++-v3/src/c++11/ostream-inst.cc

2015-07-28 Thread ctice at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66521 --- Comment #4 from ctice at gcc dot gnu.org --- Created attachment 36082 -- https://gcc.gnu.org/bugzilla/attachment.cgi?id=36082action=edit Tentative patch to fix this issue. I believe the attached patch will fix this problem. I would

[Bug target/63293] [AArch64] can read from deallocated stack

2015-07-21 Thread ctice at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63293 --- Comment #7 from ctice at gcc dot gnu.org --- Author: ctice Date: Tue Jul 21 17:32:17 2015 New Revision: 226049 URL: https://gcc.gnu.org/viewcvs?rev=226049root=gccview=rev Log: Backport patch from GCC FSF to fix stack problem for aarch64

[Bug bootstrap/66521] xgcc: cc1plus segfaults when compiling libstdc++-v3/src/c++11/ostream-inst.cc

2015-07-06 Thread ctice at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66521 ctice at gcc dot gnu.org changed: What|Removed |Added CC||ctice at gcc dot gnu.org

[Bug gcov-profile/65929] FAIL: gcc.dg/tree-prof/pr34999.c compilation, -fprofile-use -D_PROFILE_USE

2015-04-30 Thread ctice at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65929 --- Comment #4 from ctice at gcc dot gnu.org --- Author: ctice Date: Thu Apr 30 17:49:02 2015 New Revision: 222643 URL: https://gcc.gnu.org/viewcvs?rev=222643root=gccview=rev Log: Define use special macros to record the name size of cold

[Bug ipa/64559] [5 Regression] ICE at -Os on x86_64-linux-gnu in remove_unreachable_nodes, at ipa.c:582

2015-02-18 Thread ctice at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64559 --- Comment #7 from ctice at gcc dot gnu.org --- Author: ctice Date: Thu Feb 19 00:43:33 2015 New Revision: 220805 URL: https://gcc.gnu.org/viewcvs?rev=220805root=gccview=rev Log: Backport patch from Google 4.9 branch (r220431): r220431 | wmi

[Bug target/64938] [4.9 Regression] ICE in symtab_remove_unreachable_nodes, at ipa.c:547 on arm-linux-gnueabihf

2015-02-18 Thread ctice at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64938 --- Comment #5 from ctice at gcc dot gnu.org --- Author: ctice Date: Thu Feb 19 00:43:33 2015 New Revision: 220805 URL: https://gcc.gnu.org/viewcvs?rev=220805root=gccview=rev Log: Backport patch from Google 4.9 branch (r220431): r220431 | wmi

[Bug ipa/64068] [5 Regression] ICE: in remove_unreachable_nodes, at ipa.c:546

2015-02-18 Thread ctice at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64068 --- Comment #13 from ctice at gcc dot gnu.org --- Author: ctice Date: Thu Feb 19 00:43:33 2015 New Revision: 220805 URL: https://gcc.gnu.org/viewcvs?rev=220805root=gccview=rev Log: Backport patch from Google 4.9 branch (r220431): r220431 | wmi

[Bug tree-optimization/60914] ICE: SIGSEGV (use after free) in bitmap_obstack_alloc_stat() with -flto -fvtable-verify=preinit

2014-04-22 Thread ctice at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60914 --- Comment #2 from ctice at gcc dot gnu.org --- Running your tests, I get a different ICE: gcc-fsf-root/usr/local/bin/gcc -O -flto -fvtable-verify=preinit pr59437.C pr59437.C: In function ‘_GLOBAL__sub_I.00099_cout’: pr59437.C:24:1: internal

[Bug middle-end/59507] ICE: in mark_reachable_handlers, at tree-eh.c:3833 with -O -fnon-call-exceptions -fvtable-verify=preinit

2014-04-22 Thread ctice at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59507 ctice at gcc dot gnu.org changed: What|Removed |Added CC||ctice at gcc dot gnu.org

[Bug other/58348] Build fails on x86_64-unknown-linux-gnu in libvtv on ENABLE_VTABLE_VERIFY not in AM_CONDITIONAL

2013-12-06 Thread ctice at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58348 ctice at gcc dot gnu.org changed: What|Removed |Added CC||ctice at gcc dot gnu.org

[Bug other/58348] Build fails on x86_64-unknown-linux-gnu in libvtv on ENABLE_VTABLE_VERIFY not in AM_CONDITIONAL

2013-12-06 Thread ctice at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58348 ctice at gcc dot gnu.org changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution

[Bug bootstrap/58441] [4.9 Regression] VTV headers are installed into the general include directory

2013-09-24 Thread ctice at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58441 --- Comment #5 from ctice at gcc dot gnu.org --- Created attachment 30888 -- http://gcc.gnu.org/bugzilla/attachment.cgi?id=30888action=edit Patch to fix the problem The Makefile was installing the headers in the wrong place. This patch should

[Bug bootstrap/58441] [4.9 Regression] VTV headers are installed into the general include directory

2013-09-24 Thread ctice at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58441 ctice at gcc dot gnu.org changed: What|Removed |Added Status|UNCONFIRMED |ASSIGNED Last reconfirmed

[Bug bootstrap/58441] [4.9 Regression] VTV headers are installed into the general include directory

2013-09-24 Thread ctice at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58441 ctice at gcc dot gnu.org changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution

[Bug c++/58300] ICE: in decide_is_symbol_needed, at cgraphunit.c:233 with -fvtable-verify=preinit on invalid code

2013-09-08 Thread ctice at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58300 --- Comment #9 from ctice at gcc dot gnu.org --- Author: ctice Date: Sun Sep 8 21:58:07 2013 New Revision: 202371 URL: http://gcc.gnu.org/viewcvs?rev=202371root=gccview=rev Log: Fix PR 58300: Re-order events with -fvtable-verify=preinit flag