Re: GCC ssa and alias info

2008-02-12 Thread Rogelio M. Serrano Jr.
Manuel López-Ibáñez wrote: Check options -fdump-tree-* in the GCC documentation. Cheers, Manuel. Can this dump then be used to generate a running excutable? On 12/02/2008, Dasarath Weeratunge <[EMAIL PROTECTED]> wrote: Is it possible to dump the ssa representation and alias informati

Re: GCC 4.1.1 Released

2006-05-25 Thread Rogelio M. Serrano Jr.
Mark Mitchell wrote: GCC 4.1.1 has been released. This release is a bug-fix release for problems in GCC 4.0.2. GCC 4.1.1 contains changes to correct regressions from previous releases, but no new features. This release is available from the FTP servers listed here: http://www.gnu.org/ord

Re: undefined BITS_PER_UNIT

2006-03-08 Thread Rogelio M. Serrano Jr.
Jim Wilson wrote: Rogelio Serrano wrote: When building gcc-4.1.0 with uclibc im getting and undefined BITS_PER_UNIT error when building libgcc at the muldi3. Using grep would show that it is defined in the defaults.h file. Using grep again shows that defaults.h is supposed to be automaticall

Re: Question about ObjC++ state

2005-03-01 Thread Rogelio M . Serrano Jr .
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 2005-03-02 10:52:38 +0800 Mike Stump <[EMAIL PROTECTED]> wrote: [snipped..] P.S.: cc'ed to the GNUstep list just for informational purpose [ assuming that list is still closed, since, you didn't say they opened it ] Will you please stop doing that.

Re: reinventing frameworks in gnu toolchain (fwd)

2005-03-01 Thread Rogelio M . Serrano Jr .
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 2005-03-02 10:07:25 +0800 Mike Stump <[EMAIL PROTECTED]> wrote: On Feb 25, 2005, at 7:41 PM, Rogelio M.Serrano Jr. wrote: I have also moved all my changes to gcc.c and c-incpath.c into config/linux.h and config/frameworks.c. the latter is just darwin

Re: hacking frameworks for linux

2005-03-01 Thread Rogelio M . Serrano Jr .
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 2005-03-02 10:03:56 +0800 Mike Stump <[EMAIL PROTECTED]> wrote: On Feb 25, 2005, at 9:35 AM, Rogelio M.Serrano Jr. wrote: what is darwin_register_objc_includes in gcc/config/darwin-c.c for? is it needed for linux? /* Register the GNU objective-C run

Re: reinventing frameworks in gnu toolchain (fwd)

2005-02-25 Thread Rogelio M . Serrano Jr .
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 2005-02-26 04:18:13 +0800 Matt Rice <[EMAIL PROTECTED]> wrote: I have frameworks working too, did you do the whole shebang binutils/gcc/glibc changes? My ld-linker broke. I dont know why so im starting from scratch again. The uclibc dynamic linker s

hacking frameworks for linux

2005-02-25 Thread Rogelio M . Serrano Jr .
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 what is darwin_register_objc_includes in gcc/config/darwin-c.c for? is it needed for linux? - -- Got Sharapova? -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.0 (GNU/Linux) Comment: Using the GPG bundle for GNUMail iD8DBQFCH2HHyihxuQOYt8wRAlnnAJ4gA2q

Re: New C parser to be committed

2005-02-25 Thread Rogelio M . Serrano Jr .
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 2005-02-25 20:54:22 +0800 Lars Segerlund <[EMAIL PROTECTED]> wrote: btw. what Wiki ?? / Lars Segerlund http://gcc.gnu.org/wiki - -- Got Sharapova? -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.0 (GNU/Linux) Comment: Using the GPG bundle for GNUMa

Re: New C parser to be committed

2005-02-25 Thread Rogelio M . Serrano Jr .
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 2005-02-25 19:22:11 +0800 Joseph S. Myers <[EMAIL PROTECTED]> wrote: I intend to commit my new C parser to mainline today once it is confirmed that the 4.0 branch has been created and after final testing against today's mainline on x86_64-unknown