[Bug c++/68195] gcc//ld produces invalid ABI results (cxx11 problem?)

2015-11-24 Thread matthias at goldhoorn dot eu
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68195 --- Comment #10 from Matthias Goldhoorn --- Tested gcc6 (daily bump 20151124 (638a694865e4ad7d35397526251f1401e01afb54) from git, branch master) same problem the binary for testcase1 segfaults, the other ones running fine.

[Bug c++/68195] gcc//ld produces invalid ABI results (cxx11 problem?)

2015-11-18 Thread matthias at goldhoorn dot eu
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68195 --- Comment #8 from Matthias Goldhoorn --- Created attachment 36758 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=36758=edit Revert of identified causing commit Not indented to apply on mainline, only for debugging help

[Bug c++/68195] gcc//ld produces invalid ABI results (cxx11 problem?)

2015-11-18 Thread matthias at goldhoorn dot eu
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68195 --- Comment #9 from Matthias Goldhoorn --- I added a patch for the revert of the causing commit Evgeniy mentioned. This revert makes my code working but i don't know the side-effects and/or what was intended originally by this commit. However

[Bug c++/68195] gcc//ld produces invalid ABI results (cxx11 problem?)

2015-11-18 Thread matthias at goldhoorn dot eu
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68195 --- Comment #7 from Matthias Goldhoorn --- I played around with different versions of the GCC. I figured out that default gcc on ubuntu 15.10 adds --as-needed to the linker flag when i call the compiler. This causes the resulting binary to

[Bug c++/68195] gcc//ld produces invalid ABI results (cxx11 problem?)

2015-11-16 Thread matthias at goldhoorn dot eu
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68195 --- Comment #6 from Matthias Goldhoorn --- (In reply to Jonathan Wakely from comment #5) > Fails with gcc-5-branch, but doesn't fail on trunk for me. Is there a trunk branch or tag available i can try to compile, the last versions i tried does

[Bug c++/68195] New: gcc//ld produces invalid ABI results (cxx11 problem?)

2015-11-02 Thread matthias at goldhoorn dot eu
Component: c++ Assignee: unassigned at gcc dot gnu.org Reporter: matthias at goldhoorn dot eu Target Milestone: --- I already asked on the ML but don't get a reply. I assume my problem is a GCC bug therefore... I have created a really simple test-setup which causes a crash of my

[Bug c/43401] New: Register not cleand correctly by acessing thru pointer

2010-03-17 Thread matthias at goldhoorn dot eu
by acessing thru pointer Product: gcc Version: 4.3.4 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: matthias at goldhoorn dot eu GCC build triplet

[Bug c/43401] Register not cleand correctly by acessing thru pointer

2010-03-17 Thread matthias at goldhoorn dot eu
--- Comment #1 from matthias at goldhoorn dot eu 2010-03-17 13:48 --- Created an attachment (id=20124) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=20124action=view) source file where the bugg occures -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43401

[Bug c/43401] Register not cleand correctly by acessing thru pointer

2010-03-17 Thread matthias at goldhoorn dot eu
-- matthias at goldhoorn dot eu changed: What|Removed |Added Severity|normal |minor http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43401

[Bug c/43401] Register not cleand correctly by acessing thru pointer

2010-03-17 Thread matthias at goldhoorn dot eu
--- Comment #2 from matthias at goldhoorn dot eu 2010-03-17 13:54 --- Created an attachment (id=20125) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=20125action=view) Object dump without optization -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43401

[Bug c/43401] Register not cleand correctly by acessing thru pointer

2010-03-17 Thread matthias at goldhoorn dot eu
--- Comment #3 from matthias at goldhoorn dot eu 2010-03-17 13:55 --- Created an attachment (id=20126) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=20126action=view) Object Dumpo with optimization (broken result) -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43401

[Bug c/43401] Register not cleand correctly by acessing thru pointer

2010-03-17 Thread matthias at goldhoorn dot eu
--- Comment #4 from matthias at goldhoorn dot eu 2010-03-17 13:57 --- Forgotten output with optimization: (10.00,20.00) (0.00,0.00) (0.00,0.00) (0.00,0.00) sould be: (10.00,20.00) (10.00,20.00) (10.00,20.00) (10.00,20.00