From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 706883948A5C; Wed, 16 Nov 2022 00:33:20 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 706883948A5C DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1668558800; bh=wNMvLHu5F/pt4SE7W8yEoaK0M/Yxu1tjMl/g771U30Y=; h=From:To:Subject:Date:From; b=u5fgXsSkEe4My6AeWperSlzLrTl48awmKJVo+e/BuOxaJS4xBLmSKt+w1sSm+x2mv gIfp34PGLHBFpE2brrOPIwKWdWyP7i2rcIFzKJz1+dtpQBuB5hTR88XIxvyxm708FN Z/jeqMM5iRrBN73r+hZsvBOJLqolLZHgpKTpgaAk= From: "urs at akk dot org" To: gcc-bugs@gcc.gnu.org Subject: [Bug analyzer/107711] New: internal compiler error: Segmentation fault Date: Wed, 16 Nov 2022 00:33:19 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: analyzer X-Bugzilla-Version: 13.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: urs at akk dot org X-Bugzilla-Status: UNCONFIRMED X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: dmalcolm at gcc dot gnu.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version bug_status bug_severity priority component assigned_to reporter target_milestone cf_gcchost cf_gcctarget cf_gccbuild attachments.created Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 List-Id: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D107711 Bug ID: 107711 Summary: internal compiler error: Segmentation fault Product: gcc Version: 13.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: analyzer Assignee: dmalcolm at gcc dot gnu.org Reporter: urs at akk dot org Target Milestone: --- Host: x86_64-pc-linux-gnu Target: x86_64-pc-linux-gnu Build: x86_64-pc-linux-gnu Created attachment 53904 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=3D53904&action=3Dedit internal compiler error: Segmentation fault gcc build from git @ 6052482f841634522c6d2e56c4231f8df2dc6d3e with configure --program-suffix=3D-13 --enable-languages=3Dc,lto --enable-lto --disable-multilib make -j 4 BOOT_CFLAGS=3D'-pipe -O0 -w' bootstrap on x86_64-pc-linux-gnu (Intel(R) Core(TM) i7-6700T); Ubuntu 22.04.1 LTS; GL= IBC 2.35-0ubuntu3.1 gcc-13 -I. -I../include -DHAVE_CONFIG_H -DDEBUG -g -std=3Dc11 -O2 -Wextra -Wpedantic -Wall -Winline -Wshadow -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wbad-function-cast -Wnested-externs -Wcast-align -Wpointer-arith -Waggregate-return -Wcast-qual -Wwrite-strings -Wundef -Wpa= cked -Wfloat-equal -Wunused-macros -Wold-style-definition -Winit-self -Wmissing-include-dirs -Wlogical-op -Wjump-misses-init -Wformat=3D2 -Wshift-overflow=3D2 -Wnull-dereference -Wduplicated-cond -Walloc-zero -Wal= loca -Wstringop-overflow=3D2 -Wduplicated-branches -Wno-format-nonliteral -Wno-stringop-truncation -Wno-format-truncation -fanalyzer -o makecfg=20 ./makecfg.c results in ./makecfg.c: At top level: ./makecfg.c:552:1: internal compiler error: Segmentation fault 552 | } | ^ 0x7feba1f0151f ??? ./signal/../sysdeps/unix/sysv/linux/x86_64/libc_sigaction.c:0 0x7feba1ee8d8f __libc_start_call_main ../sysdeps/nptl/libc_start_call_main.h:58 0x7feba1ee8e3f __libc_start_main_impl ../csu/libc-start.c:392 Please submit a full bug report, with preprocessed source (by using -freport-bug). I can't see the issue with additional "-v -save-temps -freport-bug" or with= out "-fanalyzer".=