[Bug c++/67650] undef reference with -fdevirtualize

2016-04-22 Thread zlynx at acm dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67650 Jonathan Briggs changed: What|Removed |Added CC||zlynx at acm dot org --- Comment #12

[Bug libstdc++/40841] Application segfaults when throwing an exception that destroys an fstream

2009-08-14 Thread zlynx at acm dot org
--- Comment #10 from zlynx at acm dot org 2009-08-15 00:02 --- I erased every trace of experimental GCC versions and support libraries. Then I rebuilt GCC 4.4.2 (from SVN) using the system provided GCC 4.3. The problem went away. It still worries me some because it seems to indicate

[Bug libstdc++/40841] Application segfaults when throwing an exception that destroys an fstream

2009-07-27 Thread zlynx at acm dot org
--- Comment #9 from zlynx at acm dot org 2009-07-27 21:26 --- I built GCC using libunwind and binutils 2.19.1 and there is the same problem. The registers are *not* being restored to the right values after the exception return. In the following assembly code you can clearly see

[Bug libstdc++/40841] Application segfaults when throwing an exception that destroys an fstream

2009-07-24 Thread zlynx at acm dot org
--- Comment #8 from zlynx at acm dot org 2009-07-24 15:47 --- I will work on trying it with libunwind and then with binutils 2.19. Those seem to be the differences so far. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40841

[Bug libstdc++/40841] New: Application segfaults when throwing an exception that destroys an fstream

2009-07-23 Thread zlynx at acm dot org
: gcc Version: 4.4.1 Status: UNCONFIRMED Severity: normal Priority: P3 Component: libstdc++ AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: zlynx at acm dot org GCC host triplet: ia64-redhat-linux http://gcc.gnu.org

[Bug libstdc++/40841] Application segfaults when throwing an exception that destroys an fstream

2009-07-23 Thread zlynx at acm dot org
--- Comment #2 from zlynx at acm dot org 2009-07-23 21:01 --- Created an attachment (id=18247) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=18247action=view) reproduce -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40841

[Bug libstdc++/40841] Application segfaults when throwing an exception that destroys an fstream

2009-07-23 Thread zlynx at acm dot org
--- Comment #3 from zlynx at acm dot org 2009-07-23 21:03 --- Also note that this seems to be a IA64 problem, not x86. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40841

[Bug libstdc++/40841] Application segfaults when throwing an exception that destroys an fstream

2009-07-23 Thread zlynx at acm dot org
--- Comment #5 from zlynx at acm dot org 2009-07-23 22:26 --- The actual segfault seems to happen in the .plt section. I am not entirely clear on how this is laid out and how to find what symbol is where. But on entry to the plt code, the r1 register is set to an invalid memory

[Bug c++/34331] __attribute((externally_visible))) should work on class declaration

2009-07-06 Thread zlynx at acm dot org
--- Comment #1 from zlynx at acm dot org 2009-07-06 22:33 --- I agree. This would be very useful. I am trying to do this very thing and am running into errors with missing typeinfo and other things. -- zlynx at acm dot org changed: What|Removed

[Bug gcov-profile/39732] New: -fprofile-generate -O1: ICE: verify_stmts failed, ADDRESSABLE bit not set on pointers passed to std::copy

2009-04-10 Thread zlynx at acm dot org
ReportedBy: zlynx at acm dot org GCC host triplet: ia64-redhat-linux http://gcc.gnu.org/bugzilla/show_bug.cgi?id=39732

[Bug gcov-profile/39732] -fprofile-generate -O1: ICE: verify_stmts failed, ADDRESSABLE bit not set on pointers passed to std::copy

2009-04-10 Thread zlynx at acm dot org
--- Comment #1 from zlynx at acm dot org 2009-04-10 22:22 --- Created an attachment (id=17615) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=17615action=view) preprocessed C++ test case -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=39732

[Bug tree-optimization/37756] ICE building object file with -O3 and -combine

2008-10-07 Thread zlynx at acm dot org
--- Comment #5 from zlynx at acm dot org 2008-10-08 00:54 --- I think you missed some of your explanation. Do you mean that it may not be valid to take the address of a global struct with partial definition? For example in udns_init.c which does not define dns_defctx, but has

[Bug c/37756] New: ICE building object file with -O3 and -combine

2008-10-06 Thread zlynx at acm dot org
Status: UNCONFIRMED Severity: normal Priority: P3 Component: c AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: zlynx at acm dot org GCC host triplet: i386-redhat-linux http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37756

[Bug c/37756] ICE building object file with -O3 and -combine

2008-10-06 Thread zlynx at acm dot org
--- Comment #1 from zlynx at acm dot org 2008-10-06 21:25 --- Created an attachment (id=16465) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=16465action=view) Gzipped Tar of .i files for bug reproduction -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37756

[Bug libstdc++/35763] New: std::cout loses whole blocks of output if interrupted by signal without SA_RESTART

2008-03-29 Thread zlynx at acm dot org
if interrupted by signal without SA_RESTART Product: gcc Version: 4.3.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: libstdc++ AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: zlynx

[Bug libstdc++/35763] std::cout loses whole blocks of output if interrupted by signal without SA_RESTART

