OpenCores
URL https://opencores.org/ocsvn/openrisc_2011-10-31/openrisc_2011-10-31/trunk

Subversion Repositories openrisc_2011-10-31

[/] [openrisc/] [tags/] [gnu-src/] [gcc-4.5.1/] [gcc-4.5.1-or32-1.0rc2/] [gcc/] [testsuite/] [gcc.target/] [frv/] [frv.exp] - Diff between revs 317 and 384

Only display areas with differences | Details | Blame | View Log

Rev 317 Rev 384
# Copyright (C) 2004 Free Software Foundation, Inc.
# Copyright (C) 2004 Free Software Foundation, Inc.
#
#
# This file is part of GCC.
# This file is part of GCC.
#
#
# GCC is free software; you can redistribute it and/or modify
# GCC is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 3, or (at your option)
# the Free Software Foundation; either version 3, or (at your option)
# any later version.
# any later version.
#
#
# GCC is distributed in the hope that it will be useful,
# GCC is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
# GNU General Public License for more details.
# GNU General Public License for more details.
#
#
# You should have received a copy of the GNU General Public License
# You should have received a copy of the GNU General Public License
# along with GCC; see the file COPYING3.  If not see
# along with GCC; see the file COPYING3.  If not see
# .
# .
# The name of each test starts with the architecture it requires.  Tests that
# The name of each test starts with the architecture it requires.  Tests that
# work on all variants start with "all".
# work on all variants start with "all".
if {![istarget frv-*-*]} {
if {![istarget frv-*-*]} {
    return 0
    return 0
}
}
load_lib gcc-dg.exp
load_lib gcc-dg.exp
# Find out which architecture is used by default.
# Find out which architecture is used by default.
set mainarch "fr500"
set mainarch "fr500"
foreach flag [target_info multilib_flags] {
foreach flag [target_info multilib_flags] {
    regexp "^-mcpu=(.*)" $flag dummy mainarch
    regexp "^-mcpu=(.*)" $flag dummy mainarch
    if {$flag == "-mno-pack"} {
    if {$flag == "-mno-pack"} {
        # -mno-pack disables media intrinsics.
        # -mno-pack disables media intrinsics.
        return 0
        return 0
    }
    }
}
}
# Set $archs to "all" plus the list of architectures we can test.
# Set $archs to "all" plus the list of architectures we can test.
set archs [list "all" $mainarch]
set archs [list "all" $mainarch]
switch $mainarch {
switch $mainarch {
    fr405 { lappend archs fr400 }
    fr405 { lappend archs fr400 }
    fr450 { lappend archs fr405 fr400 }
    fr450 { lappend archs fr405 fr400 }
}
}
# Set $files to the list of files we can test.
# Set $files to the list of files we can test.
set files ""
set files ""
foreach arch $archs {
foreach arch $archs {
    lappend files [lsort [glob -nocomplain $srcdir/$subdir/${arch}*.c]]
    lappend files [lsort [glob -nocomplain $srcdir/$subdir/${arch}*.c]]
}
}
dg-init
dg-init
gcc-dg-runtest [eval concat $files] ""
gcc-dg-runtest [eval concat $files] ""
dg-finish
dg-finish
 
 

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.