diff options
author | Eric Botcazou <ebotcazou@adacore.com> | 2007-11-19 17:49:11 +0000 |
---|---|---|
committer | Eric Botcazou <ebotcazou@gcc.gnu.org> | 2007-11-19 17:49:11 +0000 |
commit | 7634135aecceeb3ecaec1873e396d0802056566d (patch) | |
tree | 7bf8a6ef5dd30d212402f8afc3d2286823ccd8b4 /gcc/tree.h | |
parent | 921d313fd5472454b07f684d59634b738216ed49 (diff) | |
download | gcc-7634135aecceeb3ecaec1873e396d0802056566d.zip gcc-7634135aecceeb3ecaec1873e396d0802056566d.tar.gz gcc-7634135aecceeb3ecaec1873e396d0802056566d.tar.bz2 |
re PR ada/34098 (xgcc: Internal error: Segmentation fault (program gnat1))
PR ada/34098
ada/
* misc.c (gnat_adjust_rli): Delete.
(gnat_init): Do not initialize the translation code here.
Do not call set_lang_adjust_rli.
* trans.c (init_code_table): Make static.
(gnat_init_stmt_group): Delete.
(gigi): Initialize the translation code entirely here.
Emit debug info for the common types here instead of...
* utils.c (gnat_init_decl_processing): ...here.
* gigi.h (init_code_table): Delete.
(gnat_init_stmt_group): Likewise.
* stor-layout.c (lang_adjust_rli): Delete.
(set_lang_adjust_rli): Likewise.
(layout_type): Do not call lang_adjust_rli hook.
* tree.h (set_lang_adjust_rli): Delete.
From-SVN: r130294
Diffstat (limited to 'gcc/tree.h')
-rw-r--r-- | gcc/tree.h | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -4274,7 +4274,6 @@ typedef struct record_layout_info_s int packed_maybe_necessary; } *record_layout_info; -extern void set_lang_adjust_rli (void (*) (record_layout_info)); extern record_layout_info start_record_layout (tree); extern tree bit_from_pos (tree, tree); extern tree byte_from_pos (tree, tree); |