2008-03-29 Thread zlynx at acm dot org
--- Comment #1 from zlynx at acm dot org 2008-03-30 03:43 --- Forgot to mention, I filed a bug for fwrite too: http://sources.redhat.com/bugzilla/show_bug.cgi?id=5998 Until they fix that (if they do) it will be useless to check fwrite's return value since you can't know how many bytes

[Bug libstdc++/35763] std::cout loses whole blocks of output if interrupted by signal without SA_RESTART

2008-03-29 Thread zlynx at acm dot org
--- Comment #2 from zlynx at acm dot org 2008-03-30 03:46 --- Created an attachment (id=15399) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=15399action=view) test program, build: g++ timer-test.cc -lrt -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35763

[Bug tree-optimization/25433] New: ICE with -ftree-loop-linear

2005-12-15 Thread zlynx at acm dot org
: unassigned at gcc dot gnu dot org ReportedBy: zlynx at acm dot org GCC host triplet: x86_64-pc-linux-gnu http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25433

[Bug tree-optimization/25433] ICE with -ftree-loop-linear

2005-12-15 Thread zlynx at acm dot org
--- Comment #1 from zlynx at acm dot org 2005-12-15 19:58 --- Created an attachment (id=10505) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=10505action=view) source to reproduce ICE -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25433

[Bug c/23502] New: GCC 4.1 generated assembly subtracts between labels in text and text.unlikely

2005-08-20 Thread zlynx at acm dot org
Priority: P2 Component: c AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: zlynx at acm dot org CC: gcc-bugs at gcc dot gnu dot org GCC host triplet: x86_64-pc-linux-gnu http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23502

[Bug c/23247] New: ICE on valid code when compiled with -O3 and -ftree-vectorize

2005-08-05 Thread zlynx at acm dot org
AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: zlynx at acm dot org CC: gcc-bugs at gcc dot gnu dot org GCC host triplet: x86_64-pc-linux-gnu http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23247

[Bug c/23247] ICE on valid code when compiled with -O3 and -ftree-vectorize

2005-08-05 Thread zlynx at acm dot org
--- Additional Comments From zlynx at acm dot org 2005-08-05 10:45 --- Created an attachment (id=9435) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=9435action=view) code to reproduce ICE -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23247

[Bug c/23196] New: ICE instantiate_virtual_regs_in_insn when -fforce-addr used

2005-08-02 Thread zlynx at acm dot org
Version: 4.1.0 Status: UNCONFIRMED Severity: normal Priority: P2 Component: c AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: zlynx at acm dot org CC: gcc-bugs at gcc dot gnu dot org GCC host triplet: x86_64-pc

[Bug c/23196] ICE instantiate_virtual_regs_in_insn when -fforce-addr used

2005-08-02 Thread zlynx at acm dot org
--- Additional Comments From zlynx at acm dot org 2005-08-02 10:59 --- Created an attachment (id=9410) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=9410action=view) preprocessed source to reproduce -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23196

[Bug c++/22071] New: 4.1 regression: ICE in first_vi_for_offset, at tree-ssa-structalias.c:2506

2005-06-14 Thread zlynx at acm dot org
Product: gcc Version: 4.1.0 Status: UNCONFIRMED Severity: normal Priority: P2 Component: c++ AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: zlynx at acm dot org CC: gcc-bugs at gcc dot gnu dot org GCC

[Bug c++/22071] 4.1 regression: ICE in first_vi_for_offset, at tree-ssa-structalias.c:2506

2005-06-14 Thread zlynx at acm dot org
--- Additional Comments From zlynx at acm dot org 2005-06-15 02:03 --- Created an attachment (id=9089) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=9089action=view) Preprocessed code to reproduce bug -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=22071

[Bug c++/22071] 4.1 regression: ICE in first_vi_for_offset, at tree-ssa-structalias.c:2506

2005-06-14 Thread zlynx at acm dot org
--- Additional Comments From zlynx at acm dot org 2005-06-15 02:05 --- Oh, I marked it as a regression because gcc-4.0.1-beta20050526 seemed to work fine. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=22071

[Bug c++/22003] New: -freorder-blocks-and-partition causes ICE on 4.1.0 (20050604)

2005-06-10 Thread zlynx at acm dot org
(20050604) Product: gcc Version: 4.1.0 Status: UNCONFIRMED Severity: normal Priority: P2 Component: c++ AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: zlynx at acm dot org CC: gcc-bugs

[Bug c++/22003] -freorder-blocks-and-partition causes ICE on 4.1.0 (20050604)

2005-06-10 Thread zlynx at acm dot org
--- Additional Comments From zlynx at acm dot org 2005-06-10 16:45 --- Created an attachment (id=9062) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=9062action=view) Preprocessed source code to reproduce ICE -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=22003

[Bug tree-optimization/20474] New: ICE while compiling openmotif-2.2.3 with -ftree-vectorize

2005-03-14 Thread zlynx at acm dot org
- vectorize Product: gcc Version: 4.1.0 Status: UNCONFIRMED Severity: normal Priority: P2 Component: tree-optimization AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: zlynx at acm dot org CC

[Bug tree-optimization/20474] ICE while compiling openmotif-2.2.3 with -ftree-vectorize

2005-03-14 Thread zlynx at acm dot org
--- Additional Comments From zlynx at acm dot org 2005-03-14 18:51 --- Created an attachment (id=8386) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=8386action=view) preprocessed source to reproduce bug -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20474