Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(7)

Unified Diff: gcc/gcc/testsuite/g++.dg/debug/dwarf2/dwarf2.exp

Issue 3050029: [gcc] GCC 4.5.0=>4.5.1 (Closed) Base URL: ssh://git@gitrw.chromium.org:9222/nacl-toolchain.git
Patch Set: Created 10 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « gcc/gcc/testsuite/g++.dg/debug/dwarf2/const2b.C ('k') | gcc/gcc/testsuite/g++.dg/debug/dwarf2/pubnames-1.C » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gcc/gcc/testsuite/g++.dg/debug/dwarf2/dwarf2.exp
diff --git a/gcc/gcc/testsuite/g++.dg/debug/dwarf2/dwarf2.exp b/gcc/gcc/testsuite/g++.dg/debug/dwarf2/dwarf2.exp
index 1255d0630e750f56b395602a284496e6e8c2b3e3..1a874f8db49c890e164df59b49e477df7b3707ce 100644
--- a/gcc/gcc/testsuite/g++.dg/debug/dwarf2/dwarf2.exp
+++ b/gcc/gcc/testsuite/g++.dg/debug/dwarf2/dwarf2.exp
@@ -35,7 +35,7 @@ set comp_output [g++_target_compile \
if { ! [string match "*: target system does not support the * debug format*" \
$comp_output] } {
remove-build-file "trivial.S"
- dg-runtest [lsort [glob -nocomplain $srcdir/$subdir/*.\[C\]]] \
+ dg-runtest [lsort [glob -nocomplain $srcdir/$subdir/*.C $srcdir/c-c++-common/dwarf2/*.c]] \
"" $DEFAULT_CFLAGS
}
« no previous file with comments | « gcc/gcc/testsuite/g++.dg/debug/dwarf2/const2b.C ('k') | gcc/gcc/testsuite/g++.dg/debug/dwarf2/pubnames-1.C » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698