]> gcc.gnu.org Git - gcc.git/commit - gcc/tree.h
re PR target/13750 (Ada bootstrap failure on Tru64 UNIX: b_gnat[1b].o comparison...
authorRainer Orth <ro@gcc.gnu.org>
Thu, 5 Feb 2004 21:56:38 +0000 (21:56 +0000)
committerRainer Orth <ro@gcc.gnu.org>
Thu, 5 Feb 2004 21:56:38 +0000 (21:56 +0000)
commit839ee4bc570bf56df913d37a4fa3ab9fb6e5956e
treefea6753c45927b3c5f949fb0dae2037d0d80e885
parent687d688ee40cff3395a34c7dacab54550f7de606
re PR target/13750 (Ada bootstrap failure on Tru64 UNIX: b_gnat[1b].o comparison failure)

PR middle-end/13750
Revert:
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.

cp:
PR middle-end/13750
Revert:
2004-01-15  Geoffrey Keating  <geoffk@apple.com>
PR pch/13361
* cp/lex.c (handle_pragma_interface): Duplicate string from tree.
(handle_pragma_implementation): Likewise.

testsuite:
PR middle-end/13750
Revert:
2004-01-15  Geoffrey Keating  <geoffk@apple.com>
PR pch/13361
* testsuite/g++.dg/pch/wchar-1.C: New.
* testsuite/g++.dg/pch/wchar-1.Hs: New.

From-SVN: r77343
13 files changed:
gcc/ChangeLog
gcc/c-typeck.c
gcc/config/sh/sh.c
gcc/cp/ChangeLog
gcc/cp/lex.c
gcc/dwarf2out.c
gcc/stmt.c
gcc/testsuite/ChangeLog
gcc/testsuite/g++.dg/pch/wchar-1.C [deleted file]
gcc/testsuite/g++.dg/pch/wchar-1.Hs [deleted file]
gcc/tree.c
gcc/tree.def
gcc/tree.h
This page took 0.062294 seconds and 5 git commands to generate.