From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Thomas R. Truscott" To: gcc@gcc.gnu.org Subject: Re: Proposal Date: Mon, 17 Sep 2001 08:55:00 -0000 Message-id: <200109171554.LAA07921@larry.cs.duke.edu> X-SW-Source: 2001-09/msg00658.html Perhaps http://gcc.gnu.org/projects/ is appropriate for your proposals. Perhaps that page should be subdivided into bug fixes, optimizations, language extensions, etc. I'm puzzled by the argument against _ as separator in numbers, that 1000000000000 can be written 1000 * 1000 * 1000 * 1000. In addition to operator precedence hazard, the following typically results in a negative value in x: long long x = 1000 * 1000 * 1000 * 1000; (Were you just having fun? :-) Tom Truscott