チケット #42885

Disable -Warray-bounds

登録: 2021-09-20 06:52 最終更新: 2021-09-24 19:44

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

詳細

gcc-12 development version gives an array-bounds warning about techtools.c code. I reported that to gcc bugtracker ( https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102405 ), but the report was deemed invalid; compiler does not have enough information to know that the warning is baseless so they consider it ok to show. Unfortunately I don't see any sensible way to rework the code so that it would not trigger the warning, and -Werror (which we use in development with --enable-debug) turns it to an error. The only solution seems to be to disable -Warray-bounds warnings completely.

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

2021-09-20 06:52 更新者: cazfi
  • 新しいチケット "Disable -Warray-bounds" が作成されました
2021-09-20 08:37 更新者: cazfi
  • 解決法なし から 受領 に更新されました
2021-09-24 19:44 更新者: cazfi
  • 状況オープン から 完了 に更新されました
  • 担当者(未割り当て) から cazfi に更新されました
  • 解決法受領 から 修正済み に更新されました

編集

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