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
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
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
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.
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
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
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
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,
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
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
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
> >>-
11 matches
Mail list logo