+2011-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
+
+ * gdb.cp/temargs.exp (set sixth breakpoint for temargs): Move the test
+ to match the HEAD order.
+
2011-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
* gdb.cp/m-static.exp: Call get_compiler_info.
gdb_test "break $srcfile:$line" "Breakpoint 5.*" \
"set fourth breakpoint for temargs"
+set line [gdb_get_line_number "Breakpoint 6" $srcfile]
+gdb_test "break $srcfile:$line" "Breakpoint 6.*" \
+ "set sixth breakpoint for temargs"
+
#
# Tests in Base::base_m.
#
setup_kfail "gcc/41736" *-*-*
gdb_test "print MP" "&S::f" "test value of MP in base_m"
-set line [gdb_get_line_number "Breakpoint 6" $srcfile]
-gdb_test "break $srcfile:$line" "Breakpoint 6.*" \
- "set sixth breakpoint for temargs"
-
#
# Tests in Inner::inner_m.
#