public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug driver/102437] New: [11 Regression] gcc-11 and later started recognising -R option
@ 2021-09-21 21:07 slyfox at gcc dot gnu.org
  2021-09-21 21:17 ` [Bug driver/102437] [11/12 " pinskia at gcc dot gnu.org
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: slyfox at gcc dot gnu.org @ 2021-09-21 21:07 UTC (permalink / raw)
  To: gcc-bugs

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

            Bug ID: 102437
           Summary: [11 Regression] gcc-11 and later started recognising
                    -R option
           Product: gcc
           Version: 11.1.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: driver
          Assignee: unassigned at gcc dot gnu.org
          Reporter: slyfox at gcc dot gnu.org
  Target Milestone: ---

x86_64-pc-linux-gnu target:

$ gcc-12.0.0 a.c -o a -R /foo
$ gcc-11.1.0 a.c -o a -R /foo
$ gcc-10.3.0 a.c -o a -R /foo
gcc-10.3.0: error: unrecognized command-line option ‘-R’
$ gcc-9.3.0 a.c -o a -R /foo
gcc-9.3.0: error: unrecognized command line option ‘-R’

It's not immediately causing problems, but it's not documented in the manual
and might not be intended.

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

end of thread, other threads:[~2023-05-29 10:05 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-09-21 21:07 [Bug driver/102437] New: [11 Regression] gcc-11 and later started recognising -R option slyfox at gcc dot gnu.org
2021-09-21 21:17 ` [Bug driver/102437] [11/12 " pinskia at gcc dot gnu.org
2021-09-21 21:18 ` jakub at gcc dot gnu.org
2021-09-21 21:28 ` pinskia at gcc dot gnu.org
2022-04-21  7:50 ` rguenth at gcc dot gnu.org
2023-05-29 10:05 ` [Bug driver/102437] [11/12/13/14 " jakub 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).