Re: [PATCH] sreal.h: fix typo in the comment for sreal::max

2025-05-01 Thread Filip Kastl
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; >

[PATCH] sreal.h: fix typo in the comment for sreal::max

2025-04-29 Thread Vojtěch Káně
--- 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