public inbox for gcc@gcc.gnu.org
 help / color / mirror / Atom feed
* tree-ssa-cvs corrupt
@ 2003-01-03 16:06 Andreas Jaeger
  2003-01-03 16:29 ` Diego Novillo
  0 siblings, 1 reply; 23+ messages in thread
From: Andreas Jaeger @ 2003-01-03 16:06 UTC (permalink / raw)
  To: dnovillo, Jason Molenda; +Cc: gcc


Jason,

it seems that your latest patch to the tree-ssa branch has corrupted
the testsuite.

I got lots of failures in the testsuite due to missing first characters.

Note the missing "/" at the beginning of the line:
arthur:/cvs/gcc-tree-ssa-20020619-branch/gcc/testsuite/gcc.c-torture/compile:[0]
$ head 20001226-1.c
* This testcase exposed two branch shortening bugs on powerpc.  */

$ cvs status 20001226-1.c
===================================================================
File: 20001226-1.c      Status: Up-to-date

   Working revision:    1.1.26.1
   Repository revision: 1.1.26.1        /cvs/cvs-mirror-rsync/gcc/gcc/gcc/testsuite/gcc.c-torture/compile/20001226-1.c,v
   Sticky Tag:          tree-ssa-20020619-branch (branch: 1.1.26)
   Sticky Date:         (none)
   Sticky Options:      (none)

$ cvs diff -D yesterday  20001226-1.c 
Index: 20001226-1.c
===================================================================
RCS file: /cvs/cvs-mirror-rsync/gcc/gcc/gcc/testsuite/gcc.c-torture/compile/20001226-1.c,v
retrieving revision 1.1
retrieving revision 1.1.26.1
diff -u -p -r1.1 -r1.1.26.1
--- 20001226-1.c        27 Dec 2000 11:01:03 -0000      1.1
+++ 20001226-1.c        25 Nov 2002 04:25:27 -0000      1.1.26.1
@@ -1,4 +1,4 @@
-/* This testcase exposed two branch shortening bugs on powerpc.  */
+* This testcase exposed two branch shortening bugs on powerpc.  */
 
 #define C(a,b) \
   if (a > b)  goto gt; \

Jason, can you check your latest commit again, please?
Andreas
-- 
 Andreas Jaeger
  SuSE Labs aj@suse.de
   private aj@arthur.inka.de
    http://www.suse.de/~aj

^ permalink raw reply	[flat|nested] 23+ messages in thread
* Re: tree-ssa-cvs corrupt
@ 2003-01-03 16:22 Jason Merrill
  0 siblings, 0 replies; 23+ messages in thread
From: Jason Merrill @ 2003-01-03 16:22 UTC (permalink / raw)
  To: Andreas Jaeger; +Cc: Diego Novillo, gcc

On Fri, 03 Jan 2003 17:06:16 +0100, Andreas Jaeger <aj@suse.de> wrote:

> Jason,
>
> it seems that your latest patch to the tree-ssa branch has corrupted
> the testsuite.
>
> I got lots of failures in the testsuite due to missing first characters.
>
> Note the missing "/" at the beginning of the line:
> arthur:/cvs/gcc-tree-ssa-20020619-branch/gcc/testsuite/gcc.c-torture/compile:[0]
> $ head 20001226-1.c
> * This testcase exposed two branch shortening bugs on powerpc.  */

Diego removed the initial "/" from that testcase on 25 November, so that
the test would fail immediately with a syntax error rather than after
eating tens of minutes of CPU time.  What other testcases are you having
trouble with?

Jason

^ permalink raw reply	[flat|nested] 23+ messages in thread
* Re: tree-ssa-cvs corrupt
@ 2003-01-05 22:14 Bonzini
  2003-01-05 22:53 ` Neil Booth
  0 siblings, 1 reply; 23+ messages in thread
From: Bonzini @ 2003-01-05 22:14 UTC (permalink / raw)
  To: gcc

> Yeah, #error should stop compilation like the standard requires.  I've
> never gotten round to fixing it.  CPP would need a way to stop it lexing
> any more tokens (not too hard), and a way to signal to the front end to
> not do any more work.

Probably a stupid answer... but to quote Zack "A distant voice on the wind
whispers longjmp..." :-)

Also, wouldn't doing errorcount++ make it work well enough for tree-ssa's
needs?

|_  _  _ __
|_)(_)| ),'
------- '---

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

end of thread, other threads:[~2003-01-07  1:35 UTC | newest]

Thread overview: 23+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-01-03 16:06 tree-ssa-cvs corrupt Andreas Jaeger
2003-01-03 16:29 ` Diego Novillo
2003-01-03 16:34   ` Diego Novillo
2003-01-03 16:58   ` Andreas Jaeger
2003-01-03 20:55   ` Mike Stump
2003-01-04  0:35   ` Phil Edwards
2003-01-05  7:46     ` Zack Weinberg
2003-01-05 21:06       ` Diego Novillo
2003-01-05 21:33         ` Neil Booth
2003-01-05 23:07           ` Zack Weinberg
2003-01-05 23:07             ` Neil Booth
2003-01-05 23:18               ` Zack Weinberg
2003-01-05 23:37                 ` Neil Booth
2003-01-06  0:27                   ` Zack Weinberg
2003-01-06  1:06                 ` Gabriel Dos Reis
2003-01-06 22:57                 ` Geoff Keating
2003-01-06 23:20                   ` Neil Booth
2003-01-07  1:33   ` Richard Henderson
2003-01-07  1:34     ` Richard Henderson
2003-01-07  2:34     ` Diego Novillo
2003-01-03 16:22 Jason Merrill
2003-01-05 22:14 Bonzini
2003-01-05 22:53 ` Neil Booth

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).