public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
From: "tnfchris at gcc dot gnu.org" <gcc-bugzilla@gcc.gnu.org>
To: gcc-bugs@gcc.gnu.org
Subject: [Bug tree-optimization/113136] [14 regression] ICE when building Perl
Date: Wed, 27 Dec 2023 12:04:22 +0000	[thread overview]
Message-ID: <bug-113136-4-QIk631Lfvs@http.gcc.gnu.org/bugzilla/> (raw)
In-Reply-To: <bug-113136-4@http.gcc.gnu.org/bugzilla/>

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

--- Comment #5 from Tamar Christina <tnfchris at gcc dot gnu.org> ---
hmm I seem unable to reproduce this one..

tnfchris@x86_64 ~/gcc-peak> ./install/bin/gcc  -O3 pr113136.c -c -march=znver2
pr113136.c: In function ‘yyl_try_d’:
pr113136.c:16:14: warning: comparison of distinct pointer types lacks a cast
[-Wcompare-distinct-pointer-types]
   16 |     while (s < yyl_try_d)
      |              ^
tnfchris@x86_64 ~/gcc-peak> ./install/bin/gcc  -O3 ~/toke.i  -c -march=znver2
tnfchris@x86_64 ~/gcc-peak> cat pr113136.c
enum { XSTATE } S_incline();
char PL_in_eval, PL_parser_6;
int PL_parser_1, PL_parser_0, PL_parser_7;
short PL_parser_8;
_Bool yyl_eol_needs_semicolon() {
  if (PL_parser_6 || PL_in_eval && PL_parser_7 && PL_parser_8)
    if (PL_parser_0 && PL_parser_1)
      return 0;
}
void yyl_try_d(char *s) {
retry:
  switch (*s) {
  case '\n':
    yyl_eol_needs_semicolon(&s);
    s++;
    while (s < yyl_try_d)
      if (*s++)
        S_incline();
    goto retry;
  }
}

tnfchris@x86_64 ~/gcc-peak> ./install/bin/gcc -v
Using built-in specs.
COLLECT_GCC=./install/bin/gcc
COLLECT_LTO_WRAPPER=/home/tnfchris/gcc-peak/install/libexec/gcc/x86_64-pc-linux-gnu/14.0.0/lto-wrapper
Target: x86_64-pc-linux-gnu
Configured with: /home/tnfchris/gcc-dsg/configure
--prefix=/home/tnfchris/gcc-peak/install --enable-checking=release :
(reconfigured) /home/tnfchris/gcc-dsg/configure
--prefix=/home/tnfchris/gcc-peak/install --enable-checking=release
--enable-languages=c,c++,fortran,lto,objc --no-create --no-recursion
Thread model: posix
Supported LTO compression algorithms: zlib zstd
gcc version 14.0.0 20231227 (experimental) (GCC)

  parent reply	other threads:[~2023-12-27 12:04 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-12-25 14:15 [Bug tree-optimization/113136] New: " sjames at gcc dot gnu.org
2023-12-25 14:15 ` [Bug tree-optimization/113136] " sjames at gcc dot gnu.org
2023-12-25 15:08 ` sjames at gcc dot gnu.org
2023-12-26 14:11 ` tnfchris at gcc dot gnu.org
2023-12-26 14:27 ` tnfchris at gcc dot gnu.org
2023-12-27 12:04 ` tnfchris at gcc dot gnu.org [this message]
2023-12-27 13:37 ` sjames at gcc dot gnu.org
2023-12-27 13:44 ` tnfchris at gcc dot gnu.org
2023-12-27 14:52 ` tnfchris at gcc dot gnu.org
2023-12-29 21:06 ` tnfchris at gcc dot gnu.org
2024-01-12 15:32 ` cvs-commit at gcc dot gnu.org
2024-01-12 15:35 ` tnfchris at gcc dot gnu.org

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=bug-113136-4-QIk631Lfvs@http.gcc.gnu.org/bugzilla/ \
    --to=gcc-bugzilla@gcc.gnu.org \
    --cc=gcc-bugs@gcc.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).