Hi, The proposal contains the following, where I have deleted the parts which I think are not relevant to my question: Example 1: package p; int x; endpackage module top; import p::*; // line 1 if (1) begin : b initial x = 1; // line 2 ... end int x; // line 5 endmodule The reference in line 2 causes the potentially locally visible x from wildcard import p::* ( p::x ) to become locally visible in scope top ... Line 5 is illegal since it conflicts with the name x imported from p which had become a locally visible declaration. Regarding line 5, where does the proposal say that such a declaration is illegal? Shalom --------------------------------------------------------------------- Intel Israel (74) Limited This e-mail and any attachments may contain confidential material for the sole use of the intended recipient(s). Any review or distribution by others is strictly prohibited. If you are not the intended recipient, please contact the sender and delete all copies. -- This message has been scanned for viruses and dangerous content by MailScanner, and is believed to be clean.Received on Mon Mar 17 03:02:38 2008
This archive was generated by hypermail 2.1.8 : Mon Mar 17 2008 - 03:02:51 PDT