commit | 2ce385da88704170ba6922743c437177eef2c09d | [log] [tgz] |
---|---|---|
author | Bruno Larsen <blarsen@redhat.com> | Fri Sep 09 20:34:27 2022 +0200 |
committer | Bruno Larsen <blarsen@redhat.com> | Mon Oct 31 13:43:56 2022 +0100 |
tree | fd6f819c075c8c6d205bcab183c23fcd047428b6 | |
parent | de1fbe7889eb4f363b979c14735b8fd51131621b [diff] |
gdb/testsuite: add XFAIL to gdb.cp/ptype-flags.exp when using clang When running gdb.cp/ptype-flags.exp using Clang, we get an unexpected failure when printing the type of a class with an internal typedef. This happens because Clang doesn't add accessibility information for typedefs inside classes (see https://github.com/llvm/llvm-project/issues/57608 for more info). To help with Clang testing, an XFAIL was added to this test.