Changeset a0e8929a


Ignore:
Timestamp:
08/14/2005 02:05:24 PM (19 years ago)
Author:
Matthew Burgess <matthew@…>
Children:
78675cc
Parents:
1b45909
Message:

Mention the known libmudflap GCC test failures

git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/gcc4/BOOK@6683 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • chapter01/changelog.xml

    r1b45909 ra0e8929a  
    118118</listitem>
    119119
     120<listitem><para>August 14th, 2005 [matt]: Mention the common libmudflap test
     121failures in GCC (fixes bug 1615).</para></listitem>
     122
    120123<listitem><para>August 14th, 2005 [matt]: Add sed to chapter05/gcc-pass2 and chapter06/gcc to ensure they get built with -fomit-frame-pointer so it matches the
    121124bootstrap build in chapter05/gcc-pass1 (fixes bug 1609).</para></listitem>
  • chapter05/gcc-pass2.xml

    r1b45909 ra0e8929a  
    192192url="&test-results;"/>.</para>
    193193
    194 <para>A few unexpected failures cannot always be avoided. The
    195 GCC developers are usually aware of these issues, but have not
    196 resolved them yet. Unless the test results are vastly different from
    197 those at the above URL, it is safe to continue.</para>
     194<para>A few unexpected failures cannot always be avoided. The GCC developers are
     195usually aware of these issues, but have not resolved them yet. In particular,
     196the <filename class="libraryfile">libmudflap</filename> tests are known be
     197particularly problematic as a result of a bug in GCC (<ulink
     198url="http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20003"/>).  Unless the test
     199results are vastly different from those at the above URL, it is safe to
     200continue.</para>
    198201
    199202<para>Install the package:</para>
Note: See TracChangeset for help on using the changeset viewer.