On Tue, 2014-08-12 at 14:55 -0600, Jeff Law wrote: > On 08/06/14 11:19, David Malcolm wrote: > > This commit is a placeholder for me when rebasing, to help organize the > > patch kit. > > > > / > > * rtx-classes-status.txt: New file > OK. For those who may be watching, patch #236 removes this file. > Thanks.
I've committed this to trunk as r214116; I took the liberty of updating the header text in the file to better clarify the purpose of the file; am attaching what I actually committed.
Index: ChangeLog =================================================================== --- ChangeLog (revision 214115) +++ ChangeLog (revision 214116) @@ -1,3 +1,7 @@ +2014-08-18 David Malcolm <dmalc...@redhat.com> + + * rtx-classes-status.txt: New file + 2014-08-18 Roman Gareev <gareevro...@gmail.com> * configure.ac: Eliminate ClooG installation dependency. Index: rtx-classes-status.txt =================================================================== --- rtx-classes-status.txt (revision 0) +++ rtx-classes-status.txt (revision 214116) @@ -0,0 +1,13 @@ +This file tracks the status of the merger of the +"Introduce rtx subclasses" patches, and is slated for removal once all +are merged. + +See https://gcc.gnu.org/ml/gcc-patches/2014-08/msg00498.html for more +information. + +Phase 1: initial "scaffolding" commits: IN PROGRESS +Phase 2: per-file commits in main source dir: TODO +Phase 3: per-file commits within "config" subdirs: TODO +Phase 4: removal of "scaffolding": TODO +Phase 5: additional rtx_def subclasses: TODO +Phase 6: use extra rtx_def subclasses: TODO