------- Comment #1 from pentek dot imre at gmail dot com 2009-05-29 13:00 ------- The same applies to this code:
#include <iostream>
using namespace std;
int main()
{
int &x=x;
x=0;
cerr<<x<<endl;
}
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40293
