From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 08136385040E; Thu, 27 May 2021 07:30:39 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 08136385040E From: "sebastian-gcc at sipsolutions dot net" To: gcc-bugs@gcc.gnu.org Subject: [Bug gcov-profile/100788] Internal compiler error related to #line macros(?) Date: Thu, 27 May 2021 07:30:38 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: gcov-profile X-Bugzilla-Version: 11.1.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: sebastian-gcc at sipsolutions dot net X-Bugzilla-Status: WAITING X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: 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 X-BeenThere: gcc-bugs@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gcc-bugs mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 27 May 2021 07:30:39 -0000 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D100788 --- Comment #7 from seberg --- Oh, interesting. You are right, if I run it on the preprocessed file it succeeds (note the `tmp/preprocessed.c`: x86_64-linux-gnu-gcc -pthread --coverage -O0 -ggdb -g -ffile-prefix-map=3D/build/python3.9-RNBry6/python3.9-3.9.2=3D. -fstack-protector-strong -g -fwrapv -O2 -D_FORTIFY_SOURCE=3D2 -fPIC -DNPY_INTERNAL_BUILD=3D1 -DHAVE_NPY_CONFIG_H=3D1 -D_FILE_OFFSET_BITS=3D64 -D_LARGEFILE_SOURCE=3D1 -D_LARGEFILE64_SOURCE=3D1 -DHAVE_CBLAS -Ibuild/src.linux-x86_64-3.9/numpy/core/src/common -Ibuild/src.linux-x86_64-3.9/numpy/core/src/umath -Inumpy/core/include -Ibuild/src.linux-x86_64-3.9/numpy/core/include/numpy -Ibuild/src.linux-x86_64-3.9/numpy/distutils/include -Inumpy/core/src/common -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/src/_simd -I/usr/include/python3.9 -Ibuild/src.linux-x86_64-3.9/numpy/core/src/common -Ibuild/src.linux-x86_64-3.9/numpy/core/src/npymath -c /tmp/preprocessed.c = -o build/temp.linux-x86_64-3.9/build/src.linux-x86_64-3.9/numpy/core/src/multi= array/einsum_sumprod.o -msse2 -msse3 Just to cover my ground the preprocessed file was generated with: x86_64-linux-gnu-gcc -pthread --coverage -Wno-unused-result -Wsign-compare = -O0 -ggdb -g -ffile-prefix-map=3D/build/python3.9-RNBry6/python3.9-3.9.2=3D. -fstack-protector-strong -Wformat -Werror=3Dformat-security -g -fwrapv -O2 -Werror=3Dvla -Werror=3Dnonnull -Werror=3Dpointer-arith -Wlogical-op -Werror=3Dunused-function -Wdate-time -D_FORTIFY_SOURCE=3D2 -fPIC -DNPY_INTERNAL_BUILD=3D1 -DHAVE_NPY_CONFIG_H=3D1 -D_FILE_OFFSET_BITS=3D64 -D_LARGEFILE_SOURCE=3D1 -D_LARGEFILE64_SOURCE=3D1 -DHAVE_CBLAS -Ibuild/src.linux-x86_64-3.9/numpy/core/src/common -Ibuild/src.linux-x86_64-3.9/numpy/core/src/umath -Inumpy/core/include -Ibuild/src.linux-x86_64-3.9/numpy/core/include/numpy -Ibuild/src.linux-x86_64-3.9/numpy/distutils/include -Inumpy/core/src/common -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/src/_simd -I/usr/include/python3.9 -Ibuild/src.linux-x86_64-3.9/numpy/core/src/common -Ibuild/src.linux-x86_64-3.9/numpy/core/src/npymath -c build/src.linux-x86_64-3.9/numpy/core/src/multiarray/einsum_sumprod.c -E > /tmp/preprocessed.c=