public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c/94040] [9/10 Regression] ICE on a call to an invalid redeclaration of strftime
       [not found] <bug-94040-4@http.gcc.gnu.org/bugzilla/>
@ 2020-03-12 11:58 ` jakub at gcc dot gnu.org
  2020-03-13 16:32 ` [Bug c/94040] [9 " msebor at gcc dot gnu.org
                   ` (5 subsequent siblings)
  6 siblings, 0 replies; 7+ messages in thread
From: jakub at gcc dot gnu.org @ 2020-03-12 11:58 UTC (permalink / raw)
  To: gcc-bugs

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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|9.3                         |9.4

--- Comment #5 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
GCC 9.3.0 has been released, adjusting target milestone.

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

* [Bug c/94040] [9 Regression] ICE on a call to an invalid redeclaration of strftime
       [not found] <bug-94040-4@http.gcc.gnu.org/bugzilla/>
  2020-03-12 11:58 ` [Bug c/94040] [9/10 Regression] ICE on a call to an invalid redeclaration of strftime jakub at gcc dot gnu.org
@ 2020-03-13 16:32 ` msebor at gcc dot gnu.org
  2020-03-15 12:02 ` marxin at gcc dot gnu.org
                   ` (4 subsequent siblings)
  6 siblings, 0 replies; 7+ messages in thread
From: msebor at gcc dot gnu.org @ 2020-03-13 16:32 UTC (permalink / raw)
  To: gcc-bugs

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

Martin Sebor <msebor at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
      Known to fail|10.0, 9.2.0                 |9.3.0
            Summary|[9/10 Regression] ICE on a  |[9 Regression] ICE on a
                   |call to an invalid          |call to an invalid
                   |redeclaration of strftime   |redeclaration of strftime
      Known to work|                            |10.0

--- Comment #6 from Martin Sebor <msebor at gcc dot gnu.org> ---
Fixed for GCC 10 via r10-7162:

https://gcc.gnu.org/g:f2e9fe5f97d88fc876c44e6ffa57a2e85150adf9

commit r10-7162-gf2e9fe5f97d88fc876c44e6ffa57a2e85150adf9
Author: Martin Sebor <msebor@redhat.com>
Date:   Fri Mar 13 10:28:26 2020 -0600

    PR c/94040 - ICE on a call to an invalid redeclaration of strftime

    gcc/c/ChangeLog:

            PR c/94040
            * c-decl.c (builtin_structptr_type_count): New constant.
            (match_builtin_function_types): Reject decls that are incompatible
            in types pointed to by pointers.
            (diagnose_mismatched_decls): Adjust comments.

    gcc/testsuite/ChangeLog:

            PR c/94040
            * gcc.dg/Wbuiltin-declaration-mismatch-12.c: Relax test to look
            for warning name rather than the exact text.
            * gcc.dg/Wbuiltin-declaration-mismatch-14.c: New test.
            * gcc.dg/Wbuiltin-declaration-mismatch-15.c: New test.
            * gcc.dg/pr62090.c: Prune expected warning.
            * gcc.dg/pr89314.c: Look for warning name rather than text.

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

* [Bug c/94040] [9 Regression] ICE on a call to an invalid redeclaration of strftime
       [not found] <bug-94040-4@http.gcc.gnu.org/bugzilla/>
  2020-03-12 11:58 ` [Bug c/94040] [9/10 Regression] ICE on a call to an invalid redeclaration of strftime jakub at gcc dot gnu.org
  2020-03-13 16:32 ` [Bug c/94040] [9 " msebor at gcc dot gnu.org
@ 2020-03-15 12:02 ` marxin at gcc dot gnu.org
  2021-04-30  8:03 ` rguenth at gcc dot gnu.org
                   ` (3 subsequent siblings)
  6 siblings, 0 replies; 7+ messages in thread
From: marxin at gcc dot gnu.org @ 2020-03-15 12:02 UTC (permalink / raw)
  To: gcc-bugs

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

Martin Liška <marxin at gcc dot gnu.org> changed:

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

--- Comment #7 from Martin Liška <marxin at gcc dot gnu.org> ---
commit r10-7164-g45ee7a35f347e59f003d65bce0d43d5123d827cf
Author: Martin Sebor <msebor@redhat.com>
Date:   Fri Mar 13 12:29:33 2020 -0600

    PR c/94040 - ICE on a call to an invalid redeclaration of strftime

    gcc/testsuite/ChangeLog:

           * gcc.dg/torture/pr54261-1.c: Correct built-in declartion.

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

* [Bug c/94040] [9 Regression] ICE on a call to an invalid redeclaration of strftime
       [not found] <bug-94040-4@http.gcc.gnu.org/bugzilla/>
                   ` (2 preceding siblings ...)
  2020-03-15 12:02 ` marxin at gcc dot gnu.org
@ 2021-04-30  8:03 ` rguenth at gcc dot gnu.org
  2021-06-01  8:16 ` rguenth at gcc dot gnu.org
                   ` (2 subsequent siblings)
  6 siblings, 0 replies; 7+ messages in thread
From: rguenth at gcc dot gnu.org @ 2021-04-30  8:03 UTC (permalink / raw)
  To: gcc-bugs

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

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/94040] [9 Regression] ICE on a call to an invalid redeclaration of strftime
       [not found] <bug-94040-4@http.gcc.gnu.org/bugzilla/>
                   ` (3 preceding siblings ...)
  2021-04-30  8:03 ` rguenth at gcc dot gnu.org
@ 2021-06-01  8:16 ` rguenth at gcc dot gnu.org
  2022-03-17 19:55 ` msebor at gcc dot gnu.org
  2022-05-27  8:46 ` rguenth at gcc dot gnu.org
  6 siblings, 0 replies; 7+ messages in thread
From: rguenth at gcc dot gnu.org @ 2021-06-01  8:16 UTC (permalink / raw)
  To: gcc-bugs

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

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

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

--- Comment #8 from Richard Biener <rguenth at gcc dot gnu.org> ---
GCC 9.4 is being released, retargeting bugs to GCC 9.5.

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

* [Bug c/94040] [9 Regression] ICE on a call to an invalid redeclaration of strftime
       [not found] <bug-94040-4@http.gcc.gnu.org/bugzilla/>
                   ` (4 preceding siblings ...)
  2021-06-01  8:16 ` rguenth at gcc dot gnu.org
@ 2022-03-17 19:55 ` msebor at gcc dot gnu.org
  2022-05-27  8:46 ` rguenth at gcc dot gnu.org
  6 siblings, 0 replies; 7+ messages in thread
From: msebor at gcc dot gnu.org @ 2022-03-17 19:55 UTC (permalink / raw)
  To: gcc-bugs

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

Martin Sebor <msebor at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |NEW
           Assignee|msebor at gcc dot gnu.org          |unassigned at gcc dot gnu.org

--- Comment #9 from Martin Sebor <msebor at gcc dot gnu.org> ---
I'm not planning to backport the fix.

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

* [Bug c/94040] [9 Regression] ICE on a call to an invalid redeclaration of strftime
       [not found] <bug-94040-4@http.gcc.gnu.org/bugzilla/>
                   ` (5 preceding siblings ...)
  2022-03-17 19:55 ` msebor at gcc dot gnu.org
@ 2022-05-27  8:46 ` rguenth at gcc dot gnu.org
  6 siblings, 0 replies; 7+ messages in thread
From: rguenth at gcc dot gnu.org @ 2022-05-27  8:46 UTC (permalink / raw)
  To: gcc-bugs

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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|9.5                         |10.0
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

--- Comment #10 from Richard Biener <rguenth at gcc dot gnu.org> ---
Fixed in GCC 10.

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

end of thread, other threads:[~2022-05-27  8:46 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <bug-94040-4@http.gcc.gnu.org/bugzilla/>
2020-03-12 11:58 ` [Bug c/94040] [9/10 Regression] ICE on a call to an invalid redeclaration of strftime jakub at gcc dot gnu.org
2020-03-13 16:32 ` [Bug c/94040] [9 " msebor at gcc dot gnu.org
2020-03-15 12:02 ` marxin at gcc dot gnu.org
2021-04-30  8:03 ` rguenth at gcc dot gnu.org
2021-06-01  8:16 ` rguenth at gcc dot gnu.org
2022-03-17 19:55 ` msebor at gcc dot gnu.org
2022-05-27  8:46 ` 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).