チケット #46372

FC_PTR_TO_INT() not working under c23

登録: 2022-12-27 12:22 最終更新: 2023-01-13 15:22

報告者:
担当者:
チケットの種類:
状況:
完了
コンポーネント:
マイルストーン:
優先度:
5 - 中
重要度:
5 - 中
解決法:
修正済み
ファイル:
2

詳細

In C23 mode I've got compile failure from client options hash handling, that seems to be down to bad cast by FC_PTR_TO_INT()

チケットの履歴 (7 件中 3 件表示)

2022-12-27 12:22 更新者: cazfi
  • 新しいチケット "FC_PTR_TO_INT() not working under c23" が作成されました
2022-12-29 14:42 更新者: cazfi
  • マイルストーン(未割り当て) から 3.0.6 (完了済み) に更新されました
  • コンポーネント(未割り当て) から General に更新されました
2023-01-07 22:22 更新者: cazfi
コメント

The problem is not the casts made by FC_PTR_TO_INT(), but the parameter passed to it; there's a bad cast to get PTR for FC_PTR_TO_INT() to cast forward.

Yes, these macros within macros ending up making four or five casts from one type to the next might be a bit insane, but I'm for just fixing them in the stable branches. Any bigger restructuring should take place in development branch only.

2023-01-07 23:34 更新者: cazfi
  • 担当者(未割り当て) から cazfi に更新されました
  • 解決法なし から 受領 に更新されました
コメント

Also to S2_6.

2023-01-13 15:22 更新者: cazfi
  • 状況オープン から 完了 に更新されました
  • 解決法受領 から 修正済み に更新されました

編集

このチケットにコメントを追加するには、ログインが必要です » ログインする