Read-only *.ali files in adalib installation?

2017-06-13 Thread Sebastian Huber
Hello, I built an Ada cross-compiler and noticed that all the *.ali files in adalib are read-only, e.g. ll /opt/rtems-4.12/lib64/gcc/powerpc-rtems4.12/7.1.1/adalib/ [...] -r--r--r-- 1 sebastian_h domain users 5210 Jun 12 14:06 i-fortra.ali -r--r--r-- 1 sebastian_h domain users 2769 J

gcc-5-20170613 is now available

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

Re: Steering committee, please, consider using lzip instead of xz

2017-06-13 Thread Maria Bisen
Hi, R0b0t1 wrote: > If the steering committee would approve of the use of lzip I think it > would be beneficial. So far it looks like there is only one major > distribution which does not support it in its repository, and that > would be an easy fix for that distribution. I suspect there are

Re: try_finally_expr wrong source location info

2017-06-13 Thread Vyacheslav Barinov
Hello, >> But then, after lowering on the eh pass (gcc/tree-eh.c:1161), the "finally" >> location is set up to the `gimple_location (tf->try_finally_expr)' which >> actually expands to "testcase.cxx:4", a place where the "try" block starts. >> >> The dump testcase.cxx.009t.ehopt shows no location

Re: GCC 6.3 vs 6.3.1 - whats the difference? Is 6.3.1 an unofficial secret GCC release?

2017-06-13 Thread Jonathan Wakely
On 13 June 2017 at 07:01, info rmer wrote: > 13.06.2017, 01:39, "Jonathan Wakely" : >> On 12 June 2017 at 19:37, info rmer wrote: >>> A lot of Linux distributions have gcc 6.3.1 available, or even >>> preinstalled. >>> However, I am not able to find any info about 6.3.1 at the official GCC >>>