An old timer returns to the fold

2005-04-15 Thread Michael Meissner
For those of you who I've worked with in the past on various GCC issues, I have returned back to GCC land after a long sojourn in other compilation systems. I will start work at AMD on Monday, April 18th, 2005, but I suspect it will be some time before I'm back up to speed. -- Michael Meissner e

implicit type cast problem of reference of ponter to const type

2005-04-15 Thread Steve Yee
the following code can not compile. is it due to the standard? void testfun(const int *&pr) { } main() { int *p; testfun(p); }

<    1   2