https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68346
Jakub Jelinek changed:
What|Removed |Added
Status|REOPENED|RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68346
--- Comment #6 from Jason Merrill ---
Author: jason
Date: Tue Nov 17 21:49:23 2015
New Revision: 230508
URL: https://gcc.gnu.org/viewcvs?rev=230508&root=gcc&view=rev
Log:
PR bootstrap/68346
* typeck.c (build_static_cast_1): Forc
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68346
--- Comment #5 from Jason Merrill ---
Author: jason
Date: Tue Nov 17 18:16:35 2015
New Revision: 230471
URL: https://gcc.gnu.org/viewcvs?rev=230471&root=gcc&view=rev
Log:
PR bootstrap/68346
* c-common.c (warn_tautological_cmp):
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68346
Andreas Schwab changed:
What|Removed |Added
Status|RESOLVED|REOPENED
Resolution|FIXED
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68346
Jason Merrill changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68346
--- Comment #2 from Jason Merrill ---
Author: jason
Date: Sat Nov 14 18:54:16 2015
New Revision: 230382
URL: https://gcc.gnu.org/viewcvs?rev=230382&root=gcc&view=rev
Log:
PR bootstrap/68346
* call.c (build_new_op_1): Don't fold a
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68346
Jason Merrill changed:
What|Removed |Added
Status|UNCONFIRMED |ASSIGNED
Last reconfirmed|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68346
--- Comment #1 from Jakub Jelinek ---
Note one even can't work around this warning through say:
&& (sizeof (int) >= sizeof (size_t) ? 1 : (size_t) (int) len == len)
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68346
Jakub Jelinek changed:
What|Removed |Added
CC||jason at gcc dot gnu.org,