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

* [Bug driver/102437] [11/12 Regression] gcc-11 and later started recognising -R option
  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 ` pinskia at gcc dot gnu.org
  2021-09-21 21:18 ` jakub at gcc dot gnu.org
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: pinskia at gcc dot gnu.org @ 2021-09-21 21:17 UTC (permalink / raw)
  To: gcc-bugs

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

Andrew Pinski <pinskia at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |accepts-invalid
            Summary|[11 Regression] gcc-11 and  |[11/12 Regression] gcc-11
                   |later started recognising   |and later started
                   |-R option                   |recognising -R option
   Target Milestone|---                         |11.3

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

* [Bug driver/102437] [11/12 Regression] gcc-11 and later started recognising -R option
  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
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: jakub at gcc dot gnu.org @ 2021-09-21 21:18 UTC (permalink / raw)
  To: gcc-bugs

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

Jakub Jelinek <jakub at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jakub at gcc dot gnu.org

--- Comment #1 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
common.opt lists -R since r0-104214-g6d721f6786362871895a36e4f26f09ded82d55ec
so for quite a while as a driver option.

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

* [Bug driver/102437] [11/12 Regression] gcc-11 and later started recognising -R option
  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
  4 siblings, 0 replies; 6+ messages in thread
From: pinskia at gcc dot gnu.org @ 2021-09-21 21:28 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #2 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
(In reply to Jakub Jelinek from comment #1)
> common.opt lists -R since r0-104214-g6d721f6786362871895a36e4f26f09ded82d55ec
> so for quite a while as a driver option.

I think r11-635-g6232d02b4fce4c67d398 changed how driver options are processed
which allows "-R aa" always now rather than when just processed by the specs.

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

* [Bug driver/102437] [11/12 Regression] gcc-11 and later started recognising -R option
  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
                   ` (2 preceding siblings ...)
  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
  4 siblings, 0 replies; 6+ messages in thread
From: rguenth at gcc dot gnu.org @ 2022-04-21  7:50 UTC (permalink / raw)
  To: gcc-bugs

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

Richard Biener <rguenth at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|11.3                        |11.4

--- Comment #3 from Richard Biener <rguenth at gcc dot gnu.org> ---
GCC 11.3 is being released, retargeting bugs to GCC 11.4.

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

* [Bug driver/102437] [11/12/13/14 Regression] gcc-11 and later started recognising -R option
  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
                   ` (3 preceding siblings ...)
  2022-04-21  7:50 ` rguenth at gcc dot gnu.org
@ 2023-05-29 10:05 ` jakub at gcc dot gnu.org
  4 siblings, 0 replies; 6+ messages in thread
From: jakub at gcc dot gnu.org @ 2023-05-29 10:05 UTC (permalink / raw)
  To: gcc-bugs

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

Jakub Jelinek <jakub at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|11.4                        |11.5

--- Comment #4 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
GCC 11.4 is being released, retargeting bugs to GCC 11.5.

^ 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).