gcc-5 version against upstream

2015-09-21 Thread Azat Khuzhin
Hi all, I have a question about gcc-5 versioning. According to changelog for gcc-5 package version is: "Update to SVN 20150911 (r227671, 5.2.1) from the gcc-5-branch. - Fix PR c++/67369, ICE on valid code. LP: #1489173." But if I will diff debian gcc-5 version with version from svn I have a

Results for 4.9.3 testsuite on mips64el-unknown-linux-gnuabi64

2015-09-21 Thread Matthias Klose
LAST_UPDATED: Thu Jul 23 13:17:51 UTC 2015 (revision 226107) Target: mips64el-linux-gnuabi64 gcc version 4.9.3 (Debian 4.9.3-1+b1) === acats tests === === acats Summary === # of expected passes2320 # of unexpected failures0 Native

Re: gcc-5 version against upstream

2015-09-21 Thread Ludovic Brenta
Azat Khuzhin writes: > "Update to SVN 20150911 (r227671, 5.2.1) from the gcc-5-branch. [...] > $ git show [...] > git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@227671 > 138bc75d-0d04-0410-961f-82ee72b054a4 ^

Bug#798149: In fact -O1 already triggers the problem and -ansi fixes it

2015-09-21 Thread Julien Puydt
Hi, I made more experiments with the code: - in fact, -O1 already leads to a stuck exec - but adding -ansi makes things go smooth (even with -O2) With this, I was able to ship flint 2.5.2-3, working on the same arches as previously. I hope that helps, Snark on #debian-science