{"created":"2025-01-19T01:30:16.464326+00:00","updated":"2025-01-19T11:07:48.039209+00:00","metadata":{"_oai":{"id":"oai:ipsj.ixsq.nii.ac.jp:00230480","sets":["1164:1384:11164:11367"]},"path":["11367"],"owner":"44499","recid":"230480","title":["コンパイラー警告を利用したデータ型変更時の影響範囲確認方法の提案"],"pubdate":{"attribute_name":"公開日","attribute_value":"2023-11-23"},"_buckets":{"deposit":"1145488d-e636-4060-b406-8cf75173c461"},"_deposit":{"id":"230480","pid":{"type":"depid","value":"230480","revision_id":0},"owners":[44499],"status":"published","created_by":44499},"item_title":"コンパイラー警告を利用したデータ型変更時の影響範囲確認方法の提案","author_link":["620984","620981","620979","620983","620980","620982"],"item_titles":{"attribute_name":"タイトル","attribute_value_mlt":[{"subitem_title":"コンパイラー警告を利用したデータ型変更時の影響範囲確認方法の提案"},{"subitem_title":"Checking the Scope of Influence When Changing Data Types Using Compiler Warnings","subitem_title_language":"en"}]},"item_type_id":"4","publish_date":"2023-11-23","item_4_text_3":{"attribute_name":"著者所属","attribute_value_mlt":[{"subitem_text_value":"大阪工業大学/(株) Plus Prism"},{"subitem_text_value":"大阪大学"},{"subitem_text_value":"南山大学"}]},"item_4_text_4":{"attribute_name":"著者所属(英)","attribute_value_mlt":[{"subitem_text_value":" / Plus Prism Co.,Ltd","subitem_text_language":"en"},{"subitem_text_value":"Osaka University","subitem_text_language":"en"},{"subitem_text_value":"Nanzan University","subitem_text_language":"en"}]},"item_language":{"attribute_name":"言語","attribute_value_mlt":[{"subitem_language":"jpn"}]},"item_publisher":{"attribute_name":"出版者","attribute_value_mlt":[{"subitem_publisher":"情報処理学会","subitem_publisher_language":"ja"}]},"publish_status":"0","weko_shared_id":-1,"item_file_price":{"attribute_name":"Billing file","attribute_type":"file","attribute_value_mlt":[{"url":{"url":"https://ipsj.ixsq.nii.ac.jp/record/230480/files/IPSJ-SE23215004.pdf","label":"IPSJ-SE23215004.pdf"},"date":[{"dateType":"Available","dateValue":"2025-11-23"}],"format":"application/pdf","billing":["billing_file"],"filename":"IPSJ-SE23215004.pdf","filesize":[{"value":"2.0 MB"}],"mimetype":"application/pdf","priceinfo":[{"tax":["include_tax"],"price":"660","billingrole":"5"},{"tax":["include_tax"],"price":"330","billingrole":"6"},{"tax":["include_tax"],"price":"0","billingrole":"12"},{"tax":["include_tax"],"price":"0","billingrole":"44"}],"accessrole":"open_date","version_id":"08d7d8ab-0734-426a-b657-8edd7f97348e","displaytype":"detail","licensetype":"license_note","license_note":"Copyright (c) 2023 by the Information Processing Society of Japan"}]},"item_4_creator_5":{"attribute_name":"著者名","attribute_type":"creator","attribute_value_mlt":[{"creatorNames":[{"creatorName":"大江, 秀幸"}],"nameIdentifiers":[{}]},{"creatorNames":[{"creatorName":"松下, 誠"}],"nameIdentifiers":[{}]},{"creatorNames":[{"creatorName":"井上, 克郎"}],"nameIdentifiers":[{}]}]},"item_4_creator_6":{"attribute_name":"著者名(英)","attribute_type":"creator","attribute_value_mlt":[{"creatorNames":[{"creatorName":"Hideyuki, Oe","creatorNameLang":"en"}],"nameIdentifiers":[{}]},{"creatorNames":[{"creatorName":"Makoto, Matsushita","creatorNameLang":"en"}],"nameIdentifiers":[{}]},{"creatorNames":[{"creatorName":"Katsuro, Inoue","creatorNameLang":"en"}],"nameIdentifiers":[{}]}]},"item_4_source_id_9":{"attribute_name":"書誌レコードID","attribute_value_mlt":[{"subitem_source_identifier":"AN10112981","subitem_source_identifier_type":"NCID"}]},"item_4_textarea_12":{"attribute_name":"Notice","attribute_value_mlt":[{"subitem_textarea_value":"SIG Technical Reports are nonrefereed and hence may later appear in any journals, conferences, symposia, etc."}]},"item_resource_type":{"attribute_name":"資源タイプ","attribute_value_mlt":[{"resourceuri":"http://purl.org/coar/resource_type/c_18gh","resourcetype":"technical report"}]},"item_4_source_id_11":{"attribute_name":"ISSN","attribute_value_mlt":[{"subitem_source_identifier":"2188-8825","subitem_source_identifier_type":"ISSN"}]},"item_4_description_7":{"attribute_name":"論文抄録","attribute_value_mlt":[{"subitem_description":"UNIX ベースの 32bit システムでは,2038 年に時刻情報のオーバーフローを起こすことが知られている.時刻情報が 64bit に拡張されたシステムでは特に問題とはならないが,32bit システムで開発されたプログラムで,かつ 2038 年以降も稼働する場合では問題となる.これまで筆者らは,このようなシステムを 32bit システムのままで 2038 年以降も稼働させる,低コストなプログラムの修正方法を提案してきた.本稿では,そうしたシステムで 2038 年問題を完全に解決すべく 64bit 化を検討する際に,アプリケーションの中で修正が必要な箇所を簡単に抽出する方法を提案する.また,この方法で発見した FreeBSD 13.2-RELEASE の amd64 環境に存在する問題点について報告する.","subitem_description_type":"Other"}]},"item_4_description_8":{"attribute_name":"論文抄録(英)","attribute_value_mlt":[{"subitem_description":"On UNIX-based 32-bit systems, it is known that a time information overflow will occur in 2038. This is not a problem for systems with time information extended to 64-bit, but it is a problem for programs developed on 32-bit systems that will continue to be used after 2038. The authors have proposed a low-cost method of modifying such programs so that they can be used after 2038 on 32-bit systems. In this paper, we propose a method for easily identifying the parts of an application that need to be modified when considering the conversion to 64-bit systems to completely solve the 2038 problem. We also report on problems found in the amd64 environment of FreeBSD 13.2-RELEASE using this method.","subitem_description_type":"Other"}]},"item_4_biblio_info_10":{"attribute_name":"書誌情報","attribute_value_mlt":[{"bibliographicPageEnd":"8","bibliographic_titles":[{"bibliographic_title":"研究報告ソフトウェア工学(SE)"}],"bibliographicPageStart":"1","bibliographicIssueDates":{"bibliographicIssueDate":"2023-11-23","bibliographicIssueDateType":"Issued"},"bibliographicIssueNumber":"4","bibliographicVolumeNumber":"2023-SE-215"}]},"relation_version_is_last":true,"weko_creator_id":"44499"},"id":230480,"links":{}}