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

--- Comment #4 from anlauf at gcc dot gnu.org ---
(In reply to anlauf from comment #3)
> But that may be just a band-aid.

Not even that.

The following example shows that bad overflow handling is a regression that
was likely introduced in 6.x:

program p
  integer, parameter :: b(0) = 1 + [ huge(1) ]
end

Reply via email to