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++/17456] [3.3 regression] ICE when brackets missing from member function call


------- Additional Comments From bangerth at dealii dot org  2004-09-13 14:20 -------
Confirmed. Actually, the compiler goes into a memory-eating infinite 
loop after issuing the error -- really bad. 
 
(As for the validity of the error in the first place: the error message 
is completely bogus, I think: the statement simply takes the address 
of the function -- and there is only one, no overloads! -- and discards 
the result. I don't see why it shouldn't accept this code. I just opened 
PR 17459 for this.) 
 
W. 

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|                            |1
      Known to work|2.95.4 3.0.4 3.2.3 3.4.1    |2.95.4 3.0.4 3.2.3 3.4.1
                   |                            |4.0.0
   Last reconfirmed|0000-00-00 00:00:00         |2004-09-13 14:20:34
               date|                            |


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


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