https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86045
--- Comment #5 from Steve Kargl <sgk at troutmask dot apl.washington.edu> --- On Tue, Jun 05, 2018 at 06:02:47PM +0000, gs...@t-online.de wrote: > https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86045 > > --- Comment #4 from G. Steinmetz <gs...@t-online.de> --- > > There's a are different issue than the one involving MOD(). > Cases from comment 1 are now separated as pr86059. Thanks. I've submitted a patch that fixes MOD(..., 0), but I'm guessing you'll find a way to break it. :-) Perhaps, MOD(..., null()) as I hadn't thought about this example until now.