From e919ea793df3bb786de64e259076361a0b2534a3 Mon Sep 17 00:00:00 2001 From: Michael Snyder Date: Fri, 5 May 2000 21:50:23 +0000 Subject: 2000-04-28 Michael Snyder * gdb.base/break.exp: When compiled with -O2 optimization, gdb may not stop at the first line of main, due to code motion. --- gdb/testsuite/gdb.base/break.exp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'gdb/testsuite/gdb.base') diff --git a/gdb/testsuite/gdb.base/break.exp b/gdb/testsuite/gdb.base/break.exp index ce36c21..aaad20a 100644 --- a/gdb/testsuite/gdb.base/break.exp +++ b/gdb/testsuite/gdb.base/break.exp @@ -858,6 +858,8 @@ if ![target_info exists use_gdb_stub] { } -re "Starting program.*Breakpoint \[0-9\]+,.*main .*argc.*argv.* at .*$srcfile:75.*75\[\t \]+if .argc.* \{.*$gdb_prompt $"\ { pass "run until function breakpoint, optimized file" } + -re "Starting program.*Breakpoint \[0-9\]+,.*main .*argc.*argv.* at .*$gdb_prompt $"\ + { pass "run until function breakpoint, optimized file (code motion)" } -re ".*$gdb_prompt $" { fail "run until function breakpoint, optimized file" } timeout { fail "run until function breakpoint, optimized file (timeout)" } } -- cgit v1.1