[Bug tree-optimization/94775] [8/9/10 Regression] ICE in strip_typedefs, at cp/tree.c:1734 since r8-4668-g8a5ee94a082b3d48

2020-04-27 Thread msebor at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94775 --- Comment #4 from Martin Sebor --- The assertion was introduced in a fix for PR79900 by the commit below: g:423aec8b5756 1734) if (TYPE_USER_ALIGN (t) != TYPE_USER_ALIGN (result) g:423aec8b5756 1735)|| TYPE_ALIGN (t) !=

[Bug tree-optimization/94775] [8/9/10 Regression] ICE in strip_typedefs, at cp/tree.c:1734 since r8-4668-g8a5ee94a082b3d48

2020-04-27 Thread msebor at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94775 --- Comment #3 from Martin Sebor --- The full stack trace shows the ICE occurs while formatting the text of a warning. strip_typedefs is being called while formatting the type of an array of d and when assertion below fires: if

[Bug tree-optimization/94775] [8/9/10 Regression] ICE in strip_typedefs, at cp/tree.c:1734 since r8-4668-g8a5ee94a082b3d48

2020-04-27 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94775 Richard Biener changed: What|Removed |Added Priority|P3 |P2

[Bug tree-optimization/94775] [8/9/10 Regression] ICE in strip_typedefs, at cp/tree.c:1734 since r8-4668-g8a5ee94a082b3d48

2020-04-26 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94775 Martin Liška changed: What|Removed |Added Ever confirmed|0 |1 Keywords|