[Bug c++/20180] Scope error using constructor argument with assignment-like syntax

2005-02-23 Thread falk at debian dot org
--- Additional Comments From falk at debian dot org 2005-02-23 19:52 --- "int i = i" does not do what you think it does. It initializes i with the yet-uninitialized new i. So this is invalid code. -- What|Removed |Added ---

[Bug c++/20180] Scope error using constructor argument with assignment-like syntax

2005-02-23 Thread bugzilla-t05k1 at email dot galacticnorth dot net
-- What|Removed |Added Attachment #8268|Simple test case which |Simple test case which description|demonstrates the bug - .ii |demonstrates the bug - .ii

[Bug c++/20180] Scope error using constructor argument with assignment-like syntax

2005-02-23 Thread bugzilla-t05k1 at email dot galacticnorth dot net
--- Additional Comments From bugzilla-t05k1 at email dot galacticnorth dot net 2005-02-23 19:48 --- Created an attachment (id=8268) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=8268&action=view) Simple test case which demonstrates the bug - .ii file Pretty much the simplest code