From gcc Wed Jun 24 05:50:16 1998 From: Richard Stallman Date: Wed, 24 Jun 1998 05:50:16 +0000 To: gcc Subject: Re: Unused case statements in expand_expr X-MARC-Message: https://marc.info/?l=gcc&m=90764783317121 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.