gcc-4.8-20150611 is now available

2015-06-11 Thread gccadmin
Snapshot gcc-4.8-20150611 is now available on ftp://gcc.gnu.org/pub/gcc/snapshots/4.8-20150611/ and on various mirrors, see http://gcc.gnu.org/mirrors.html for details. This snapshot has been generated from the GCC 4.8 SVN branch with the following options: svn://gcc.gnu.org/svn/gcc/branches

possible error in gcc/configure.ac

2015-06-11 Thread Денис Онищенко
when cross compilling native gcc (host == target, build != host ) sdt.h is looked up in build system's include directory, rather then in sysroot of cross compiler: in gcc/configure.ac: ... # Test for on the target. GCC_TARGET_TEMPLATE([HAVE_SYS_SDT_H]) AC_MSG_CHECKING(sys/sdt.h in the target C