Adding all SVN branches to git tree

2013-10-23 Thread Andi Kleen
Hi, I wanted to experiment with some of the google branch features (like AutoFDO). But the google branches are not in the standard git tree, only in SVN. My workflow is all git based, so it was difficult to fit a SVN checkout in. I tried to git svn clone myself, but it takes a very long time and w

Re: Adding all SVN branches to git tree

2013-10-23 Thread Andreas Schwab
Andi Kleen writes: > - Any chance to add all branches from SVN to the standard git mirror? Actually they are already there, in refs/remotes/google, though they are awkwardly lumped together in a single tree. Andreas. -- Andreas Schwab, SUSE Labs, sch...@suse.de GPG Key fingerprint = 0196 BAD8

Re: Adding all SVN branches to git tree

2013-10-23 Thread Thomas Schwinge
Hi! On Wed, 23 Oct 2013 10:59:57 +0200, Andreas Schwab wrote: > Andi Kleen writes: > > > - Any chance to add all branches from SVN to the standard git mirror? > > Actually they are already there, in refs/remotes/google, though they are > awkwardly lumped together in a single tree.

Re: Adding all SVN branches to git tree

2013-10-23 Thread Andi Kleen
On Wed, Oct 23, 2013 at 11:06:39AM +0200, Thomas Schwinge wrote: > Hi! > > On Wed, 23 Oct 2013 10:59:57 +0200, Andreas Schwab wrote: > > Andi Kleen writes: > > > > > - Any chance to add all branches from SVN to the standard git mirror? > > > > Actually they are already there, in refs/remotes/g

Re: Adding all SVN branches to git tree

2013-10-23 Thread Andreas Schwab
Andi Kleen writes: > It would be still far easier if all these branches became normal > git branches. Is there any reason this is not done? You would have to set it up manually, for each and every branch. Andreas. -- Andreas Schwab, SUSE Labs, sch...@suse.de GPG Key fingerprint = 0196 BAD8 1C

Re: Include file visibility scopes? (Was: Re: [RFC] Include file structuring.)

2013-10-23 Thread Diego Novillo
On Tue, Oct 22, 2013 at 11:09 PM, Joern Rennecke wrote: > I wonder what it'd take to have a cpp extension to include a file in > such a manner as to > emit a diagnostic if the items declared / #defined inside are used > directly by a file > that includes the file that does the thus guarded includ

Ann.: MELT 1.0 [rc2] plugin (release candidate 2) for GCC 4.7 or better

2013-10-23 Thread Basile Starynkevitch
Dear All, It is my pleasure to announce the MELT 1.0 release candidate 2 plugin for GCC 4.7 or newer. MELT is a high-level domain specific language (with a Lispy look) - see http://gcc-melt.org/ for more - designed to extend the GCC compiler. MELT 1.0 is a major release (today a release candi

RE: Cilk Library

2013-10-23 Thread Iyer, Balaji V
> -Original Message- > From: Jeff Law [mailto:l...@redhat.com] > Sent: Wednesday, October 23, 2013 1:15 AM > To: Iyer, Balaji V; gcc@gcc.gnu.org > Cc: Aldy Hernandez (al...@redhat.com); r...@redhat.com; Jason Merrill > (ja...@redhat.com) > Subject: Re: Cilk Library > > On 10/16/13 13:30,

Re: Git mirror: asan branch

2013-10-23 Thread Tom de Vries
On 04/07/13 14:59, Thomas Schwinge wrote: > Hi! > > On Wed, 3 Jul 2013 09:54:58 -0700, Jason Merrill wrote: >> On 07/03/2013 02:47 AM, Thomas Schwinge wrote: >>> OK, that of course works, but from the wiki page I got the idea that it >>> explicitly was meant to merge these together. So assuming

RE: Cilk Library

2013-10-23 Thread Iyer, Balaji V
Hi Jeff et al., Here is a link to the updated patch (https://docs.google.com/file/d/0BzEpbbnrYKsSbVY2X3ZLUnd4OXM/edit?usp=sharing). We have fixed all the issues that Joseph pointed out in http://gcc.gnu.org/ml/gcc/2013-10/msg00090.html. We have also added symbol versioning and have doub

RE: Cilk Library

2013-10-23 Thread Joseph S. Myers
On Wed, 23 Oct 2013, Iyer, Balaji V wrote: > Hi Jeff et al., > Here is a link to the updated patch > (https://docs.google.com/file/d/0BzEpbbnrYKsSbVY2X3ZLUnd4OXM/edit?usp=sharing). > > We have fixed all the issues that Joseph pointed out in > http://gcc.gnu.org/ml/gcc/2013-10/msg00090.ht

Re: Cilk Library

2013-10-23 Thread Jeff Law
On 10/23/13 14:22, Joseph S. Myers wrote: On Wed, 23 Oct 2013, Iyer, Balaji V wrote: Hi Jeff et al., Here is a link to the updated patch (https://docs.google.com/file/d/0BzEpbbnrYKsSbVY2X3ZLUnd4OXM/edit?usp=sharing). We have fixed all the issues that Joseph pointed out in http://gcc.gnu

Re: Git mirror: asan branch

2013-10-23 Thread Andi Kleen
Tom de Vries writes: > ... > Can you translate the last sentence into shell/git command(s)? It would be far better to just centrally mirror all branches in SVN as standard git branches. Then all these problems wouldn't occur. As far as I can tell all the workarounds proposed so far have some n

Re: unrecognized command line option '-mlong-double-80' '-fbuilding-libgcc'

2013-10-23 Thread Dmitry Mikushin
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Ian, I'm NOT using --build/--host/--target: + CC=gcc -m32 CXX=g++ -m32 FC=gfortran -m32 F77=gfortran -m32 ../configure --enable-build-with-cxx - --prefix=/home/marcusmae/rpmbuild/kernelgen/head_llvm192445_i686-linux-gnu_x86_64-linux-gnu_debug/BUIL

question about register pairs

2013-10-23 Thread DJ Delorie
The docs say to use HARD_REGNO_MODE_OK to enforce register pairs. But reload (find_valid_class_1) rejects classes that include such registers: for (regno = 0; regno < FIRST_PSEUDO_REGISTER && !bad; regno++) { if (in_hard_reg_set_p (reg_class_contents[rclass], mode, regno)