From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tobias Polzin To: egcs@cygnus.com Subject: Re: Could egcs warn at (int*)(int)(x)? Date: Mon, 15 Dec 1997 11:59:00 -0000 Message-id: <9712151959.AA01415@noether.informatik.uni-dortmund.de> X-SW-Source: 1997-12/msg00851.html Sorry, I forgot to mention that it was a C++ program. Obviously gcc warns about such problems, but g++ does not. int* foo=(int*)((int)bar + delta); Tobias Polzin