Re: Attribute data structure rewrite?

2006-01-26 Thread Joseph S. Myers
On Thu, 26 Jan 2006, Giovanni Bajo wrote:

 Geoffrey Keating [EMAIL PROTECTED] wrote:
 
  re this mail:
  http://gcc.gnu.org/ml/gcc/2004-09/msg01357.html
  
  do you still have the code around? Are you still willing to
  contribute it?
  Maybe you could upload it to a branch just to have it around in
  case someone is
  willing to update/finish it.
  
  It's on the stree-branch, I think.  Yes, I'm still willing to
  contribute it and would be very happy to see someone else update 
  commit it.
 
 svn log --stop-on-copy svn://gcc.gnu.org/svn/gcc/branches/stree-branch
 
 shows me only stree-related commits, but not anything about attributes.

It's actually on static-tree-branch.  I included as a caveat in my C 
parser 4.1 project submission that

  whichever of this and the attribute changes on static-tree-branch goes 
  in first will necessitate (straightforward) changes in the other.

in the expectation that this branch would also be submitted for 4.1, but 
in the event it wasn't.

I think these changes should be suitable to go in during Stage 2 for 4.2 
if someone wishes to update them for current mainline.

-- 
Joseph S. Myers   http://www.srcf.ucam.org/~jsm28/gcc/
[EMAIL PROTECTED] (personal mail)
[EMAIL PROTECTED] (CodeSourcery mail)
[EMAIL PROTECTED] (Bugzilla assignments and CCs)


Re: Attribute data structure rewrite?

2006-01-26 Thread Geoffrey Keating


On 25/01/2006, at 11:52 PM, Giovanni Bajo wrote:


svn log --stop-on-copy svn://gcc.gnu.org/svn/gcc/branches/stree-branch


I got my branches confused; it's on static-tree-branch.  Revision 88377.

smime.p7s
Description: S/MIME cryptographic signature


Attribute data structure rewrite?

2006-01-25 Thread Giovanni Bajo
Hi Geoff,

re this mail:
http://gcc.gnu.org/ml/gcc/2004-09/msg01357.html

do you still have the code around? Are you still willing to contribute it?
Maybe you could upload it to a branch just to have it around in case someone is
willing to update/finish it.

Thanks!
Giovanni Bajo



Re: Attribute data structure rewrite?

2006-01-25 Thread Geoffrey Keating


On 25/01/2006, at 4:09 PM, Giovanni Bajo wrote:


Hi Geoff,

re this mail:
http://gcc.gnu.org/ml/gcc/2004-09/msg01357.html

do you still have the code around? Are you still willing to  
contribute it?
Maybe you could upload it to a branch just to have it around in  
case someone is

willing to update/finish it.


It's on the stree-branch, I think.  Yes, I'm still willing to  
contribute it and would be very happy to see someone else update   
commit it.




smime.p7s
Description: S/MIME cryptographic signature


Re: Attribute data structure rewrite?

2006-01-25 Thread Giovanni Bajo
Geoffrey Keating [EMAIL PROTECTED] wrote:

 re this mail:
 http://gcc.gnu.org/ml/gcc/2004-09/msg01357.html
 
 do you still have the code around? Are you still willing to
 contribute it?
 Maybe you could upload it to a branch just to have it around in
 case someone is
 willing to update/finish it.
 
 It's on the stree-branch, I think.  Yes, I'm still willing to
 contribute it and would be very happy to see someone else update 
 commit it.

svn log --stop-on-copy svn://gcc.gnu.org/svn/gcc/branches/stree-branch

shows me only stree-related commits, but not anything about attributes.

Giovanni Bajo