This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: Proposal


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]