Al-Manahel Newsletter List Unsubscription

2006-11-03 Thread munir
The removal of the email address: [EMAIL PROTECTED] >From the mailing list: Al-Manahel Newsletter List is all set. Date of this removal: Fri Nov 3 18:11:59 2006 Please save this email message for future reference. --

[Bug c++/29698] ICE on sizeof() inside a template func

2006-11-03 Thread pinskia at gcc dot gnu dot org
--- Comment #1 from pinskia at gcc dot gnu dot org 2006-11-03 18:29 --- template struct pair{}; template int foo(INT m) { return sizeof(pair); } This was never broken in 4.1.1, this was only broken on the 4.1 branch and only for two weeks at that. *** This bug has been marke

[Bug c++/29435] [4.1 Regression] seg fault with sizeof and templates

2006-11-03 Thread pinskia at gcc dot gnu dot org
--- Comment #15 from pinskia at gcc dot gnu dot org 2006-11-03 18:29 --- *** Bug 29698 has been marked as a duplicate of this bug. *** -- pinskia at gcc dot gnu dot org changed: What|Removed |Added -