: UNCONFIRMED
Severity: major
Priority: P3
Component: c++
Assignee: unassigned at gcc dot gnu.org
Reporter: maciej.andrzejewski at data dot pl
Target Milestone: ---
Tested both on GCC 4.9.1 (compiled toolchain using crosstool-ng) and 4.9.2
(compiled toolchain
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66239
--- Comment #1 from Maciej Andrzejewski ---
It is getting even more interesting.
I have disassabled 4 binaries compiled with options:
1) -mfloat-abi=softfp
2) -mfloat-abi=softfp -O
3) -mfloat-abi=hard
4) -mfloat-abi=hard -O
and from what I unde
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66239
--- Comment #6 from Maciej Andrzejewski ---
Libm and other libs have been mixed. Properly compiled toolchain with libs
solved the problem.
Thank you all for assistance!
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66239
Maciej Andrzejewski changed:
What|Removed |Added
Status|WAITING |RESOLVED
Resolution|---