Bug 51942 - FAIL: gcc.dg/tree-ssa/vrp47.c scan-tree-dump-times ...
Summary: FAIL: gcc.dg/tree-ssa/vrp47.c scan-tree-dump-times ...
Status: RESOLVED DUPLICATE of bug 38219
Alias: None
Product: gcc
Classification: Unclassified
Component: target (show other bugs)
Version: 4.7.0
: P3 normal
Target Milestone: ---
Assignee: Not yet assigned to anyone
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-01-22 15:25 UTC by Dominique d'Humieres
Modified: 2012-01-26 01:02 UTC (History)
4 users (show)

See Also:
Host:
Target: ppc*-*-* m68k-unknown-linux-gnu
Build:
Known to work:
Known to fail:
Last reconfirmed:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Dominique d'Humieres 2012-01-22 15:25:55 UTC
AFAICT pr49806 has never been fixed on ppc*-*-* (see http://gcc.gnu.org/ml/gcc-testresults/2012-01/msg02019.html for instance)

FAIL: gcc.dg/tree-ssa/vrp47.c scan-tree-dump-times vrp1 "[xy][^ ]* !=" 0
FAIL: gcc.dg/tree-ssa/vrp47.c scan-tree-dump-times dom2 "x[^ ]* & y" 1

I prefer to open a new PR for it, but fill free to reopen pr49806 if you prefer.

Grepping the dumps gives

[karma] f90/bug% egrep "[xy][^ ]* !=" vrp47.c.069t.vrp1
  if (x_3(D) != 0)
  if (y_5(D) != 0)
[karma] f90/bug% egrep "x[^ ]* [|] y" vrp47.c.069t.vrp1
  D.2021_6 = x_2(D) | y_4(D);
[karma] f90/bug% egrep "x[^ ]* \^ 1" vrp47.c.069t.vrp1
  D.2049_9 = x_2(D) ^ 1;
[karma] f90/bug% egrep "x[^ ]* & y" vrp47.c.127t.dom2
[karma] f90/bug% egrep "&" vrp47.c.127t.dom2
[karma] f90/bug%
Comment 1 Andrew Pinski 2012-01-26 01:02:35 UTC
Dup.

*** This bug has been marked as a duplicate of bug 38219 ***