++
Assignee: unassigned at gcc dot gnu.org
Reporter: jamessan at jamessan dot com
Target Milestone: ---
Created attachment 48730
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=48730&action=edit
Reduced test case
After uploading msgpack-c 3.3.0 to Debian, the armh
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95676
--- Comment #2 from James McCoy ---
Apologies for leaving off the build/configure information. I shouldn't have
assumed one would have access to Debian's compiler.
--8<--
abel% g++ -v
Using built-in specs.
COLLECT_GCC=g++
COLLECT_LTO_WRAPPER=/u
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95676
--- Comment #3 from James McCoy ---
(In reply to Richard Earnshaw from comment #1)
> So what do you think is wrong with the code? Sorry, I don't have time to
> try to second guess what's going on.
>
> How did you configure the compiler? What o
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116799
--- Comment #4 from James McCoy ---
(In reply to Andrew Pinski from comment #3)
> (In reply to James McCoy from comment #2)
> > My initial bisect pointed to that, but I was using the Vim test suite as the
> > good/bad check.
> >
> > I'm rerunni
: tree-optimization
Assignee: unassigned at gcc dot gnu.org
Reporter: jamessan at jamessan dot com
Target Milestone: ---
With gcc-14, one of Vim's test_glob2regpat tests started failing on s390x when
compiled with -O2. I've minimized Vim's code down to the simp
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116799
--- Comment #2 from James McCoy ---
My initial bisect pointed to that, but I was using the Vim test suite as the
good/bad check.
I'm rerunning now with just the minimal reproduction to double check the
results.