https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87476
Jakub Jelinek changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87476
--- Comment #6 from Jakub Jelinek ---
Author: jakub
Date: Wed Nov 28 08:50:53 2018
New Revision: 266547
URL: https://gcc.gnu.org/viewcvs?rev=266547&root=gcc&view=rev
Log:
PR c++/87476
* typeck2.c (digest_init_r): Re-add handing o
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87476
Jakub Jelinek changed:
What|Removed |Added
Status|NEW |ASSIGNED
Assignee|unassigned a
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87476
--- Comment #4 from Bernd Edlinger ---
- if (char_type != char_type_node
- && char_type != signed_char_type_node
- && char_type != unsigned_char_type_node)
+ if (char_type != char_type_node)
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87476
Jakub Jelinek changed:
What|Removed |Added
CC||edlinger at gcc dot gnu.org,
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87476
Jonathan Wakely changed:
What|Removed |Added
Keywords|needs-bisection |
CC|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87476
Richard Biener changed:
What|Removed |Added
Keywords||needs-bisection,
|