public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug modula2/108555] New: gm2_langhook_option_lang_mask causes all (unappropriate) C language options to be recognized
@ 2023-01-26  9:46 rguenth at gcc dot gnu.org
  2023-01-26  9:51 ` [Bug modula2/108555] " rguenth at gcc dot gnu.org
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: rguenth at gcc dot gnu.org @ 2023-01-26  9:46 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108555

            Bug ID: 108555
           Summary: gm2_langhook_option_lang_mask causes all
                    (unappropriate) C language options to be recognized
           Product: gcc
           Version: 13.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: modula2
          Assignee: gaius at gcc dot gnu.org
          Reporter: rguenth at gcc dot gnu.org
  Target Milestone: ---

137     static unsigned int
138     gm2_langhook_option_lang_mask (void)
139     {
140       /* We need to process some driver options and pass through some C
141          ones to build our preprocessing lines.  */
142       return CL_ModulaX2 | CL_C | CL_DRIVER;
143     }

we shouldn't add CL_C here but instead replicate the needed ones in
m2/lang.opt like other frontends do.  This for example causes
-Wreturn-type to be accepted and in the end causes PR108551

See fortran/lang.opt which for example has

I 
Fortran Joined Separate
; Documented in C

^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2023-01-27 10:07 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-01-26  9:46 [Bug modula2/108555] New: gm2_langhook_option_lang_mask causes all (unappropriate) C language options to be recognized rguenth at gcc dot gnu.org
2023-01-26  9:51 ` [Bug modula2/108555] " rguenth at gcc dot gnu.org
2023-01-26 10:19 ` iains at gcc dot gnu.org
2023-01-26 12:26 ` rguenth at gcc dot gnu.org
2023-01-26 13:10 ` iains at gcc dot gnu.org
2023-01-26 16:38 ` iains at gcc dot gnu.org
2023-01-26 20:30 ` iains at gcc dot gnu.org
2023-01-27  8:48 ` cvs-commit at gcc dot gnu.org
2023-01-27 10:07 ` rguenth at gcc dot gnu.org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).