naveen yadav <yad.naveen@xxxxxxxxx> writes: > I am facing one issue when running GCC testsuite on GCC4.4.1. > > Host machine: Fedora core 8. > target Arm- cortex a-8 > GCC 4.4.1 Which version of DejaGNU? > I observe one thing if i write /* { dg-message "note: > '__sync_fetch_and_nand' changed semantics in GCC 4.4" "" { target > *-*-* } 0 } */ > > with each call of (void) __sync_fetch_and_add (&sc, 1); > the test is passed. so why it fails in original condition. The "0" is supposed to mean that the message can occur on any line. So I don't know why this test is failing for you. You may need to debug DejaGNU to find out why it is not picking up the message. Ian