public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
[parent not found: <bug-14940-4@http.gcc.gnu.org/bugzilla/>]
[parent not found: <20040413135721.14940.ian@airs.com>]
* [Bug pch/14940] New: PCH largefile test fails on various platforms
@ 2004-04-13 14:48 ian at wasabisystems dot com
  2004-04-13 16:35 ` [Bug pch/14940] " ebotcazou at gcc dot gnu dot org
                   ` (23 more replies)
  0 siblings, 24 replies; 58+ messages in thread
From: ian at wasabisystems dot com @ 2004-04-13 14:48 UTC (permalink / raw)
  To: gcc-bugs

The PCH largefile test, in gcc/testsuite/gcc.dg/pch/pch.exp, fails using the
default mmap implementation on i386-unknown-netbsdelf1.6.1.

It also fails using the Solaris implementation on sparc-sun-solaris2.9.  It
fails on i686-pc-cygwin, although actually most of the PCH tests fail on that
platform.

A failure in the PCH largefile test for a given platform means that PCH is
unstable for that platform.  A PCH will work for most source code files but will
fail for large source code files.  The user can not easily predict when a PCH
will work and when it will fail.  When a PCH fails, there is no easy way to
compile the file without removing the PCH so that gcc does not find it.

On i386-unknown-netbsdelf1.6.1, and probably other platforms, a direct
consequence is that qt-x11-free-3.3.0 can not be built.  Those sources test
whether PCH works, and use it if they do.  The test passes, but some of the
source files are large.  Those source files fail to build.

-- 
           Summary: PCH largefile test fails on various platforms
           Product: gcc
           Version: 3.5.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: pch
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: ian at wasabisystems dot com
                CC: gcc-bugs at gcc dot gnu dot org
  GCC host triplet: i386-unknown-netbsdelf1.6.1


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=14940


^ permalink raw reply	[flat|nested] 58+ messages in thread

end of thread, other threads:[~2023-03-01 13:47 UTC | newest]

Thread overview: 58+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <bug-14940-1313@http.gcc.gnu.org/bugzilla/>
2005-12-14 19:25 ` [Bug pch/14940] PCH largefile test fails on various platforms brett dot albertson at stratech dot com
2007-03-27  3:32 ` mmitchel at gcc dot gnu dot org
2007-05-08 21:06 ` mmitchel at gcc dot gnu dot org
2010-03-01 12:45 ` ro at gcc dot gnu dot org
2010-03-01 14:07 ` ro at gcc dot gnu dot org
2010-03-01 18:18 ` ro at gcc dot gnu dot org
2010-06-02 17:29 ` ro at gcc dot gnu dot org
2010-07-12 11:57 ` ro at gcc dot gnu dot org
2010-07-13  9:06 ` ro at gcc dot gnu dot org
2010-07-13  9:07 ` ro at gcc dot gnu dot org
     [not found] <bug-14940-4@http.gcc.gnu.org/bugzilla/>
2011-02-15  9:52 ` ro at gcc dot gnu.org
2011-02-15  9:58 ` ro at gcc dot gnu.org
2011-02-15 10:09 ` ro at gcc dot gnu.org
2015-05-31  6:22 ` asmwarrior at gmail dot com
2015-06-27 18:28 ` xricht17 at stud dot fit.vutbr.cz
2015-06-28  8:53 ` asmwarrior at gmail dot com
2015-07-09 18:47 ` xricht17 at stud dot fit.vutbr.cz
2020-11-11 15:30 ` julien.ruffin at ivu dot de
2021-05-19 17:37 ` redi at gcc dot gnu.org
2022-05-10  4:52 ` lh_mouse at 126 dot com
2022-05-10  4:59 ` pinskia at gcc dot gnu.org
2022-05-10  5:05 ` lh_mouse at 126 dot com
2022-05-10  5:15 ` pinskia at gcc dot gnu.org
2022-05-10  8:51 ` jakub at gcc dot gnu.org
2023-03-01 13:47 ` cvs-commit at gcc dot gnu.org
     [not found] <20040413135721.14940.ian@airs.com>
2005-02-11 12:03 ` jsm28 at gcc dot gnu dot org
2005-02-11 12:48 ` dave at hiauly1 dot hia dot nrc dot ca
2005-02-13 20:05 ` ebotcazou at gcc dot gnu dot org
2005-02-15 23:42 ` cvs-commit at gcc dot gnu dot org
2005-08-02 19:04 ` cvs-commit at gcc dot gnu dot org
2005-08-04 17:41 ` dave at hiauly1 dot hia dot nrc dot ca
2005-08-04 17:54 ` ian at airs dot com
2005-08-04 18:04 ` dave at hiauly1 dot hia dot nrc dot ca
2005-08-07  2:48 ` cvs-commit at gcc dot gnu dot org
2004-04-13 14:48 [Bug pch/14940] New: " ian at wasabisystems dot com
2004-04-13 16:35 ` [Bug pch/14940] " ebotcazou at gcc dot gnu dot org
2004-04-13 16:55 ` pinskia at gcc dot gnu dot org
2004-04-13 19:48 ` geoffk at gcc dot gnu dot org
2004-04-14 18:49 ` ljrittle at gcc dot gnu dot org
2004-07-17  4:09 ` pinskia at gcc dot gnu dot org
2004-07-17  4:10 ` pinskia at gcc dot gnu dot org
2004-07-17  4:21 ` dave at hiauly1 dot hia dot nrc dot ca
2004-07-17 14:20 ` ian at wasabisystems dot com
2004-07-17 14:43 ` ian at wasabisystems dot com
2004-07-17 15:43 ` ebotcazou at gcc dot gnu dot org
2004-07-17 17:10 ` dave at hiauly1 dot hia dot nrc dot ca
2004-07-18 10:00 ` ebotcazou at gcc dot gnu dot org
2004-07-18 12:26 ` ian at wasabisystems dot com
2004-07-18 16:03 ` dave at hiauly1 dot hia dot nrc dot ca
2004-07-20 17:49 ` pinskia at gcc dot gnu dot org
2004-08-21 17:05 ` pinskia at gcc dot gnu dot org
2004-08-31 14:20 ` dave at hiauly1 dot hia dot nrc dot ca
2004-10-12 19:56 ` jgrimm2 at us dot ibm dot com
2004-11-04  4:57 ` phython at gcc dot gnu dot org
2004-11-04  7:09 ` ebotcazou at gcc dot gnu dot org
2004-11-09 12:35 ` cvs-commit at gcc dot gnu dot org
2004-11-23  2:30 ` cvs-commit at gcc dot gnu dot org
2004-11-27 16:57 ` cvs-commit at gcc dot gnu dot org
2004-11-30  3:11 ` cvs-commit at gcc dot gnu dot org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).