Bug 1900740 - Internal compiler error in subspan at input.h:69
Summary: Internal compiler error in subspan at input.h:69
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Red Hat Enterprise Linux 8
Classification: Red Hat
Component: gcc
Version: 8.2
Hardware: Unspecified
OS: Unspecified
medium
medium
Target Milestone: rc
: 8.0
Assignee: Marek Polacek
QA Contact: Alexandra Petlanová Hájková
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2020-11-23 15:42 UTC by Andrew Mike
Modified: 2023-07-18 14:19 UTC (History)
13 users (show)

Fixed In Version: gcc-toolset-10-gcc-10.2.1-8.1.el8
Doc Type: No Doc Update
Doc Text:
Clone Of:
Environment:
Last Closed: 2021-05-18 15:43:11 UTC
Type: Bug
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
GNU Compiler Collection 96935 0 P3 RESOLVED [9 Regression] ICE in subspan, at input.h:69 2021-02-12 18:02:13 UTC

Description Andrew Mike 2020-11-23 15:42:43 UTC
Description of problem:
An internal compiler error is encountered when compiling certain snippets of code. This appears to be an upstream bug.

Version-Release number of selected component (if applicable):
9.2.1-2.3.el8

How reproducible: 100%


Steps to Reproduce:
1. Install the gcc-toolset-9-gcc package

2. Get the gcc test case by running:
$ wget -Opr96935.c 'https://gcc.gnu.org/git/?p=gcc.git;a=blob_plain;f=gcc/testsuite/gcc.dg/format/pr96935.c;h=c31109704be67ff539493acf73a6f4ca89ffff9f;hb=d01c3def63caf59d1d156aec8d52a1540e5ffe27'

3. Enable the toolset GCC with command:
$ . /opt/rh/gcc-toolset-9/enable

4. Compile the test case with "gcc -c -O pr96935.c".

Actual results: Compile fails with the following error message:
---
during GIMPLE pass: printf-return-value
pr96935.c: In function ‘foo’:
pr96935.c:6:1: internal compiler error: in subspan, at input.h:68
---

Expected results: Successful compilation.


Additional info:
- Bug is also present on gcc-toolset-10-gcc-10.2.1-2.el8.x86_64.
- There is a patch at the following commit address: https://gcc.gnu.org/git/gitweb.cgi?p=gcc.git;h=d01c3def63caf59d1d156aec8d52a1540e5ffe27

Comment 1 Joseph C. Sible 2020-11-23 15:49:01 UTC
This happens with gcc-toolset-10 too.

Comment 2 Marek Polacek 2020-11-30 16:06:51 UTC
Already fixed in the latest gcc-toolset-10-gcc.

Comment 3 Joseph C. Sible 2020-11-30 20:31:12 UTC
(In reply to Marek Polacek from comment #2)
> Already fixed in the latest gcc-toolset-10-gcc.

Has gcc-toolset-10-gcc-10.2.1-8.1.el8 been released already? Looking at gcc-toolset-10-gcc on https://access.redhat.com/downloads/, it still tells me that 10.2.1-2.el8 is the latest version.

Comment 4 Marek Polacek 2020-11-30 20:36:45 UTC
(In reply to Joseph C. Sible from comment #3)
> (In reply to Marek Polacek from comment #2)
> > Already fixed in the latest gcc-toolset-10-gcc.
> 
> Has gcc-toolset-10-gcc-10.2.1-8.1.el8 been released already? Looking at
> gcc-toolset-10-gcc on https://access.redhat.com/downloads/, it still tells
> me that 10.2.1-2.el8 is the latest version.

That is correct, not released yet.  Please stay tuned.

Comment 14 errata-xmlrpc 2021-05-18 15:43:11 UTC
Since the problem described in this bug report should be
resolved in a recent advisory, it has been closed with a
resolution of ERRATA.

For information on the advisory (gcc-toolset-10-gcc bug fix and enhancement update), and where to find the updated
files, follow the link below.

If the solution does not work for you, open a new bug report.

https://access.redhat.com/errata/RHBA-2021:1823


Note You need to log in before you can comment on or make changes to this bug.