public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c/97381] New: ice error: invalid types in nop conversion
@ 2020-10-12 10:24 dcb314 at hotmail dot com
  2020-10-12 10:31 ` [Bug c/97381] " dcb314 at hotmail dot com
                   ` (9 more replies)
  0 siblings, 10 replies; 11+ messages in thread
From: dcb314 at hotmail dot com @ 2020-10-12 10:24 UTC (permalink / raw)
  To: gcc-bugs

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

            Bug ID: 97381
           Summary: ice error: invalid types in nop conversion
           Product: gcc
           Version: 11.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: c
          Assignee: unassigned at gcc dot gnu.org
          Reporter: dcb314 at hotmail dot com
  Target Milestone: ---

Created attachment 49352
  --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=49352&action=edit
C source code

The attached C code seems to ice on flag -O2.

$ ../results/bin/gcc -c -w -O2 bug654.c
destDir/testFile.289.c: In function ‘func_10’:
destDir/testFile.289.c:11479:1: error: invalid types in nop conversion
unsigned char
<<< error >>>
c_7.5374_1690 = (unsigned char) _11366;
destDir/testFile.289.c:11479:1: error: invalid types in nop conversion
unsigned char
<<< error >>>
c_7.5389_1728 = (unsigned char) _11366;
during GIMPLE pass: evrp
destDir/testFile.289.c:11479:1: internal compiler error: verify_gimple failed
0xcf360f verify_gimple_in_cfg(function*, bool)
        ../../trunk.git/gcc/tree-cfg.c:5482

I'll have my usual go at reducing the code and finding a range
for the error.

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

end of thread, other threads:[~2020-10-14 15:47 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-10-12 10:24 [Bug c/97381] New: ice error: invalid types in nop conversion dcb314 at hotmail dot com
2020-10-12 10:31 ` [Bug c/97381] " dcb314 at hotmail dot com
2020-10-12 10:41 ` dcb314 at hotmail dot com
2020-10-12 11:09 ` [Bug tree-optimization/97381] [11 Regression] " rguenth at gcc dot gnu.org
2020-10-12 11:42 ` rguenth at gcc dot gnu.org
2020-10-12 11:49 ` aldyh at gcc dot gnu.org
2020-10-12 16:57 ` aldyh at gcc dot gnu.org
2020-10-12 17:03 ` aldyh at gcc dot gnu.org
2020-10-12 18:06 ` cvs-commit at gcc dot gnu.org
2020-10-12 18:06 ` aldyh at gcc dot gnu.org
2020-10-14 15:47 ` amacleod at redhat dot com

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).