[Bug c++/15480] ICE with sizeof(T().f()) as template parameter in function resolution

2009-04-16 Thread pinskia at gcc dot gnu dot org
--- Comment #10 from pinskia at gcc dot gnu dot org 2009-04-16 16:35 --- Fixed at least on the trunk. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added

[Bug c++/15480] ICE with sizeof(T().f()) as template parameter in function resolution

2005-01-05 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-01-06 02:01 --- (In reply to comment #5) > Here is a yet simpler example: We reject this now (and not ICE). > I wonder if this is somehow related to the fact that we > (spuriously) don't accept this code (the same as ab