liuzx (Liu Z.)
- Login: liuzx
- Registered on: 07/01/2025
- Last sign in: 07/01/2025
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 0 | 1 | 1 |
Activity
07/02/2025
-
01:09 AM Ruby Revision d77e02bd (git): [Bug #21497] [ruby/socket]: add full prototype
- otherwise, gcc 15 will complain:
> init.c:573:19: error: too many arguments to function ‘Rconnect’; expected 0, have 3
> ...
Signed-off-by: Z. Liu <zhixu.liu@gmail.com>
07/01/2025
-
04:05 PM Ruby Bug #21497: building issue when using gcc15, because C23 is default
- 1 had been fixed in commit https://github.com/ruby/io-console/commit/dd013030dd276a7372df34cf43ada1c14d0cbc21
-
03:17 PM Ruby Bug #21497 (Closed): building issue when using gcc15, because C23 is default
- https://github.com/ruby/ruby/pull/13736
1. for ruby 3.3, 3.4: when compiling using gcc 15 with "-flto -Werror=lto-type-mismatch", ext/io/console/extconf.h will have:
> #define HAVE_RB_IO_PATH 1
> ...
the build is failed with:
>...