[Bug target/80236] ARM NEON: Crash in std::map

2017-07-25 Thread ramana at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80236

--- Comment #20 from Ramana Radhakrishnan  ---
(In reply to Dominik Schmidt from comment #18)
> Created attachment 41803 [details]
> Patch working for us
> 
> Indeed, it seems to be a duplicate of the other bug.

That is good news - thank you for following up.


Ramana

[Bug target/80236] ARM NEON: Crash in std::map

2017-07-21 Thread d...@dominik-schmidt.de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80236

Dominik Schmidt  changed:

   What|Removed |Added

 Status|WAITING |RESOLVED
 Resolution|--- |DUPLICATE

--- Comment #19 from Dominik Schmidt  ---


*** This bug has been marked as a duplicate of bug 77728 ***

[Bug target/80236] ARM NEON: Crash in std::map

2017-07-21 Thread d...@dominik-schmidt.de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80236

--- Comment #18 from Dominik Schmidt  ---
Created attachment 41803
  --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=41803=edit
Patch working for us

Indeed, it seems to be a duplicate of the other bug.

We backported the GCC-7 patch and could build a working toolchain with it. The
original GCC-6 patch only added a warning but did not contain the actual fix
(for ABI compatibility reasons).

P.S. I'm attaching the patch we ended up with, in case anyone else can't easily
upgrade either.

[Bug target/80236] ARM NEON: Crash in std::map

2017-06-23 Thread d...@dominik-schmidt.de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80236

--- Comment #17 from Dominik Schmidt  ---
I'm having issues to build our whole stack with gcc-6-branch. Working on it.

[Bug target/80236] ARM NEON: Crash in std::map

2017-06-22 Thread ramana at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80236

Ramana Radhakrishnan  changed:

   What|Removed |Added

 Status|UNCONFIRMED |WAITING
   Last reconfirmed|2017-03-28 00:00:00 |2017-06-22
 Ever confirmed|0   |1

--- Comment #16 from Ramana Radhakrishnan  ---
Waiting.

[Bug target/80236] ARM NEON: Crash in std::map

2017-06-16 Thread ramana at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80236

--- Comment #15 from Ramana Radhakrishnan  ---
(In reply to Dominik Schmidt from comment #14)
> Yes, will do on Sunday or next week.

Thanks.

[Bug target/80236] ARM NEON: Crash in std::map

2017-06-16 Thread d...@dominik-schmidt.de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80236

--- Comment #14 from Dominik Schmidt  ---
Yes, will do on Sunday or next week.

[Bug target/80236] ARM NEON: Crash in std::map

2017-06-16 Thread ramana at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80236

Ramana Radhakrishnan  changed:

   What|Removed |Added

 CC||ramana at gcc dot gnu.org

--- Comment #13 from Ramana Radhakrishnan  ---
(In reply to Dominik Schmidt from comment #12)
> I'm using glibc-2.25.
> 
> Anything else I can provide?

I'm not sure what else to do here - It smells like a repeat of PR77728 but not
sure. Could you try with a newer snapshot from the GCC-6 branch and see if
anything comes out of it ?

[Bug target/80236] ARM NEON: Crash in std::map

2017-04-18 Thread d...@dominik-schmidt.de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80236

--- Comment #12 from Dominik Schmidt  ---
I'm using glibc-2.25.

Anything else I can provide?

[Bug target/80236] ARM NEON: Crash in std::map

2017-04-12 Thread ktkachov at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80236

ktkachov at gcc dot gnu.org changed:

   What|Removed |Added

 CC||ktkachov at gcc dot gnu.org

--- Comment #11 from ktkachov at gcc dot gnu.org ---
I can't reproduce the segfault with a 6.3.1 arm-linux-gnueabihf toolchain.
What glibc version are you using?