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]
Other format: [Raw text]

Re: Binary Bitwise operators with higher precedence.


On Fri, Jul 30, 2004 at 04:48:09PM -0100, Marcio Afonso Arimura Fialho wrote:
>      C/C++ are great languages, but, despite this, they have some 
> kudgles and flaws, as would be expected for an old language.

Nevertheless, the goal of the GCC Project is to provide a
standards-conformant compiler, and not to try to redesign the language.
I would not support your proposal to add new operators, as no one with
an interest in writing portable code could use them.

The -Wall option does have several heuristics for detecting uses of & and
| that are likely to be precedence errors.

If you're serious, then you should interact with the language standards
committees and propose possible solutions there.


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