public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug other/36292]  New: [4.4 Regression]: Many failures in gcc.dg/pch/
@ 2008-05-21 16:30 hjl dot tools at gmail dot com
  2008-05-21 16:35 ` [Bug testsuite/36292] " hjl dot tools at gmail dot com
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: hjl dot tools at gmail dot com @ 2008-05-21 16:30 UTC (permalink / raw)
  To: gcc-bugs

Revision 135708 has many failures in gcc.dg/pch/ on Linux/ia32:

FAIL: gcc.dg/pch/counter-2.c -O0 -g
FAIL: gcc.dg/pch/counter-2.c  -O0 
FAIL: gcc.dg/pch/counter-2.c  -O1 
FAIL: gcc.dg/pch/counter-2.c  -O2 
FAIL: gcc.dg/pch/counter-2.c  -O3 -fomit-frame-pointer 
FAIL: gcc.dg/pch/counter-2.c  -O3 -g 
FAIL: gcc.dg/pch/counter-2.c  -Os 
FAIL: gcc.dg/pch/valid-1.c -O0 -g
FAIL: gcc.dg/pch/valid-1.c  -O0 
FAIL: gcc.dg/pch/valid-1.c  -O1 
FAIL: gcc.dg/pch/valid-1.c  -O2 
FAIL: gcc.dg/pch/valid-1.c  -O3 -fomit-frame-pointer 
FAIL: gcc.dg/pch/valid-1.c  -O3 -g 
FAIL: gcc.dg/pch/valid-1.c  -Os 
FAIL: gcc.dg/pch/valid-2.c -O0 -g
FAIL: gcc.dg/pch/valid-2.c  -O0 
FAIL: gcc.dg/pch/valid-2.c  -O1 
FAIL: gcc.dg/pch/valid-2.c  -O2 
FAIL: gcc.dg/pch/valid-2.c  -O3 -fomit-frame-pointer 
FAIL: gcc.dg/pch/valid-2.c  -O3 -g 
FAIL: gcc.dg/pch/valid-2.c  -Os 
FAIL: gcc.dg/pch/valid-3.c -O0 -g
FAIL: gcc.dg/pch/valid-3.c  -O0 
FAIL: gcc.dg/pch/valid-3.c  -O1 
FAIL: gcc.dg/pch/valid-3.c  -O2 
FAIL: gcc.dg/pch/valid-3.c  -O3 -fomit-frame-pointer 
FAIL: gcc.dg/pch/valid-3.c  -O3 -g 
FAIL: gcc.dg/pch/valid-3.c  -Os 
FAIL: gcc.dg/pch/warn-1.c -O0 -g
FAIL: gcc.dg/pch/warn-1.c  -O0 
FAIL: gcc.dg/pch/warn-1.c  -O1 
FAIL: gcc.dg/pch/warn-1.c  -O2 
FAIL: gcc.dg/pch/warn-1.c  -O3 -fomit-frame-pointer 
FAIL: gcc.dg/pch/warn-1.c  -O3 -g 
FAIL: gcc.dg/pch/warn-1.c  -Os 

Revision 135705 is OK. Revision 135708:

http://gcc.gnu.org/ml/gcc-cvs/2008-05/msg00870.html

may be the cause.


-- 
           Summary: [4.4 Regression]: Many failures in gcc.dg/pch/
           Product: gcc
           Version: 4.4.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: other
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: hjl dot tools at gmail dot com


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


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

* [Bug testsuite/36292] [4.4 Regression]: Many failures in gcc.dg/pch/
  2008-05-21 16:30 [Bug other/36292] New: [4.4 Regression]: Many failures in gcc.dg/pch/ hjl dot tools at gmail dot com
@ 2008-05-21 16:35 ` hjl dot tools at gmail dot com
  2008-05-21 17:02 ` nathan at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: hjl dot tools at gmail dot com @ 2008-05-21 16:35 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #1 from hjl dot tools at gmail dot com  2008-05-21 16:35 -------
I got

Executing on host: /export/build/gnu/gcc/build-x86_64-linux/stage1-gcc/xgcc
-B/export/build/gnu/gcc/build-x86_64-linux/stage1-gcc/
/net/gnu-13/export/gnu/src/gcc/gcc/gcc/testsuite/gcc.dg/pch/counter-2.c  -O0 -g
-I. -I. -Winvalid-pch -fno-show-column -S  -o counter-2.s    (timeout = 300)
/net/gnu-13/export/gnu/src/gcc/gcc/gcc/testsuite/gcc.dg/pch/counter-2.c:10:
warning: ./counter-2.h.gch: not used because `__COUNTER__' is invalid^M
/net/gnu-13/export/gnu/src/gcc/gcc/gcc/testsuite/gcc.dg/pch/counter-2.c:10:
error: counter-2.h: No such file or directory^M
/net/gnu-13/export/gnu/src/gcc/gcc/gcc/testsuite/gcc.dg/pch/counter-2.c:10:
error: one or more PCH files were found, but they were invalid^M
compiler exited with status 1


