re PR ada/34098 (xgcc: Internal error: Segmentation fault (program gnat1))
authorEric Botcazou <ebotcazou@adacore.com>
Mon, 19 Nov 2007 17:49:11 +0000 (17:49 +0000)
committerEric Botcazou <ebotcazou@gcc.gnu.org>
Mon, 19 Nov 2007 17:49:11 +0000 (17:49 +0000)
commit7634135aecceeb3ecaec1873e396d0802056566d
tree7bf8a6ef5dd30d212402f8afc3d2286823ccd8b4
parent921d313fd5472454b07f684d59634b738216ed49
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
gcc/ada/ChangeLog
gcc/ada/gigi.h
gcc/ada/misc.c
gcc/ada/trans.c
gcc/ada/utils.c
gcc/stor-layout.c
gcc/tree.h