Mercurial > hg > CbC > CbC_gcc
comparison CbC-DEVEL @ 58:3aaf117db171
error at dwarf2out.c
author | ryoma <e075725@ie.u-ryukyu.ac.jp> |
---|---|
date | Mon, 15 Feb 2010 14:58:24 +0900 |
parents | 326d9e06c2e3 |
children |
comparison
equal
deleted
inserted
replaced
57:326d9e06c2e3 | 58:3aaf117db171 |
---|---|
9 | 9 |
10 # GCCのソース中の用法を見る。コメントを読む。 | 10 # GCCのソース中の用法を見る。コメントを読む。 |
11 # locationに関しては間違っても動く。 | 11 # locationに関しては間違っても動く。 |
12 | 12 |
13 全てc-parser.c のcbc拡張の古い部分の変更 | 13 全てc-parser.c のcbc拡張の古い部分の変更 |
14 | |
15 -- | |
16 | |
17 cbc-goto.hでエラー(消された関数を使用) -> targetm.calls.promote_funciton_return(funtype) | |
18 | |
19 gcc/ChangeLog より -- | |
20 (expand_call): When making sibcall decisions, use promote_function_mode. | |
21 Below, remove an if for targetm.calls.promote_function_return and | |
22 and use promote_function_mode. | |
23 -- | |
24 | |
25 |