[Bug c++/17395] Incorrect lookup for parameters

2006-09-08 Thread amylaar at gcc dot gnu dot org
--- Comment #7 from amylaar at gcc dot gnu dot org 2006-09-08 17:26 --- I suppose this accepts-invalid problem is related: struct I { int i; } i = { 0 }; int f (int i, int j = i.i) { return i + j; } -- amylaar at gcc dot gnu dot org changed: What|Removed

[Bug c++/17395] Incorrect lookup for parameters

2004-12-10 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2004-12-10 13:37 --- (In reply to comment #5) > Subject: Re: Incorrect lookup for parameters > > "pinskia at gcc dot gnu dot org" <[EMAIL PROTECTED]> writes: > > | --- Additional Comments From bangerth at dealii dot org

[Bug c++/17395] Incorrect lookup for parameters

2004-12-09 Thread gdr at integrable-solutions dot net
--- Additional Comments From gdr at integrable-solutions dot net 2004-12-10 04:36 --- Subject: Re: Incorrect lookup for parameters "pinskia at gcc dot gnu dot org" <[EMAIL PROTECTED]> writes: | --- Additional Comments From bangerth at dealii dot org 2004-09-10 14:40 --- | >

[Bug c++/17395] Incorrect lookup for parameters

2004-12-09 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From bangerth at dealii dot org 2004-09-10 14:40 --- > No, GCC is wrong :-) > We had a thread on this issue on the Core reflector, no later than two > days ago. Ah, I should have guessed :-) In that case, I think I should confirm the bug. W. --