[Bug middle-end/71146] [7 Regression] error: __builtin_unreachable or __builtin_trap call with arguments

2016-05-16 Thread trippels at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71146 Markus Trippelsdorf changed: What|Removed |Added CC||hubicka at ucw dot cz --- Comment

[Bug middle-end/71146] [7 Regression] error: __builtin_unreachable or __builtin_trap call with arguments

2016-05-16 Thread trippels at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71146 --- Comment #1 from Markus Trippelsdorf --- trippels@gcc2-power8 http % cat Http2Session.ii typedef enum {} nsresult; struct A { virtual void SetConnection(); }; struct B { virtual nsresult OnReadSegment(const char *, int, int *) = 0; };