This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug c++/69251] [6 Regression] ICE (segmentation fault) in unify_array_domain on i686-linux-gnu


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69251

--- Comment #3 from Martin Sebor <msebor at gcc dot gnu.org> ---
The test case doesn't look valid.  There's no way to initialize a B* from void
(the result of the only operator<< in the program, even if it doesn't match the
arguments it's called with.

Maybe it got reduced too far?

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]