https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79731
Richard Biener changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79731
--- Comment #6 from Richard Biener ---
Author: rguenth
Date: Tue Feb 28 15:31:30 2017
New Revision: 245779
URL: https://gcc.gnu.org/viewcvs?rev=245779&root=gcc&view=rev
Log:
2017-02-28 Richard Biener
PR middle-end/79731
* fol
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79731
--- Comment #5 from Richard Biener ---
Ugh, the BIT_FIELD_REF is built by fold_truth_andor... (elsewhere we avoid
creating those). We fold
(BIT_FIELD_REF & 18446744073709551615) != 0 ||
VIEW_CONVERT_EXPR(x)[2] != 0
Probably best avoided in d
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79731
Richard Biener changed:
What|Removed |Added
Priority|P3 |P1
Status|NEW
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79731
Jakub Jelinek changed:
What|Removed |Added
Keywords|error-recovery |ice-checking
Priority|P4
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79731
Jakub Jelinek changed:
What|Removed |Added
Keywords|ice-on-valid-code |error-recovery
Priority|P3
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79731
Marek Polacek changed:
What|Removed |Added
Keywords||ice-on-valid-code
Status|UNC