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]

[wwwdocs] Add debuglocus branch to svn branch list.


Gerald reminded me to do this :-)

I presume its OK to check it in.. I gather there is no ChangeLog file for the wwwdocs? just the commit message?

Andrew


Index: svn.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/svn.html,v
retrieving revision 1.118
diff -c -p -r1.118 svn.html
*** svn.html	3 Apr 2009 21:52:05 -0000	1.118
--- svn.html	7 Apr 2009 13:04:55 -0000
*************** the command <code>svn log --stop-on-copy
*** 344,349 ****
--- 344,356 ----
    Patches should be marked with the tag <code>[no-undefined-overflow]</code>
    in the subject line.  The branch is maintained by Richard Guenther.</dd>
  
+   <dt><a href="http://gcc.gnu.org/wiki/AndrewMacLeod/debuglocus";>debuglocus</a></dt>
+   <dd>This branch is an experiment to see whether improved debug information 
+   can be maintained throughout the compiler by associating a user decl with an 
+   expression, statement, or insn.  The name comes from attempting to utilize
+   the everpresent source location (locus) field to carry the debug info.
+   Further information can be found on the <a href="http://gcc.gnu.org/wiki/AndrewMacLeod/debuglocus";>debuglocus</a> wiki page .</dd>
+ 
  </dl>
  
  <h4>Architecture-specific</h4>

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