------- Comment #8 from laurent at guerby dot net  2009-09-20 16:59 -------
Given s-taprop-posix code it's obvious that Page_Size cannot be zero:

      --  Round stack size as this is required by some OSes (Darwin)

      Adjusted_Stack_Size := Adjusted_Stack_Size + Page_Size - 1;
      Adjusted_Stack_Size :=
        Adjusted_Stack_Size - Adjusted_Stack_Size mod Page_Size;


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41419

Reply via email to