https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84960
Jakub Jelinek changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84960
--- Comment #5 from Jakub Jelinek ---
Author: jakub
Date: Wed Mar 21 20:53:16 2018
New Revision: 258744
URL: https://gcc.gnu.org/viewcvs?rev=258744&root=gcc&view=rev
Log:
PR tree-optimization/84960
* tree-cfg.c (remove_bb): Don't
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84960
Jakub Jelinek changed:
What|Removed |Added
Status|NEW |ASSIGNED
Assignee|unassigned a
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84960
--- Comment #3 from Jakub Jelinek ---
Slightly better one without the weird __builtin_prefetch.
/* PR tree-optimization/84960 */
/* { dg-do compile } */
/* { dg-options "-O2 -fwrapv" } */
void
foo (int a, float b, void *c)
{
lab:
if ((b - (a
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84960
Jakub Jelinek changed:
What|Removed |Added
CC||jakub at gcc dot gnu.org
Compon