This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug c++/13663] [3.3/3.4/3.5 regression] gcc segfaults on/accepts invalid use of member


------- Additional Comments From bangerth at dealii dot org  2004-01-26 14:25 -------
Just saying "b.foo" is taking the address of a bound member function 
IIRC (one of the many gcc extensions). We then don't do anything with 
this; that's a valid thing to do in the third clause of the for(;;) 
statement. 
 
It's nonsensical anyway. 
 
W. 

-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=13663


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]