public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug testsuite/35565]  New: ERROR: (DejaGnu) proc "sd" does not exist.
@ 2008-03-13 10:40 dominiq at lps dot ens dot fr
  2008-03-13 10:47 ` [Bug testsuite/35565] " bonzini at gnu dot org
  0 siblings, 1 reply; 2+ messages in thread
From: dominiq at lps dot ens dot fr @ 2008-03-13 10:40 UTC (permalink / raw)
  To: gcc-bugs

The gcc testsuite aborts on i686-* targets with:

ERROR: (DejaGnu) proc "sd" does not exist.

This happens since revision 133144:

http://gcc.gnu.org/ml/gcc-testresults/2008-03/msg00907.html
Revision: 133143

=== gcc tests ===


Running target unix
FAIL: gcc.dg/torture/builtin-math-4.c  -O0  (test for excess errors)
FAIL: gcc.dg/torture/builtin-math-4.c  -O1  (test for excess errors)
FAIL: gcc.dg/torture/builtin-math-4.c  -O2  (test for excess errors)
FAIL: gcc.dg/torture/builtin-math-4.c  -O3 -fomit-frame-pointer  (test for
excess errors)
FAIL: gcc.dg/torture/builtin-math-4.c  -O3 -fomit-frame-pointer -funroll-loops 
(test for excess errors)
FAIL: gcc.dg/torture/builtin-math-4.c  -O3 -fomit-frame-pointer
-funroll-all-loops -finline-functions  (test for excess errors)
FAIL: gcc.dg/torture/builtin-math-4.c  -O3 -g  (test for excess errors)
FAIL: gcc.dg/torture/builtin-math-4.c  -Os  (test for excess errors)

=== gcc Summary ===

# of expected passes            48921
# of unexpected failures        8
# of expected failures          169
# of untested testcases         35
# of unsupported tests          344
/home/regress/tbox/native/build/gcc/xgcc  version 4.4.0 20080312 (experimental)
(GCC) 

http://gcc.gnu.org/ml/gcc-testresults/2008-03/msg00911.html
Revision: 133144

=== gcc tests ===


Running target unix
FAIL: gcc.dg/torture/builtin-math-4.c  -O0  (test for excess errors)
FAIL: gcc.dg/torture/builtin-math-4.c  -O1  (test for excess errors)
FAIL: gcc.dg/torture/builtin-math-4.c  -O2  (test for excess errors)
FAIL: gcc.dg/torture/builtin-math-4.c  -O3 -fomit-frame-pointer  (test for
excess errors)
FAIL: gcc.dg/torture/builtin-math-4.c  -O3 -fomit-frame-pointer -funroll-loops 
(test for excess errors)
FAIL: gcc.dg/torture/builtin-math-4.c  -O3 -fomit-frame-pointer
-funroll-all-loops -finline-functions  (test for excess errors)
FAIL: gcc.dg/torture/builtin-math-4.c  -O3 -g  (test for excess errors)
FAIL: gcc.dg/torture/builtin-math-4.c  -Os  (test for excess errors)
ERROR: (DejaGnu) proc "sd" does not exist.

=== gcc Summary ===

# of expected passes            48589
# of unexpected failures        8
# of expected failures          167
# of untested testcases         35
# of unsupported tests          250
/home/regress/tbox/native/build/gcc/xgcc  version 4.4.0 20080312 (experimental)
(GCC) 

and seems due to a bad regular expression in gcc.target/i386/pr35422:

2008-03-12  Paolo Bonzini  <bonzini@gnu.org>

        PR tree-opt/35422
        * fold-const.c (fold_unary) <NOP_EXPR>: Distribute a narrowing
        conversion to the operands of a multiplication.

testsuite:
2008-03-12  Paolo Bonzini  <bonzini@gnu.org>

        PR tree-opt/35422
        * gcc.dg/vect/slp-7.c: Change target keywords required for vectorizing
        third loop.
        * gcc.target/i386/pr35422.c: New.
/* { dg-options "-O2" } */
/* { dg-do compile } */
/* { dg-require-effective-target ilp32 } */

int test(long long a, long long b)
{
        return a * b;
}

/* Check that we did not spill anything.  This is all that is needed
   to qualify the generated code as "decent"...  */

/* { dg-final { scan-assembler-not "%e[sd]i" } } */


-- 
           Summary: ERROR: (DejaGnu) proc "sd" does not exist.
           Product: gcc
           Version: 4.4.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: testsuite
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: dominiq at lps dot ens dot fr


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


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

* [Bug testsuite/35565] ERROR: (DejaGnu) proc "sd" does not exist.
  2008-03-13 10:40 [Bug testsuite/35565] New: ERROR: (DejaGnu) proc "sd" does not exist dominiq at lps dot ens dot fr
@ 2008-03-13 10:47 ` bonzini at gnu dot org
  0 siblings, 0 replies; 2+ messages in thread
From: bonzini at gnu dot org @ 2008-03-13 10:47 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #1 from bonzini at gnu dot org  2008-03-13 10:46 -------
has already been reported and fixed


-- 

bonzini at gnu dot org changed:

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


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


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

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

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-03-13 10:40 [Bug testsuite/35565] New: ERROR: (DejaGnu) proc "sd" does not exist dominiq at lps dot ens dot fr
2008-03-13 10:47 ` [Bug testsuite/35565] " bonzini at 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).