-- 


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


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

* [Bug testsuite/36292] [4.4 Regression]: Many failures in gcc.dg/pch/
  2008-05-21 16:30 [Bug other/36292] New: [4.4 Regression]: Many failures in gcc.dg/pch/ hjl dot tools at gmail dot com
  2008-05-21 16:35 ` [Bug testsuite/36292] " hjl dot tools at gmail dot com
@ 2008-05-21 17:02 ` nathan at gcc dot gnu dot org
  2008-05-21 21:46 ` pinskia at gcc dot gnu dot org
  2008-05-22  6:34 ` nathan at gcc dot gnu dot org
  3 siblings, 0 replies; 5+ messages in thread
From: nathan at gcc dot gnu dot org @ 2008-05-21 17:02 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #2 from nathan at gcc dot gnu dot org  2008-05-21 17:00 -------
working on it


-- 

nathan at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|unassigned at gcc dot gnu   |nathan at gcc dot gnu dot
                   |dot org                     |org
             Status|UNCONFIRMED                 |ASSIGNED
     Ever Confirmed|0                           |1
   Last reconfirmed|0000-00-00 00:00:00         |2008-05-21 17:00:56
               date|                            |


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


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

* [Bug testsuite/36292] [4.4 Regression]: Many failures in gcc.dg/pch/
  2008-05-21 16:30 [Bug other/36292] New: [4.4 Regression]: Many failures in gcc.dg/pch/ hjl dot tools at gmail dot com
  2008-05-21 16:35 ` [Bug testsuite/36292] " hjl dot tools at gmail dot com
  2008-05-21 17:02 ` nathan at gcc dot gnu dot org
@ 2008-05-21 21:46 ` pinskia at gcc dot gnu dot org
  2008-05-22  6:34 ` nathan at gcc dot gnu dot org
  3 siblings, 0 replies; 5+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2008-05-21 21:46 UTC (permalink / raw)
  To: gcc-bugs



-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |pinskia at gcc dot gnu dot
                   |                            |org
   Target Milestone|---                         |4.4.0


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


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

* [Bug testsuite/36292] [4.4 Regression]: Many failures in gcc.dg/pch/
  2008-05-21 16:30 [Bug other/36292] New: [4.4 Regression]: Many failures in gcc.dg/pch/ hjl dot tools at gmail dot com
                   ` (2 preceding siblings ...)
  2008-05-21 21:46 ` pinskia at gcc dot gnu dot org
@ 2008-05-22  6:34 ` nathan at gcc dot gnu dot org
  3 siblings, 0 replies; 5+ messages in thread
From: nathan at gcc dot gnu dot org @ 2008-05-22  6:34 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #3 from nathan at gcc dot gnu dot org  2008-05-22 06:33 -------
2008-05-22  Nathan Sidwell  <nathan@codesourcery.com>

        * lib/dg-pch.exp (dg-pch): Fix if bracing.


-- 

nathan at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
         Resolution|                            |FIXED


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


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

end of thread, other threads:[~2008-05-22  6:34 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-05-21 16:30 [Bug other/36292] New: [4.4 Regression]: Many failures in gcc.dg/pch/ hjl dot tools at gmail dot com
2008-05-21 16:35 ` [Bug testsuite/36292] " hjl dot tools at gmail dot com
2008-05-21 17:02 ` nathan at gcc dot gnu dot org
2008-05-21 21:46 ` pinskia at gcc dot gnu dot org
2008-05-22  6:34 ` nathan 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).