This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug testsuite/38790] New: syntax error in target selector


Due to revision 143234:

Author: joel
Date:   Fri Jan 9 21:12:36 2009 UTC (14 hours, 12 minutes ago)
Log Message:    
2009-01-09  Joel Sherrill <joel.sherrill@oarcorp.com>

        * lib/target-supports.exp: Add method to determine if the effective
        target is really a ppc405 after applying all compile options.
        * gcc.target/powerpc/405-mulhhwu-2.c: Add dg-skip-if not ppc405.
        * gcc.target/powerpc/405-nmachhw-1.c: Likewise.
        * gcc.target/powerpc/405-nmaclhw-1.c: Likewise.
...

regtesting gcc fails with:

ERROR: gcc.target/powerpc/405-dlmzb-strlen-1.c: syntax error in target selector
"target powerpc_405_nocache" for " dg-skip-if 6 "other options override
-mcpu=405" { ! powerpc_405_nocache } { "*" } { "" } "
UNRESOLVED: gcc.target/powerpc/405-dlmzb-strlen-1.c: syntax error in target
selector "target powerpc_405_nocache" for " dg-skip-if 6 "other options
override -mcpu=405" { ! powerpc_405_nocache } { "*" } { "" } "
ERROR: gcc.target/powerpc/405-macchw-1.c: syntax error in target selector
"target powerpc_405_nocache" for " dg-skip-if 6 "other options override
-mcpu=405" { ! powerpc_405_nocache } { "*" } { "" } "
UNRESOLVED: gcc.target/powerpc/405-macchw-1.c: syntax error in target selector
"target powerpc_405_nocache" for " dg-skip-if 6 "other options override
-mcpu=405" { ! powerpc_405_nocache } { "*" } { "" } "
ERROR: gcc.target/powerpc/405-macchw-2.c: syntax error in target selector
"target powerpc_405_nocache" for " dg-skip-if 6 "other options override
-mcpu=405" { ! powerpc_405_nocache } { "*" } { "" } "
UNRESOLVED: gcc.target/powerpc/405-macchw-2.c: syntax error in target selector
"target powerpc_405_nocache" for " dg-skip-if 6 "other options override
-mcpu=405" { ! powerpc_405_nocache } { "*" } { "" } "
...

on powerpc (see http://gcc.gnu.org/ml/gcc-testresults/2009-01/msg00879.html and
http://gcc.gnu.org/ml/gcc-testresults/2009-01/msg00883.html).


-- 
           Summary: syntax error in target selector
           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
 GCC build triplet: powerpc*-*-*
  GCC host triplet: powerpc*-*-*
GCC target triplet: powerpc*-*-*


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]