Message ID | 20140724130822.GC2772@virgil.suse |
---|---|
State | New |
Headers | show |
Index: g++.dg/ipa/pr61160-2.C =================================================================== --- g++.dg/ipa/pr61160-2.C (revision 212986) +++ g++.dg/ipa/pr61160-2.C (working copy) @@ -39,5 +39,6 @@ void *test (MMixin & anExample) int main () { CExample c; - return (test (c) != &c); + test (c); + return 0; }