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: Unused case statements in expand_expr


    It also means that languages that wish to implement any of those codes
    can provide them in a language specific hook through the default case
    `lang_expand_expr'.

That would not be the right way to implement these operators.  If and
when these operators are actually implemented, the code should be put
in a language-independent file, so that these operators are available
for any and all languages.



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