[Bug demangler/83313] A whole lot of symbols cannot be demangled

2017-12-31 Thread jeanmichael.celerier at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83313

--- Comment #5 from Jean-Michaël Celerier  ---
Also the git clone has to be recursive: 


git clone --recursive -j8 https://github.com/OSSIA/score

[Bug demangler/83313] A whole lot of symbols cannot be demangled

2017-12-31 Thread jeanmichael.celerier at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83313

--- Comment #4 from Jean-Michaël Celerier  ---
Yuck sorry, I entirely forgot to answer to this.
Yes: https://github.com/OSSIA/score on branch feature/dataflow.

Requires latest boost, latest cmake, latest Qt5.
Building with  

cmake ../score -DSCORE_CONFIGURATION=static-debug && cmake --build . -- -j8

should work on any distro with recent packages.

[Bug demangler/83313] A whole lot of symbols cannot be demangled

2017-12-20 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83313

--- Comment #3 from Martin Liška  ---
Thanks. And is the software publicly available so that one can build it?

[Bug demangler/83313] A whole lot of symbols cannot be demangled

2017-12-20 Thread jeanmichael.celerier at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83313

--- Comment #2 from Jean-Michaël Celerier  ---
@Martin Liška I'm using the default arch linux toolchain which is reasonably
up-to-date AFAIK: 

$ g++ --version
g++ (GCC) 7.2.1 20171128

$ ld.gold --version
GNU gold (GNU Binutils 2.29.1) 1.14

[Bug demangler/83313] A whole lot of symbols cannot be demangled

2017-12-20 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83313

Martin Liška  changed:

   What|Removed |Added

 Status|UNCONFIRMED |WAITING
   Last reconfirmed||2017-12-20
 CC||marxin at gcc dot gnu.org
 Ever confirmed|0   |1

--- Comment #1 from Martin Liška  ---
What toolchain what used to build the software?