This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug tree-optimization/69039] segfault with ftree-parallelize-loops=2


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

--- Comment #3 from vries at gcc dot gnu.org ---
(In reply to Mikhail Maltsev from comment #2)
> Reduced testcase:
> 
> $ cat ira-color.ii 

Thanks.


Slightly further reduced:
...
unsigned int b;

unsigned int
fn1 (unsigned int d)
{
  int i;

  for (i = 0; i < 1000; i++)
    b |= d;

  return b;
}
...

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]