------- Comment #1 from howarth at nitro dot med dot uc dot edu 2008-11-23 22:20 ------- Is there any documentation available for dg-message? Specifically what is the purpose of the last digit in...
// { dg-message "i" "" { target *-*-* } 0 } So far I am not having much luck recrafting a line like... // { dg-message "Undefined symbols:" "" { target *-*-darwin* } 0 } or // { dg-message "i" "" { target *-*-darwin* } 1 } to allow the const2.C test to pass on darwin. From the comment in the testcase of... // This test should get a linker error for the reference to A<int>::i. we should be passing this on darwin, no? -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38241