public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c++/86717] Unexpected error in dynamic allocation of an array of function pointers
       [not found] <bug-86717-4@http.gcc.gnu.org/bugzilla/>
@ 2021-12-14  3:07 ` pinskia at gcc dot gnu.org
  2021-12-14  3:09 ` [Bug c++/86717] [9/10/11/12 Regression] " pinskia at gcc dot gnu.org
                   ` (5 subsequent siblings)
  6 siblings, 0 replies; 7+ messages in thread
From: pinskia at gcc dot gnu.org @ 2021-12-14  3:07 UTC (permalink / raw)
  To: gcc-bugs

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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
     Ever confirmed|0                           |1
   Last reconfirmed|                            |2021-12-14
             Status|UNCONFIRMED                 |NEW

--- Comment #1 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
Confirmed.  GCC thinks this is the start of a lambda for some reason.

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

* [Bug c++/86717] [9/10/11/12 Regression] Unexpected error in dynamic allocation of an array of function pointers
       [not found] <bug-86717-4@http.gcc.gnu.org/bugzilla/>
  2021-12-14  3:07 ` [Bug c++/86717] Unexpected error in dynamic allocation of an array of function pointers pinskia at gcc dot gnu.org
@ 2021-12-14  3:09 ` pinskia at gcc dot gnu.org
  2021-12-14 10:52 ` redi at gcc dot gnu.org
                   ` (4 subsequent siblings)
  6 siblings, 0 replies; 7+ messages in thread
From: pinskia at gcc dot gnu.org @ 2021-12-14  3:09 UTC (permalink / raw)
  To: gcc-bugs

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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|---                         |9.5
      Known to work|                            |4.4.7
      Known to fail|                            |4.5.3
            Summary|Unexpected error in dynamic |[9/10/11/12 Regression]
                   |allocation of an array of   |Unexpected error in dynamic
                   |function pointers           |allocation of an array of
                   |                            |function pointers

--- Comment #2 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
A regression. I suspect when lambda support was added was when the regression
appeared.

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

* [Bug c++/86717] [9/10/11/12 Regression] Unexpected error in dynamic allocation of an array of function pointers
       [not found] <bug-86717-4@http.gcc.gnu.org/bugzilla/>
  2021-12-14  3:07 ` [Bug c++/86717] Unexpected error in dynamic allocation of an array of function pointers pinskia at gcc dot gnu.org
  2021-12-14  3:09 ` [Bug c++/86717] [9/10/11/12 Regression] " pinskia at gcc dot gnu.org
@ 2021-12-14 10:52 ` redi at gcc dot gnu.org
  2022-01-17 15:11 ` rguenth at gcc dot gnu.org
                   ` (3 subsequent siblings)
  6 siblings, 0 replies; 7+ messages in thread
From: redi at gcc dot gnu.org @ 2021-12-14 10:52 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #3 from Jonathan Wakely <redi at gcc dot gnu.org> ---
The regression appeared somewhere after r152040 and before r152438, so probably
at r152318 "merge in cxx0x-lambdas-branch@152308"

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

* [Bug c++/86717] [9/10/11/12 Regression] Unexpected error in dynamic allocation of an array of function pointers
       [not found] <bug-86717-4@http.gcc.gnu.org/bugzilla/>
                   ` (2 preceding siblings ...)
  2021-12-14 10:52 ` redi at gcc dot gnu.org
@ 2022-01-17 15:11 ` rguenth at gcc dot gnu.org
  2022-05-27  9:39 ` [Bug c++/86717] [10/11/12/13 " rguenth at gcc dot gnu.org
                   ` (2 subsequent siblings)
  6 siblings, 0 replies; 7+ messages in thread
From: rguenth at gcc dot gnu.org @ 2022-01-17 15:11 UTC (permalink / raw)
  To: gcc-bugs

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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Priority|P3                          |P2

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

* [Bug c++/86717] [10/11/12/13 Regression] Unexpected error in dynamic allocation of an array of function pointers
       [not found] <bug-86717-4@http.gcc.gnu.org/bugzilla/>
                   ` (3 preceding siblings ...)
  2022-01-17 15:11 ` rguenth at gcc dot gnu.org
@ 2022-05-27  9:39 ` rguenth at gcc dot gnu.org
  2022-06-28 10:35 ` jakub at gcc dot gnu.org
  2023-07-07 10:34 ` [Bug c++/86717] [11/12/13/14 " rguenth at gcc dot gnu.org
  6 siblings, 0 replies; 7+ messages in thread
From: rguenth at gcc dot gnu.org @ 2022-05-27  9:39 UTC (permalink / raw)
  To: gcc-bugs

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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|9.5                         |10.4

--- Comment #4 from Richard Biener <rguenth at gcc dot gnu.org> ---
GCC 9 branch is being closed

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

* [Bug c++/86717] [10/11/12/13 Regression] Unexpected error in dynamic allocation of an array of function pointers
       [not found] <bug-86717-4@http.gcc.gnu.org/bugzilla/>
                   ` (4 preceding siblings ...)
  2022-05-27  9:39 ` [Bug c++/86717] [10/11/12/13 " rguenth at gcc dot gnu.org
@ 2022-06-28 10:35 ` jakub at gcc dot gnu.org
  2023-07-07 10:34 ` [Bug c++/86717] [11/12/13/14 " rguenth at gcc dot gnu.org
  6 siblings, 0 replies; 7+ messages in thread
From: jakub at gcc dot gnu.org @ 2022-06-28 10:35 UTC (permalink / raw)
  To: gcc-bugs

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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|10.4                        |10.5

--- Comment #5 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
GCC 10.4 is being released, retargeting bugs to GCC 10.5.

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

* [Bug c++/86717] [11/12/13/14 Regression] Unexpected error in dynamic allocation of an array of function pointers
       [not found] <bug-86717-4@http.gcc.gnu.org/bugzilla/>
                   ` (5 preceding siblings ...)
  2022-06-28 10:35 ` jakub at gcc dot gnu.org
@ 2023-07-07 10:34 ` rguenth at gcc dot gnu.org
  6 siblings, 0 replies; 7+ messages in thread
From: rguenth at gcc dot gnu.org @ 2023-07-07 10:34 UTC (permalink / raw)
  To: gcc-bugs

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

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

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

--- Comment #6 from Richard Biener <rguenth at gcc dot gnu.org> ---
GCC 10 branch is being closed.

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

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

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <bug-86717-4@http.gcc.gnu.org/bugzilla/>
2021-12-14  3:07 ` [Bug c++/86717] Unexpected error in dynamic allocation of an array of function pointers pinskia at gcc dot gnu.org
2021-12-14  3:09 ` [Bug c++/86717] [9/10/11/12 Regression] " pinskia at gcc dot gnu.org
2021-12-14 10:52 ` redi at gcc dot gnu.org
2022-01-17 15:11 ` rguenth at gcc dot gnu.org
2022-05-27  9:39 ` [Bug c++/86717] [10/11/12/13 " rguenth at gcc dot gnu.org
2022-06-28 10:35 ` jakub at gcc dot gnu.org
2023-07-07 10:34 ` [Bug c++/86717] [11/12/13/14 " 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).