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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [libgomp/] [testsuite/] [libgomp.graphite/] [graphite.exp] - Blame information for rev 735

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 735 jeremybenn
#   Copyright (C) 2009 Free Software Foundation, Inc.
2
 
3
# This program is free software; you can redistribute it and/or modify
4
# it under the terms of the GNU General Public License as published by
5
# the Free Software Foundation; either version 3 of the License, or
6
# (at your option) any later version.
7
#
8
# This program is distributed in the hope that it will be useful,
9
# but WITHOUT ANY WARRANTY; without even the implied warranty of
10
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
11
# GNU General Public License for more details.
12
#
13
# You should have received a copy of the GNU General Public License
14
# along with GCC; see the file COPYING3.  If not see
15
# .
16
 
17
if [info exists lang_library_path] then {
18
    unset lang_library_path
19
    unset lang_link_flags
20
}
21
if [info exists lang_test_file] then {
22
    unset lang_test_file
23
}
24
 
25
load_lib libgomp-dg.exp
26
 
27
if ![check_effective_target_pthread] {
28
  return
29
}
30
 
31
if ![check_effective_target_fgraphite] {
32
  return
33
}
34
 
35
# Flags for force-parallel-*.c testcases.
36
set PARALLEL_CFLAGS "-ansi -pedantic-errors -O2 \
37
-ftree-parallelize-loops=4 -floop-parallelize-all \
38
-fdump-tree-parloops-details -fdump-tree-optimized \
39
-fno-loop-strip-mine -fno-loop-block -fdump-tree-graphite-all"
40
 
41
# Initialize `dg'.
42
dg-init
43
 
44
# Gather a list of all tests.
45
set tests [lsort [find $srcdir/$subdir *.c]]
46
 
47
set ld_library_path $always_ld_library_path
48
append ld_library_path [gcc-set-multilib-library-path $GCC_UNDER_TEST]
49
set_ld_library_path_env_vars
50
 
51
# Run the tests
52
dg-runtest $tests "" $PARALLEL_CFLAGS
53
 
54
# All done.
55
dg-finish

powered by: WebSVN 2.1.0

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