public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c/102764] New: -fcompare-debug failure (length) at -O3
@ 2021-10-15  6:04 cnsun at uwaterloo dot ca
  2021-10-15  6:58 ` [Bug middle-end/102764] " rguenth at gcc dot gnu.org
                   ` (10 more replies)
  0 siblings, 11 replies; 12+ messages in thread
From: cnsun at uwaterloo dot ca @ 2021-10-15  6:04 UTC (permalink / raw)
  To: gcc-bugs

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

            Bug ID: 102764
           Summary: -fcompare-debug failure (length) at -O3
           Product: gcc
           Version: unknown
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: c
          Assignee: unassigned at gcc dot gnu.org
          Reporter: cnsun at uwaterloo dot ca
  Target Milestone: ---

(Really do not know what is the best summary for this bug.)

$ gcc-trunk -v
Using built-in specs.
COLLECT_GCC=gcc-trunk
COLLECT_LTO_WRAPPER=/scratch/software/gcc-trunk/libexec/gcc/x86_64-pc-linux-gnu/12.0.0/lto-wrapper
Target: x86_64-pc-linux-gnu
Configured with: /tmp/tmp.gzh6IUhxke-gcc-builder/gcc/configure
--enable-languages=c,c++,lto --enable-checking-yes --enable-multiarch
--prefix=/scratch/software/gcc-trunk --disable-bootstrap
Thread model: posix
Supported LTO compression algorithms: zlib
gcc version 12.0.0 20211014 (experimental) [master -gee9fa8a57] (GCC)

$ cat mutant.c
volatile a;
main() {
  int i;
  for (i = 0; i < 1000; i++)
    if (i % 17)
      a++;
}

$ gcc-trunk -w -fcompare-debug -O3 mutant.c
gcc-trunk: error: mutant.c: ‘-fcompare-debug’ failure (length)

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

end of thread, other threads:[~2022-03-01 15:43 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-10-15  6:04 [Bug c/102764] New: -fcompare-debug failure (length) at -O3 cnsun at uwaterloo dot ca
2021-10-15  6:58 ` [Bug middle-end/102764] " rguenth at gcc dot gnu.org
2021-10-15  7:04 ` pinskia at gcc dot gnu.org
2021-10-15  8:28 ` [Bug middle-end/102764] [12 Regression] -fcompare-debug failure (length) at -O3 since r12-630-g7c4c9fcc0de86587 marxin at gcc dot gnu.org
2021-10-15  8:45 ` ebotcazou at gcc dot gnu.org
2021-10-20  8:26 ` [Bug middle-end/102764] [12 Regression] -fcompare-debug failure (length) at -O3 ebotcazou at gcc dot gnu.org
2021-10-20  8:47 ` cvs-commit at gcc dot gnu.org
2021-10-20  8:49 ` ebotcazou at gcc dot gnu.org
2021-10-21  1:45 ` hjl.tools at gmail dot com
2021-10-21 15:59 ` cvs-commit at gcc dot gnu.org
2021-10-21 16:02 ` ebotcazou at gcc dot gnu.org
2022-03-01 15:43 ` jakub 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).