public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug tree-optimization/97808] New: ICE at -Os and above: in clean, at tree-ssa-pre.c:2053
@ 2020-11-12  9:01 zhendong.su at inf dot ethz.ch
  2020-11-12 12:25 ` [Bug tree-optimization/97808] [11 Regression] ICE at -Os and above: in clean, at tree-ssa-pre.c:2053 since r11-4921-g86cca5cc14602814 marxin at gcc dot gnu.org
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: zhendong.su at inf dot ethz.ch @ 2020-11-12  9:01 UTC (permalink / raw)
  To: gcc-bugs

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

            Bug ID: 97808
           Summary: ICE at -Os and above: in clean, at tree-ssa-pre.c:2053
           Product: gcc
           Version: 11.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: tree-optimization
          Assignee: unassigned at gcc dot gnu.org
          Reporter: zhendong.su at inf dot ethz.ch
  Target Milestone: ---

[514] % gcctk -v
Using built-in specs.
COLLECT_GCC=gcctk
COLLECT_LTO_WRAPPER=/local/suz-local/software/local/gcc-trunk/libexec/gcc/x86_64-pc-linux-gnu/11.0.0/lto-wrapper
Target: x86_64-pc-linux-gnu
Configured with: ../gcc-trunk/configure --disable-bootstrap
--prefix=/local/suz-local/software/local/gcc-trunk --enable-languages=c,c++
--disable-werror --enable-multilib --with-system-zlib
Thread model: posix
Supported LTO compression algorithms: zlib
gcc version 11.0.0 20201112 (experimental) [master revision
7ea19dcafb8:c6f488d83fd:5d9ade39b8720b61cf63a8be181fb3b487f6ac5b] (GCC) 
[515] % 
[515] % gcctk -O1 -c small.c
[516] % 
[516] % gcctk -Os -c small.c
during GIMPLE pass: pre
small.c: In function ‘g’:
small.c:5:6: internal compiler error: in clean, at tree-ssa-pre.c:2053
    5 | void g() {
      |      ^
0xed6c52 clean
        ../../gcc-trunk/gcc/tree-ssa-pre.c:2053
0xedced5 compute_antic
        ../../gcc-trunk/gcc/tree-ssa-pre.c:2539
0xedeb19 execute
        ../../gcc-trunk/gcc/tree-ssa-pre.c:4363
Please submit a full bug report,
with preprocessed source if appropriate.
Please include the complete backtrace with any bug report.
See <https://gcc.gnu.org/bugs/> for instructions.
[517] % 
[517] % cat small.c
int a, e, f;
volatile int b;
unsigned c, d;

void g() {
  int h = b;
  d = e;
  a = -(~h + d);
  c = d >> (b && f) ^ -~h;
}

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

* [Bug tree-optimization/97808] [11 Regression] ICE at -Os and above: in clean, at tree-ssa-pre.c:2053 since r11-4921-g86cca5cc14602814
  2020-11-12  9:01 [Bug tree-optimization/97808] New: ICE at -Os and above: in clean, at tree-ssa-pre.c:2053 zhendong.su at inf dot ethz.ch
@ 2020-11-12 12:25 ` marxin at gcc dot gnu.org
  2020-11-12 12:25 ` marxin at gcc dot gnu.org
  2020-11-12 13:37 ` rguenth at gcc dot gnu.org
  2 siblings, 0 replies; 4+ messages in thread
From: marxin at gcc dot gnu.org @ 2020-11-12 12:25 UTC (permalink / raw)
  To: gcc-bugs

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

Martin Liška <marxin at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Last reconfirmed|                            |2020-11-12
     Ever confirmed|0                           |1
            Summary|ICE at -Os and above: in    |[11 Regression] ICE at -Os
                   |clean, at                   |and above: in clean, at
                   |tree-ssa-pre.c:2053         |tree-ssa-pre.c:2053 since
                   |                            |r11-4921-g86cca5cc14602814
                 CC|                            |marxin at gcc dot gnu.org,
                   |                            |rguenth at gcc dot gnu.org
             Status|UNCONFIRMED                 |NEW

--- Comment #1 from Martin Liška <marxin at gcc dot gnu.org> ---
Confirmed, started with r11-4921-g86cca5cc14602814.

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

* [Bug tree-optimization/97808] [11 Regression] ICE at -Os and above: in clean, at tree-ssa-pre.c:2053 since r11-4921-g86cca5cc14602814
  2020-11-12  9:01 [Bug tree-optimization/97808] New: ICE at -Os and above: in clean, at tree-ssa-pre.c:2053 zhendong.su at inf dot ethz.ch
  2020-11-12 12:25 ` [Bug tree-optimization/97808] [11 Regression] ICE at -Os and above: in clean, at tree-ssa-pre.c:2053 since r11-4921-g86cca5cc14602814 marxin at gcc dot gnu.org
@ 2020-11-12 12:25 ` marxin at gcc dot gnu.org
  2020-11-12 13:37 ` rguenth at gcc dot gnu.org
  2 siblings, 0 replies; 4+ messages in thread
From: marxin at gcc dot gnu.org @ 2020-11-12 12:25 UTC (permalink / raw)
  To: gcc-bugs

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

Martin Liška <marxin at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|---                         |11.0
           Keywords|                            |ice-on-valid-code
           Priority|P3                          |P1
      Known to work|                            |10.2.0
      Known to fail|                            |11.0

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

* [Bug tree-optimization/97808] [11 Regression] ICE at -Os and above: in clean, at tree-ssa-pre.c:2053 since r11-4921-g86cca5cc14602814
  2020-11-12  9:01 [Bug tree-optimization/97808] New: ICE at -Os and above: in clean, at tree-ssa-pre.c:2053 zhendong.su at inf dot ethz.ch
  2020-11-12 12:25 ` [Bug tree-optimization/97808] [11 Regression] ICE at -Os and above: in clean, at tree-ssa-pre.c:2053 since r11-4921-g86cca5cc14602814 marxin at gcc dot gnu.org
  2020-11-12 12:25 ` marxin at gcc dot gnu.org
@ 2020-11-12 13:37 ` rguenth at gcc dot gnu.org
  2 siblings, 0 replies; 4+ messages in thread
From: rguenth at gcc dot gnu.org @ 2020-11-12 13:37 UTC (permalink / raw)
  To: gcc-bugs

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

Richard Biener <rguenth at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

--- Comment #2 from Richard Biener <rguenth at gcc dot gnu.org> ---
This was fixed by 64326bb428ac750ec3b0f56c06dfb98277cd41b5

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

end of thread, other threads:[~2020-11-12 13:37 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-11-12  9:01 [Bug tree-optimization/97808] New: ICE at -Os and above: in clean, at tree-ssa-pre.c:2053 zhendong.su at inf dot ethz.ch
2020-11-12 12:25 ` [Bug tree-optimization/97808] [11 Regression] ICE at -Os and above: in clean, at tree-ssa-pre.c:2053 since r11-4921-g86cca5cc14602814 marxin at gcc dot gnu.org
2020-11-12 12:25 ` marxin at gcc dot gnu.org
2020-11-12 13:37 ` rguenth 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).