OpenCores
URL https://opencores.org/ocsvn/openrisc/openrisc/trunk

Subversion Repositories openrisc

[/] [openrisc/] [tags/] [gnu-src/] [gcc-4.5.1/] [gcc-4.5.1-or32-1.0rc1/] [gcc/] [testsuite/] [gcc.target/] [ia64/] [ia64.exp] - Diff between revs 319 and 338

Go to most recent revision | Only display areas with differences | Details | Blame | View Log

Rev 319 Rev 338
#   Copyright (C) 1997, 2007, 2007 Free Software Foundation, Inc.
#   Copyright (C) 1997, 2007, 2007 Free Software Foundation, Inc.
# This program is free software; you can redistribute it and/or modify
# This program 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 of the License, or
# the Free Software Foundation; either version 3 of the License, or
# (at your option) any later version.
# (at your option) any later version.
#
#
# This program is distributed in the hope that it will be useful,
# This program 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
# .
# .
# GCC testsuite that uses the `dg.exp' driver.
# GCC testsuite that uses the `dg.exp' driver.
# Exit immediately if this isn't an IA-64 target.
# Exit immediately if this isn't an IA-64 target.
if ![istarget ia64*-*-*] then {
if ![istarget ia64*-*-*] then {
  return
  return
}
}
# Load support procs.
# Load support procs.
load_lib gcc-dg.exp
load_lib gcc-dg.exp
# If a testcase doesn't have special options, use these.
# If a testcase doesn't have special options, use these.
global DEFAULT_CFLAGS
global DEFAULT_CFLAGS
if ![info exists DEFAULT_CFLAGS] then {
if ![info exists DEFAULT_CFLAGS] then {
    set DEFAULT_CFLAGS " -ansi -pedantic-errors"
    set DEFAULT_CFLAGS " -ansi -pedantic-errors"
}
}
# Initialize `dg'.
# Initialize `dg'.
dg-init
dg-init
# Main loop.
# Main loop.
dg-runtest [lsort [glob -nocomplain $srcdir/$subdir/*.\[cS\]]] \
dg-runtest [lsort [glob -nocomplain $srcdir/$subdir/*.\[cS\]]] \
        "" $DEFAULT_CFLAGS
        "" $DEFAULT_CFLAGS
# All done.
# All done.
dg-finish
dg-finish
 
 

powered by: WebSVN 2.1.0

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