On Wed 2025-04-30 08:44:11, Vojtěch Káně wrote: > --- > gcc/sreal.h | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/gcc/sreal.h b/gcc/sreal.h > index 8700807a131..c5aef1f3a82 100644 > --- a/gcc/sreal.h > +++ b/gcc/sreal.h > @@ -118,7 +118,7 @@ public: > return min; > } > > - /* Global minimum sreal can hold. */ > + /* Global maximum sreal can hold. */ > inline static sreal max () > { > sreal max; > -- > 2.30.2
Hi Vojta! I believe that even for small patches you have to include a ChangeLog entry in the commit message. See this https://gcc.gnu.org/contribute.html#patches. Basically you run `contrib/git-gcc-customization.sh` on your local repo and then use `git gcc-commit-mklog` instead of `git commit` which gives you a template that you then fill out. Cheers, Filip