comparison gcc/testsuite/gcc.dg/plugin/plugin.exp @ 131:84e7813d76e9

gcc-8.2
author mir3636
date Thu, 25 Oct 2018 07:37:49 +0900
parents 04ced10e8804
children 1830386684a0
comparison
equal deleted inserted replaced
111:04ced10e8804 131:84e7813d76e9
1 # Copyright (C) 2009-2017 Free Software Foundation, Inc. 1 # Copyright (C) 2009-2018 Free Software Foundation, Inc.
2 2
3 # This program is free software; you can redistribute it and/or modify 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 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 5 # the Free Software Foundation; either version 3 of the License, or
6 # (at your option) any later version. 6 # (at your option) any later version.
60 { ggcplug.c ggcplug-test-1.c } \ 60 { ggcplug.c ggcplug-test-1.c } \
61 { one_time_plugin.c one_time-test-1.c } \ 61 { one_time_plugin.c one_time-test-1.c } \
62 { start_unit_plugin.c start_unit-test-1.c } \ 62 { start_unit_plugin.c start_unit-test-1.c } \
63 { finish_unit_plugin.c finish_unit-test-1.c } \ 63 { finish_unit_plugin.c finish_unit-test-1.c } \
64 { wide-int_plugin.c wide-int-test-1.c } \ 64 { wide-int_plugin.c wide-int-test-1.c } \
65 { poly-int-01_plugin.c poly-int-test-1.c } \
66 { poly-int-02_plugin.c poly-int-test-1.c } \
67 { poly-int-03_plugin.c poly-int-test-1.c } \
68 { poly-int-04_plugin.c poly-int-test-1.c } \
69 { poly-int-05_plugin.c poly-int-test-1.c } \
70 { poly-int-06_plugin.c poly-int-test-1.c } \
71 { poly-int-07_plugin.c poly-int-test-1.c } \
72 { diagnostic_group_plugin.c \
73 diagnostic-group-test-1.c } \
65 { diagnostic_plugin_test_show_locus.c \ 74 { diagnostic_plugin_test_show_locus.c \
66 diagnostic-test-show-locus-bw.c \ 75 diagnostic-test-show-locus-bw.c \
67 diagnostic-test-show-locus-color.c \ 76 diagnostic-test-show-locus-color.c \
77 diagnostic-test-show-locus-no-labels.c \
78 diagnostic-test-show-locus-bw-line-numbers.c \
79 diagnostic-test-show-locus-bw-line-numbers-2.c \
80 diagnostic-test-show-locus-color-line-numbers.c \
68 diagnostic-test-show-locus-parseable-fixits.c \ 81 diagnostic-test-show-locus-parseable-fixits.c \
69 diagnostic-test-show-locus-generate-patch.c } \ 82 diagnostic-test-show-locus-generate-patch.c }\
70 { diagnostic_plugin_test_tree_expression_range.c \ 83 { diagnostic_plugin_test_tree_expression_range.c \
71 diagnostic-test-expressions-1.c } \ 84 diagnostic-test-expressions-1.c } \
72 { diagnostic_plugin_show_trees.c \ 85 { diagnostic_plugin_show_trees.c \
73 diagnostic-test-show-trees-1.c } \ 86 diagnostic-test-show-trees-1.c } \
74 { diagnostic_plugin_test_string_literals.c \ 87 { diagnostic_plugin_test_string_literals.c \
75 diagnostic-test-string-literals-1.c \ 88 diagnostic-test-string-literals-1.c \
76 diagnostic-test-string-literals-2.c \ 89 diagnostic-test-string-literals-2.c \
77 diagnostic-test-string-literals-3.c \ 90 diagnostic-test-string-literals-3.c \
78 diagnostic-test-string-literals-4.c } \ 91 diagnostic-test-string-literals-4.c } \
92 { diagnostic_plugin_test_inlining.c \
93 diagnostic-test-inlining-1.c \
94 diagnostic-test-inlining-2.c \
95 diagnostic-test-inlining-3.c \
96 diagnostic-test-inlining-4.c } \
79 { location_overflow_plugin.c \ 97 { location_overflow_plugin.c \
80 location-overflow-test-1.c \ 98 location-overflow-test-1.c \
81 location-overflow-test-2.c } \ 99 location-overflow-test-2.c } \
82 { must_tail_call_plugin.c \ 100 { must_tail_call_plugin.c \
83 must-tail-call-1.c \ 101 must-tail-call-1.c \
84 must-tail-call-2.c } \ 102 must-tail-call-2.c } \
103 { expensive_selftests_plugin.c \
104 expensive-selftests-1.c } \
105 { dump_plugin.c \
106 dump-1.c \
107 dump-2.c } \
85 ] 108 ]
86 109
87 foreach plugin_test $plugin_test_list { 110 foreach plugin_test $plugin_test_list {
88 # Replace each source file with its full-path name 111 # Replace each source file with its full-path name
89 for {set i 0} {$i < [llength $plugin_test]} {incr i} { 112 for {set i 0} {$i < [llength $plugin_test]} {incr i} {