[Bug tree-optimization/126876] [17 regression] ice in ssa_range_in_phi since r17-3298

"kacper.slominski72 at gmail dot com via Gcc-bugs" <[email protected]>
Newsgroups gmane.comp.gcc.bugs
Message-ID <[email protected]/bugzilla/>
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=126876

Kacper Słomiński <kacper.slominski72 at gmail dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |kacper.slominski72 at gmail dot co
                   |                            |m

--- Comment #9 from Kacper Słomiński <kacper.slominski72 at gmail dot com> ---
Another reduced example for the bug. Reduced from Emacs master (src/coding.c,
encode_coding_utf_16).

int b;

int c(char *p) {
        if (b) {
                p[0] = 0;
                return 1;
        }
        return 0;
}

void d(char *e) {
        while (e) {
                e += c(e);
                e += c(e);
        }
}
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.