public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug analyzer/110112] New: [11/12/13 Regression] gcc -fanalyzer takes an excessive amount of time
@ 2023-06-04 11:24 bruno at clisp dot org
  2023-06-04 11:30 ` [Bug analyzer/110112] " bruno at clisp dot org
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: bruno at clisp dot org @ 2023-06-04 11:24 UTC (permalink / raw)
  To: gcc-bugs

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

            Bug ID: 110112
           Summary: [11/12/13 Regression] gcc -fanalyzer takes an
                    excessive amount of time
           Product: gcc
           Version: 13.1.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: analyzer
          Assignee: dmalcolm at gcc dot gnu.org
          Reporter: bruno at clisp dot org
  Target Milestone: ---

Created attachment 55253
  --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=55253&action=edit
test case uniname.c (compressed)

In a compilation unit with some large read-only static arrays, "gcc -fanalyzer"
takes an excessive amount of time: 66 seconds as opposed to less than 1 second
without '-fanalyzer'.

How to reproduce:
$ time gcc -O2 -c uniname.c 

real    0m0,819s
user    0m0,797s
sys     0m0,012s

$ time gcc -O2 -fanalyzer -c uniname.c 
<two warnings>

real    1m6,195s
user    1m6,101s
sys     0m0,088s

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

end of thread, other threads:[~2024-05-09 17:54 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-06-04 11:24 [Bug analyzer/110112] New: [11/12/13 Regression] gcc -fanalyzer takes an excessive amount of time bruno at clisp dot org
2023-06-04 11:30 ` [Bug analyzer/110112] " bruno at clisp dot org
2023-06-04 13:06 ` tlange at gcc dot gnu.org
2023-06-05  6:49 ` rguenth at gcc dot gnu.org
2023-06-08 23:06 ` dmalcolm at gcc dot gnu.org
2023-06-09 22:05 ` cvs-commit at gcc dot gnu.org
2023-06-10  0:54 ` dmalcolm at gcc dot gnu.org
2024-05-09 17:10 ` cvs-commit at gcc dot gnu.org
2024-05-09 17:54 ` [Bug analyzer/110112] [11/12 " dmalcolm 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).