[Bug target/81115] Didn't compile on Raspbian 2

2017-06-22 Thread Zenitur at yandex dot ru
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81115

Zenithar Champion  changed:

   What|Removed |Added

 Status|WAITING |RESOLVED
 Resolution|--- |INVALID

--- Comment #3 from Zenithar Champion  ---
Please close the bug. The reason is that compilation was stopped many times due
to "no space on the device". With 5 Gb free it compiles.

P.S. Is isl library is necessary? I forgot to install -dev package. Will it
increase performance of my binaries?

[Bug target/81115] Didn't compile on Raspbian 2

2017-06-16 Thread Zenitur at yandex dot ru
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81115

--- Comment #2 from Zenithar Champion  ---
I'd used this article to compile GCC:
http://choccyhobnob.com/tutorials/gcc-6-on-raspberry-pi/ The only one change is
"sudo apt-get build-dep gcc-4.9" instead of "contrib/download_prerequisites"

../configure -v --enable-languages=c,c++ --prefix=/usr/local/gcc-6.2
--program-suffix=-6 --with-cpu=cortex-a53 --with-fpu=neon-fp-armv8
--with-float=hard --build=arm-linux-gnueabihf --host=arm-linux-gnueabihf
--target=arm-linux-gnueabihf

[Bug c++/81115] New: Didn't compile on Raspbian 2

2017-06-16 Thread Zenitur at yandex dot ru
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81115

Bug ID: 81115
   Summary: Didn't compile on Raspbian 2
   Product: gcc
   Version: 6.2.0
Status: UNCONFIRMED
  Severity: normal
  Priority: P3
 Component: c++
  Assignee: unassigned at gcc dot gnu.org
  Reporter: Zenitur at yandex dot ru
  Target Milestone: ---

In russian: http://paste.org.ru/?0pohzs

In english: http://paste.org.ru/?8ea0yk

../libcpp/libcpp.a(expr.o): In function `cpp_interpret_integer(cpp_reader*,
cpp_token const*, unsigned int)':
expr.c:(.text+0x27c4): undefined reference to `__aeabi_uldivmod'
collect2: error: ld returned 1 exit status