public inbox for gdb-cvs@sourceware.org
help / color / mirror / Atom feed
* [binutils-gdb] gdb/testsuite: fix gdb.base/msym-bp-shl when running with Clang
@ 2022-09-22  9:05 Bruno Larsen
  0 siblings, 0 replies; only message in thread
From: Bruno Larsen @ 2022-09-22  9:05 UTC (permalink / raw)
  To: gdb-cvs

https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=8d215439f665e51adc55dc2c4ba743ee576cb2fc

commit 8d215439f665e51adc55dc2c4ba743ee576cb2fc
Author: Bruno Larsen <blarsen@redhat.com>
Date:   Wed Jul 20 16:44:35 2022 -0300

    gdb/testsuite: fix gdb.base/msym-bp-shl when running with Clang
    
    When trying to test gdb.base/msym-bp-shl.exp using clang, it would have
    many failures because one of the version of the foo function was being
    optimized away. Adding __attribute__ ((used)) to it fixed this.

Diff:
---
 gdb/testsuite/gdb.base/msym-bp-shl-main-2.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gdb/testsuite/gdb.base/msym-bp-shl-main-2.c b/gdb/testsuite/gdb.base/msym-bp-shl-main-2.c
index e047ac1145a..009656fd9ea 100644
--- a/gdb/testsuite/gdb.base/msym-bp-shl-main-2.c
+++ b/gdb/testsuite/gdb.base/msym-bp-shl-main-2.c
@@ -15,7 +15,7 @@
    You should have received a copy of the GNU General Public License
    along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
 
-static void
+static void __attribute__ ((used))
 foo (void)
 {
 }

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2022-09-22  9:05 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-09-22  9:05 [binutils-gdb] gdb/testsuite: fix gdb.base/msym-bp-shl when running with Clang Bruno Larsen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).