Help porting to lra

2016-02-03 Thread shmeel gutl
I am trying to enable lra for my vliw architecture and I am encountering a problem of "max number of generated reload insns". The problem seems elementary but I don't see the correction. Consider r1 =r2+r3 s1=r1+r4 call func(r3) r5=s2+r1 where s registers are pseudo registers

Re: Help! Regarding bug 49973

2016-02-03 Thread Manuel López-Ibáñez
On 03/02/16 21:01, Prasad Ghangal wrote: Hi ! I am new to gcc. I would like to solve bug https://gcc.gnu.org/bugzilla/show_bug.cgi?id=49973 (Bug 49973 - Column numbers count special characters as multiple columns ). Can somebody guide me? I tried to debug gcc under gdb. I think I have to change

Re: Help! Regarding bug 49973

2016-02-03 Thread David Malcolm
On Thu, 2016-02-04 at 02:31 +0530, Prasad Ghangal wrote: > Hi ! > I am new to gcc. I would like to solve bug > https://gcc.gnu.org/bugzilla/show_bug.cgi?id=49973 (Bug 49973 - > Column > numbers count special characters as multiple columns ). Can somebody > guide me? > > I tried to debug gcc under

Snapshots

2016-02-03 Thread Mario D'Ulisse
Thankyou for providing snapshots for those of us who really like gcc, I've been using gcc-5.3 for a while now and it is a pleasure. Many thanks.

gcc-4.9-20160203 is now available

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

Author map correction and additions

2016-02-03 Thread Joseph Myers
Having reviewed entries in the author map for the git conversion that don't correspond directly to current /etc/passwd entries I think the following correction should be made: alanm = Alan Matsuoka (not Alan Modra, at least for the commits I looked at) In addition, at least the following ten c

'current' in URLs of mailing list archives not redirecting to 2016-02

2016-02-03 Thread Keith Lindsay
FYI, https://gcc.gnu.org/ml/gcc/current/ currently redirects to https://gcc.gnu.org/ml/gcc/2016-01/ instead of https://gcc.gnu.org/ml/gcc/2016-02/ Other GCC mailing lists also redirect to 2016-01, instead of 2016-02. Keith

Help! Regarding bug 49973

2016-02-03 Thread Prasad Ghangal
Hi ! I am new to gcc. I would like to solve bug https://gcc.gnu.org/bugzilla/show_bug.cgi?id=49973 (Bug 49973 - Column numbers count special characters as multiple columns ). Can somebody guide me? I tried to debug gcc under gdb. I think I have to change code in c-parser.c -- Thanks and Regards,

Re: GCC-Bridge: A Gimple Compiler targeting the JVM

2016-02-03 Thread Tom Tromey
Manuel> Everything is possible! Not sure how hard it would be, though. As Manuel> said, GJC "gcj". Manuel> the Java FE, was doing something similar sometime ago, but Manuel> it has perhaps bit-rotted now. It used to, but when we moved to using ecj for parsing java source, we removed (IIRC) the b

[ANN] build2 - C++ build toolchain

2016-02-03 Thread Boris Kolpackov
Hi, build2 is an open source, cross-platform toolchain for building and packaging C++ code. It includes a build system, package manager, and repository web interface. We've also started cppget.org, a public repository of open source C++ packages. This is the first alpha release and currently it i

Re: Status of GCC 6 on x86_64 (Debian)

2016-02-03 Thread Markus Trippelsdorf
On 2016.02.03 at 01:13 +0100, Matthias Klose wrote: > On 22.01.2016 08:27, Matthias Klose wrote: > >On 22.01.2016 06:09, Martin Michlmayr wrote: > >>In terms of build failures, I reported 520 bugs to Debian. Most of them > >>were new GCC errors or warnings (some packages use -Werror and many > >>-