gdb/testsuite: fixup common-block.exp for intel compilers
authorNils-Christian Kempke <nils-christian.kempke@intel.com>
Tue, 31 May 2022 14:43:45 +0000 (16:43 +0200)
committerNils-Christian Kempke <nils-christian.kempke@intel.com>
Tue, 31 May 2022 14:44:56 +0000 (16:44 +0200)
commitebad7c66133526eb9ea9b21dad2df49a65200df0
tree6659faf8c8a34e65606b64d58867a7aa1f9db9ca
parent0df017fbca3070682ffa62a3b302a30e028adfb6
gdb/testsuite: fixup common-block.exp for intel compilers

The order in which the variables in info common and info locals are
displayed is compiler (and dwarf) dependent.  While all symbols should
be displayed the order is not fixed.

I added a gdb_test_multiple that lets ifx and ifort pass in cases where
only the order differs.
gdb/testsuite/gdb.fortran/common-block.exp