global/df dropping a needed set?

2008-10-30 Thread DJ Delorie
For m32c-elf with gcc.c-torture/execute/980707-1.c, global seems to be deleting a set that's needed to set the exit code - i.e. it's the first argument to exit(). There's also this suspicious message in the global dump: changing reg in insn 95 I can't tell if they're changing the pseudo (ok) or

Account request

2008-10-30 Thread Dennis Wassel
Hi, I am currently having my first patch to gfortran accepted, but was not able to manipulate the PR in bugzilla. A helpful soul on the gfortran list then pointed me to this address to ask whether I need a gcc.gnu.org account to work with bugzilla. Is that right? If it is, where can I get one of t

Re: Including free compiler in a comercial software

2008-10-30 Thread MICHAEL R. MEISSNER
On Thu, 2008-10-30 at 20:15 -0400, Robert Dewar wrote: > Michael Meissner wrote: > > > If you are including GCC in your program, your program needs to be licensed > > such to allow this (typically gplv3). If you are just providing the > > compiler > > as a separate package without modifications,

Re: Including free compiler in a comercial software

2008-10-30 Thread Robert Dewar
Michael Meissner wrote: If you are including GCC in your program, your program needs to be licensed such to allow this (typically gplv3). If you are just providing the compiler as a separate package without modifications, then this is a much simpler matter (this is allowed under section 4 of th

Re: Including free compiler in a comercial software

2008-10-30 Thread Michael Meissner
On Thu, Oct 30, 2008 at 06:09:28PM -0400, Robert Dewar wrote: > Cristian Harja wrote: > >Hello, > > > >I'm a young developer, with very strong knowledge about programming, > >especially C++. I am working to one of my greatest projects. I'm building > >up a framework that can create native Win32 a

gcc-4.3-20081030 is now available

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

Re: Building GCC 4.3.2 on powerpc-yellowdog-linux-gnu

2008-10-30 Thread Ben Elliston
> I'm trying to build (natively) GCC 4.3.2 on a > powerpc-yellowdog-linux-gnu. I have not yet managed to build it all > ('make bootstrap') but I found out that each of the following changes > (applied in the order specified) takes me further on: > > -- insert '#include ' in libcpp/include/line-map

Re: Including free compiler in a comercial software

2008-10-30 Thread Robert Dewar
Cristian Harja wrote: Hello, I'm a young developer, with very strong knowledge about programming, especially C++. I am working to one of my greatest projects. I'm building up a framework that can create native Win32 applications, console applications, and provides intelligent and efficient cl

'recording' program execution.

2008-10-30 Thread Edward Peschko
All, dbx has a feature called 'trace' where it outputs your program execution, a line at a time, and I've found it very useful for debugging/figuring out programs (you run it once, make a change, run it again, and do a diff to see exactly how your change affects the programming run). However, it

Including free compiler in a comercial software

2008-10-30 Thread Cristian Harja
Hello, I'm a young developer, with very strong knowledge about programming, especially C++. I am working to one of my greatest projects. I'm building up a framework that can create native Win32 applications, console applications, and provides intelligent and efficient classes to manage differe

Building GCC 4.3.2 on powerpc-yellowdog-linux-gnu

2008-10-30 Thread Angel Tsankov
Hi, I'm trying to build (natively) GCC 4.3.2 on a powerpc-yellowdog-linux-gnu. I have not yet managed to build it all ('make bootstrap') but I found out that each of the following changes (applied in the order specified) takes me further on: -- clear the LIBRARY_PATH variable, i.e. build with 'en