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]

Re: [postmaster@sourceware] indirected link to faq from/gcc-2.95/features.html


On 26 Jun 2000, Jim Kingdon wrote:
> Can someone make the following edit in the CVS copy of the web pages?

Done with the patch below.

> I made it in the live version (sort of accidentally) but was having
> trouble getting it into CVS (long story, but passing the buck to GCC
> folk is sort of the better policy anyway).

If you experience problems with our web pages and CVS, feel free to
drop me a private mail and we'll have a look!

Gerald

Index: caveats.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-2.95/caveats.html,v
retrieving revision 1.13
diff -c -3 -p -r1.13 caveats.html
*** caveats.html	2000/02/08 10:02:34	1.13
--- caveats.html	2000/06/27 20:04:53
***************
*** 19,25 ****
    aliasing rules and therefore may not operate correctly when compiled with
    GCC 2.95.  
  
!   Please refer to the <a href="../faq.html#linuxkernel">FAQ</a> for more
    information on this issue.
  
    <li>GCC 2.95 has a known bug in its handling of complex variables for
--- 19,26 ----
    aliasing rules and therefore may not operate correctly when compiled with
    GCC 2.95.  
  
!   Please refer to the
!   <a href="http://gcc.gnu.org/fom_serv/cache/24.html">FAQ</a> for more
    information on this issue.
  
    <li>GCC 2.95 has a known bug in its handling of complex variables for
Index: features.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-2.95/features.html,v
retrieving revision 1.26
diff -c -3 -p -r1.26 features.html
*** features.html	2000/06/18 23:22:36	1.26
--- features.html	2000/06/27 20:04:53
***************
*** 23,30 ****
      in loops.
      <li><a href="../news/alias.html">Type based alias analysis</a> is enabled by
      default.  Note this feature will expose bugs in the Linux kernel.  Please
!     refer to the <a href="../faq.html#linuxkernel">FAQ</a> for additional
!     information on this issue.
      <li>Major revamp of GIV detection, combination and simplification to
      improve loop performance.
      <li>Major improvements to register allocation and reloading.
--- 23,30 ----
      in loops.
      <li><a href="../news/alias.html">Type based alias analysis</a> is enabled by
      default.  Note this feature will expose bugs in the Linux kernel.  Please
!     refer to the <a href="http://gcc.gnu.org/fom_serv/cache/24.html">FAQ</a>
!     for additional information on this issue.
      <li>Major revamp of GIV detection, combination and simplification to
      improve loop performance.
      <li>Major improvements to register allocation and reloading.


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