Need clarification for PPC floating Point compiler options

2011-07-15 Thread Rohit Arul Raj
Hello All, I have a few clarification with the PPC floating point compiler options. I am working with v4.4.1 (e500mc) but i think it applies to 4.6 as well. 1. -msingle-float: With this option, i get a compiler warning: "-msingle-float option equivalent to -mhard-float" which means both the sin

How to fix my account on gnu.org?

2011-07-15 Thread H.J. Lu
Hi, I haven't used my gnu.org account for a long time, h...@gnu.org. I can't log in nor my email forward doesn't work either. -- H.J.

Re: How to fix my account on gnu.org?

2011-07-15 Thread Ian Lance Taylor
"H.J. Lu" writes: > I haven't used my gnu.org account for a long time, h...@gnu.org. I can't log > in > nor my email forward doesn't work either. You are asking about gnu.org, not gcc.gnu.org, right? I think you have to ask sysad...@gnu.org about that. Normally you should be able to ssh to f

Re: How to fix my account on gnu.org?

2011-07-15 Thread Andreas Schwab
Ian Lance Taylor writes: > "H.J. Lu" writes: > >> I haven't used my gnu.org account for a long time, h...@gnu.org. I can't >> log in >> nor my email forward doesn't work either. > > You are asking about gnu.org, not gcc.gnu.org, right? I think you have > to ask sysad...@gnu.org about that. >

Re: How to fix my account on gnu.org?

2011-07-15 Thread H.J. Lu
On Fri, Jul 15, 2011 at 11:57 AM, Andreas Schwab wrote: > Ian Lance Taylor writes: > >> "H.J. Lu" writes: >> >>> I haven't used my gnu.org account for a long time, h...@gnu.org.  I can't >>> log in >>> nor my email forward doesn't work either. >> >> You are asking about gnu.org, not gcc.gnu.org

Re: How to fix my account on gnu.org?

2011-07-15 Thread Ian Lance Taylor
"H.J. Lu" writes: > On Fri, Jul 15, 2011 at 11:57 AM, Andreas Schwab > wrote: >> Ian Lance Taylor writes: >> >>> "H.J. Lu" writes: >>> I haven't used my gnu.org account for a long time, h...@gnu.org.  I can't log in nor my email forward doesn't work either. >>> >>> You are ask

gcc-python-plugin status update: static analysis, and HTML reports

2011-07-15 Thread David Malcolm
I've written up a status update on the gcc-python-plugin on my blog here: http://dmalcolm.livejournal.com/6560.html Summarizing that blog post, I've revamped the internals of how my checker script so that it can detect various kinds of CPython reference count bug, and it can now render bug reports

gcc-4.6-20110715 is now available

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

Fwd: Interested In Doing Documentation Project

2011-07-15 Thread selma leathem
-- Forwarded message -- From: selma leathem Date: Fri, Jul 15, 2011 at 8:50 PM Subject: Interested In Doing Documentation Project To: gcc@gcc.gnu.org Hello, I am interested in doing the front end documentation project. How do I sign up for that, or learn what is going on with it

Re: Fwd: Interested In Doing Documentation Project

2011-07-15 Thread Ruben Safir
On Fri, Jul 15, 2011 at 09:07:46PM -0600, selma leathem wrote: > -- Forwarded message -- > From: selma leathem > Date: Fri, Jul 15, 2011 at 8:50 PM > Subject: Interested In Doing Documentation Project > To: gcc@gcc.gnu.org > > Hello, > > I am interested in doing the front end doc

Re: Interested In Doing Documentation Project

2011-07-15 Thread Philip Herron
On 16 July 2011 04:07, selma leathem wrote: > -- Forwarded message -- > From: selma leathem > Date: Fri, Jul 15, 2011 at 8:50 PM > Subject: Interested In Doing Documentation Project > To: gcc@gcc.gnu.org > > Hello, > > I am interested in doing the front end documentation project.

Updating the CFG after function modifcation

2011-07-15 Thread Matt Davis
Hello, I have an IPA pass (implemented as a plugin) which executes after all IPA passes. My pass transforms functions by adding code and also modifying the function prototypes. I have had this work on a per-function basis, via a GIMPLE_PASS, which calls update_ssa verify_ssa and cleanup_cfg after

PATCH RFA: Build stages 2 and 3 with C++

2011-07-15 Thread Ian Lance Taylor
I would like to propose this patch as a step toward building gcc using a C++ compiler. This patch builds stage1 with the C compiler as usual, and defaults to building stages 2 and 3 with a C++ compiler built during stage 1. This means that the gcc installed and used by most people will be built b

Re: PATCH RFA: Build stages 2 and 3 with C++

2011-07-15 Thread Andrew Pinski
On Fri, Jul 15, 2011 at 11:52 PM, Ian Lance Taylor wrote: > I would like to propose this patch as a step toward building gcc using a > C++ compiler.  This patch builds stage1 with the C compiler as usual, > and defaults to building stages 2 and 3 with a C++ compiler built during > stage 1.  This m