[Bug libmudflap/19319] Mudflap produce many violations on simple, correct c++ program
fche at redhat dot com
gcc-bugzilla@gcc.gnu.org
Fri Jan 7 22:58:00 GMT 2005
------- Additional Comments From fche at redhat dot com 2005-01-07 22:58 -------
Here is a simpler test case for at least one of the problems.
struct k {
int data;
k(int j): data(j) {}
};
k make_k () { return k(1); }
int main ()
{
k foo = make_k ();
return 0;
}
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19319
More information about the Gcc-bugs
mailing list