commit | c6a0e02d08b8a30c76bc3f2fea7e772714f748e6 | [log] [tgz] |
---|---|---|
author | Guinevere Larsen <blarsen@redhat.com> | Tue Jul 30 14:36:45 2024 -0300 |
committer | Guinevere Larsen <blarsen@redhat.com> | Fri Aug 02 09:06:26 2024 -0300 |
tree | 8c9d31607a7c57c7cd625e7d56e7d14ae32d07a9 | |
parent | 853d02bc0701a789ffcad0e429c0f36319852857 [diff] |
gdb/testsuite: extend XFAIL to gdb.fortran/entry-point.exp to clang too The test gdb.fortran/entry-point.exp already has an XFAIL when trying to set a breakpoint in mod::mod_foo because gcc puts that subprogram in the wrong scope in the debug information. Clang's debug information looks the same as gcc's, so the test to setup the xfail has been extended to also include clang. Approved-By: Andrew Burgess <aburgess@redhat.com>