[Bug c++/66666] ARM compiled code segmentation fault on multiple inheritance

2015-06-26 Thread antonio.poggiali at datalogic dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=6 --- Comment #2 from Antonio Poggiali antonio.poggiali at datalogic dot com --- (In reply to Ramana Radhakrishnan from comment #1) Obvious dumb question given this is a cross-environnment - I'm assuming that you have the same libstdc++ in both

[Bug c++/66666] New: ARM compiled code segmentation fault on multiple inheritance

2015-06-25 Thread antonio.poggiali at datalogic dot com
Priority: P3 Component: c++ Assignee: unassigned at gcc dot gnu.org Reporter: antonio.poggiali at datalogic dot com Target Milestone: --- Created attachment 35854 -- https://gcc.gnu.org/bugzilla/attachment.cgi?id=35854action=edit Source files, compiled file, gcc

[Bug c++/66666] ARM wrong copy constructor address on multiple inheritance

2015-07-01 Thread antonio.poggiali at datalogic dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=6 --- Comment #16 from Antonio Poggiali antonio.poggiali at datalogic dot com --- (In reply to James Greenhalgh from comment #15) What userspace is running on the target? Sorry but I don't understand the question. Could you explain

[Bug c++/66666] ARM wrong copy constructor address on multiple inheritance

2015-07-01 Thread antonio.poggiali at datalogic dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=6 --- Comment #14 from Antonio Poggiali antonio.poggiali at datalogic dot com --- Your toolchain is arm-none-linux-gnueabi , but you build with -mfloat-abi=hard - do you have suitable hard-float libraries on the target? I have only hard

[Bug c++/66666] ARM wrong copy constructor address on multiple inheritance

2015-06-29 Thread antonio.poggiali at datalogic dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=6 --- Comment #9 from Antonio Poggiali antonio.poggiali at datalogic dot com --- (In reply to Antonio Poggiali from comment #8) Hi all, I'm also trying the backport. https://gcc.gnu.org/viewcvs/gcc/trunk/gcc/cgraphunit. c?revision=221077view

[Bug c++/66666] ARM wrong copy constructor address on multiple inheritance

2015-06-29 Thread antonio.poggiali at datalogic dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=6 --- Comment #8 from Antonio Poggiali antonio.poggiali at datalogic dot com --- Hi all, I'm also trying the backport. https://gcc.gnu.org/viewcvs/gcc/trunk/gcc/cgraphunit.c?revision=221077view=markuppathrev=221077 Is only this part of code

[Bug c++/66666] ARM wrong copy constructor address on multiple inheritance

2015-06-30 Thread antonio.poggiali at datalogic dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=6 --- Comment #12 from Antonio Poggiali antonio.poggiali at datalogic dot com --- Created attachment 35879 -- https://gcc.gnu.org/bugzilla/attachment.cgi?id=35879action=edit Temporary patch for gcc 4.9.3 A temporary patch masking the problem

[Bug c++/66666] ARM compiled code segmentation fault on multiple inheritance

2015-06-26 Thread antonio.poggiali at datalogic dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=6 --- Comment #4 from Antonio Poggiali antonio.poggiali at datalogic dot com --- I've understand a little better the problem. The compiler passes to std::list copy constructor a different address respect to the destination variable. This causes

[Bug c++/66666] ARM wrong copy constructor address on multiple inheritance

2015-06-26 Thread antonio.poggiali at datalogic dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=6 --- Comment #5 from Antonio Poggiali antonio.poggiali at datalogic dot com --- Sorry but this comment is incorrect. See the next one.

[Bug c++/66666] ARM compiled code segmentation fault on multiple inheritance

2015-06-26 Thread antonio.poggiali at datalogic dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=6 --- Comment #3 from Antonio Poggiali antonio.poggiali at datalogic dot com --- I've understand a little better the problem. The compiler passes to std::list copy constructor a different address respect to the destination variable. This causes

[Bug c++/66666] ARM wrong copy constructor address on multiple inheritance

2015-06-30 Thread antonio.poggiali at datalogic dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=6 --- Comment #11 from Antonio Poggiali antonio.poggiali at datalogic dot com --- (In reply to Mikael Pettersson from comment #10) (In reply to Antonio Poggiali from comment #9) Sorry, this code: https://gcc.gnu.org/viewcvs/gcc/trunk/gcc

[Bug c++/77772] Segmentation fault when running an application with gdb

2016-10-05 Thread antonio.poggiali at datalogic dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=2 --- Comment #6 from Antonio Poggiali --- Hi all. any news? >> This looks like a libc/loader issue to me. I agree. Is this the correct tracker for this kind of bugs or should I open a defect on another tracker? Thanks a lot

[Bug c++/77772] Segmentation fault when running an application with gdb

2016-09-28 Thread antonio.poggiali at datalogic dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=2 --- Comment #5 from Antonio Poggiali --- (In reply to Richard Biener from comment #4) > This looks like a libc/loader issue to me. My source points at > > /* Initialize _r_debug if it has not already been done. The argument is >the

[Bug c++/77772] Segmentation fault when running an application with gdb

2016-09-28 Thread antonio.poggiali at datalogic dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=2 --- Comment #1 from Antonio Poggiali --- Created attachment 39713 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=39713=edit Logs, command line and temp file with GCC 4.9.3

[Bug c++/77772] Segmentation fault when running an application with gdb

2016-09-28 Thread antonio.poggiali at datalogic dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=2 --- Comment #3 from Antonio Poggiali --- Created attachment 39715 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=39715=edit Logs of the cross-compiled program segmentation fault with gdb attached.

[Bug c++/77772] New: Segmentation fault when running an application with gdb

2016-09-28 Thread antonio.poggiali at datalogic dot com
Priority: P3 Component: c++ Assignee: unassigned at gcc dot gnu.org Reporter: antonio.poggiali at datalogic dot com Target Milestone: --- Created attachment 39712 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=39712=edit Logs, command line and temp file with GCC 5.

[Bug c++/77772] Segmentation fault when running an application with gdb

2016-09-28 Thread antonio.poggiali at datalogic dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=2 --- Comment #2 from Antonio Poggiali --- Created attachment 39714 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=39714=edit Source files