[Bug bootstrap/87225] tree-vect-stmts.c:3748 error: converting to 'bool' from 'std::nullptr_t' requires direct-initialization [-fpermissive]

2018-09-05 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87225 --- Comment #5 from Jonathan Wakely --- (In reply to Shane Kerr from comment #0) > I am curious how this build ever works at all on any system! Because on most systems NULL is defined to 0 not std::nullptr_t and 0 can be implicitly converted to

[Bug bootstrap/87225] tree-vect-stmts.c:3748 error: converting to 'bool' from 'std::nullptr_t' requires direct-initialization [-fpermissive]

2018-09-05 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87225 Richard Biener changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug bootstrap/87225] tree-vect-stmts.c:3748 error: converting to 'bool' from 'std::nullptr_t' requires direct-initialization [-fpermissive]

2018-09-05 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87225 --- Comment #3 from Richard Biener --- Author: rguenth Date: Wed Sep 5 09:40:35 2018 New Revision: 264117 URL: https://gcc.gnu.org/viewcvs?rev=264117=gcc=rev Log: 2018-09-05 Richard Biener PR bootstrap/87225 *

[Bug bootstrap/87225] tree-vect-stmts.c:3748 error: converting to 'bool' from 'std::nullptr_t' requires direct-initialization [-fpermissive]

2018-09-05 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87225 --- Comment #2 from Richard Biener --- Author: rguenth Date: Wed Sep 5 09:39:34 2018 New Revision: 264116 URL: https://gcc.gnu.org/viewcvs?rev=264116=gcc=rev Log: 2018-09-05 Richard Biener PR bootstrap/87225 *

[Bug bootstrap/87225] tree-vect-stmts.c:3748 error: converting to 'bool' from 'std::nullptr_t' requires direct-initialization [-fpermissive]

2018-09-05 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87225 Richard Biener changed: What|Removed |Added Status|UNCONFIRMED |ASSIGNED Last reconfirmed|