This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug bootstrap/13713] [3.4/3.5 regression] gnat1 segmentation fault in stage 3 on hppa-linux


------- Additional Comments From danglin at gcc dot gnu dot org  2004-01-17 21:33 -------
The regression was introduced by the following patch:

2004-01-15  Geoffrey Keating  <geoffk@apple.com>

        PR pch/13361
        * c-typeck.c (constructor_asmspec): Delete.
        (struct initializer_stack): Delete field 'asmspec'.
        (start_init): Delete saving of asmspec.
        (finish_init): Don't update constructor_asmspec.
        * dwarf2out.c (rtl_for_decl_location): Duplicate string from tree.
        * stmt.c (expand_asm): Duplicate strings from tree.
        (expand_asm_operands): Likewise.
        * tree.c (tree_size): Update computation of size of STRING_CST.
        (make_node): Don't make STRING_CST nodes.
        (build_string): Allocate string with tree node.
        * tree.def (STRING_CST): Update comment.
        * tree.h (TREE_STRING_POINTER): Adjust for change to STRING_CST.
        (tree_string): Place contents of string in tree node.
        * config/sh/sh.c (sh_handle_sp_switch_attribute): Duplicate string
        from tree.


-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |geoffk at apple dot com


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=13713


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]