This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Unreviewed patch (^3), PR debug/5271


Can someone please review this patch,

http://gcc.gnu.org/ml/gcc-patches/2003-10/msg00968.html

Two more notes,

1) My assignment papers for this are in place now.

2) This patch is quite 'big' but due to the replacement of
   build(CALL_EXPR,...) with build_call_expr(...) at
   a lot of places.
   
   If that gives issues with a merge with tree-ssa then I
   propose to not apply this patch till after the creation
   of the 3.4 branch;  this patch is namely only needed for
   3.4 and not for 3.5, as is explained in the url above.

   Thus:

     current mainline
            |
            |
  tree-ssa  |       __ create branch
      |	    |      /
      |     |-----.
      |	    |     |
      \    /	 Apply patch
       \  /	  |
       merge	  V
	 |     3.4 branch
	 |
	 V
     new mainline

   because it seems to make no sense to first apply
   this to mainline, create the 3.4 branch, do
   the merge with tree-ssa and then remove the
   patch again from the new mainline.
   Just a proposal ofcourse :), please let me know
   what is the prefered procedure.

-- 
Carlo Wood <carlo@alinoe.com>


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]