summaryrefslogtreecommitdiffstats
path: root/gcc
Commit message (Collapse)AuthorAgeFilesLines
* Add PR number to last commit.rsandifo2004-01-181-0/+1
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@76090 138bc75d-0d04-0410-961f-82ee72b054a4
* * config/mips/mips.c: Include cfglayout.h.rsandifo2004-01-182-40/+230
| | | | | | | | | | | | | | | (TARGET_ASM_OUTPUT_MI_THUNK, TARGET_ASM_CAN_OUTPUT_MI_THUNK): Define. (mips_unspec_offset_high): Add temporary register argument. (mips_load_call_address): New function, split out from... (mips_expand_call): ...here. (mips_output_cplocal): New function. (mips_output_function_prologue, mips_output_function_epilogue): Use it. (mips_emit_loadgp): New function, split out from... (mips_expand_prologue): ...here. (mips_output_mi_thunk): New function. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@76088 138bc75d-0d04-0410-961f-82ee72b054a4
* * longlong.h (mc68020, __mc68030__, mc68030, __mc68040__, mc68040,bernie2004-01-182-10/+8
| | | | | | | mcpu32): Remove redundant checks for implied target predefines. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@76084 138bc75d-0d04-0410-961f-82ee72b054a4
* * gcc.dg/array-quals-1.c: xfail on powerpc*-*-aix*.dje2004-01-183-2/+7
| | | | | | | * gcc.dg/const-elim-1.c: Same. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@76083 138bc75d-0d04-0410-961f-82ee72b054a4
* 2004-1-17 Andrew Pinski <pinskia@physics.uc.edu>pinskia2004-01-183-2/+9
| | | | | | | | | | * config/rs6000/rs6000.c (rs6000_special_round_type_align): Return type is unsigned int not int. * config/rs6000/rs6000-protos.h (rs6000_special_round_type_align): Likewise. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@76081 138bc75d-0d04-0410-961f-82ee72b054a4
* * doc/contrib.texi, doc/cppenv.texi, doc/extend.texi,jsm282004-01-187-29/+35
| | | | | | | | doc/install.texi, doc/invoke.texi, doc/tm.texi: Consistently use "GNU/Linux" and "Microsoft Windows" terminology. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@76078 138bc75d-0d04-0410-961f-82ee72b054a4
* * doc/c-tree.texi, doc/compat.texi, doc/cpp.texi,jsm282004-01-1815-733/+742
| | | | | | | | | | doc/cppopts.texi, doc/extend.texi, doc/install.texi, doc/interface.texi, doc/invoke.texi, doc/libgcc.texi, doc/md.texi, doc/objc.texi, doc/rtl.texi, doc/tm.texi, doc/trouble.texi: Use @smallexample instead of @example. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@76075 138bc75d-0d04-0410-961f-82ee72b054a4
* [gcc/ChangeLog]zlaski2004-01-185-8/+124
| | | | | | | | | | | | | | | | | 2004-01-17 Ziemowit Laski <zlaski@apple.com> * objc/objc-act.c (build_objc_method_call): Use target hooks instead of macros to determine if ..._stret dispatchers should be used (NeXT runtime only). [gcc/testsuite/ChangeLog] 2004-01-17 Ziemowit Laski <zlaski@apple.com> * objc.dg/stret-1.m: New. * objc.dg/stret-2.m: New. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@76072 138bc75d-0d04-0410-961f-82ee72b054a4
* Daily bump.gccadmin2004-01-181-1/+1
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@76068 138bc75d-0d04-0410-961f-82ee72b054a4
* * builtins.c (expand_builtin_expect_jump): Fix mistake in mysayle2004-01-172-6/+11
| | | | | | | last patch. Use XEXP (x, 0) to get a LABEL_REF's CODE_LABEL. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@76064 138bc75d-0d04-0410-961f-82ee72b054a4
* * rtl.h (emit_insn_before_sameloc, emit_jump_insn_before_sameloc)drow2004-01-174-12/+48
| | | | | | | | | | | | | (emit_call_insn_before_sameloc, emit_insn_after_sameloc) (emit_jump_insn_after_sameloc, emit_call_insn_after_sameloc): New macros. * reload1.c (emit_reload_insns): Use them. * emit-rtl.c (emit_insn_before_sameloc, emit_insn_after_sameloc) (emit_jump_insn_after_sameloc, emit_call_insn_after_sameloc): Check for NULL PATTERN. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@76062 138bc75d-0d04-0410-961f-82ee72b054a4
* * final.c (SEEN_BB, SEEN_NOTE, SEEN_EMITTED): Define.drow2004-01-174-41/+69
| | | | | | | | | | | | | | (final_scan_insn): Update to take an additional SEEN argument. Emit a line note after the prologue. Make static. (line_note_exists): Remove. (final): Don't initialize line_note_exists. Update call to final_scan_insn. * output.h (final_scan_insn): Remove prologue. * function.c (set_insn_locators): Update comment. (thread_prologue_and_epilogue_insns): Add a comment. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@76060 138bc75d-0d04-0410-961f-82ee72b054a4
* * Makefile.in: Remove rule for ggc-simple.o.steven2004-01-174-572/+4
| | | | | | | | | * configure.ac: Don't allow ggc-simple to be selected. * configure: Regenerate. * ggc-simple.c: Remove. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@76058 138bc75d-0d04-0410-961f-82ee72b054a4
* 2004-01-17 Andrew Pinski <pinskia@physics.uc.edu>pinskia2004-01-176-30/+59
| | | | | | | | | | | | | | | | | | | PR target/10781 * config/rs6000/rs6000-protos.h (rs6000_special_round_type_align): Prototype. * config/rs6000/rs6000.c (rs6000_special_round_type_align): New function. * config/rs6000/linux64.h (ROUND_TYPE_ALIGN): Use it. * config/rs6000/aix.h (ROUND_TYPE_ALIGN): Likewise. * config/rs6000/darwin.h (ROUND_TYPE_ALIGN): Likewise. 2004-01-17 Andrew Pinski <pinskia@physics.uc.edu> PR target/10781 * encoding.c (rs6000_special_round_type_align): Define. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@76043 138bc75d-0d04-0410-961f-82ee72b054a4
* fix dates on the Changelog.pinskia2004-01-172-2/+2
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@76041 138bc75d-0d04-0410-961f-82ee72b054a4
* 2004-01-16 Andrew Pinski <pinskia@physics.uc.edu>pinskia2004-01-174-2/+18
| | | | | | | | | | | | | | PR c++/11895 * g++.dg/ext/vector1.C: New test. 2003-08-26 Fred Fish <fnf@intrinsity.com> PR c++/11895 * decl.c (reshape_init): Handle VECTOR_TYPE like ARRAY_TYPE, except don't call array_type_nelts() with a VECTOR_TYPE. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@76038 138bc75d-0d04-0410-961f-82ee72b054a4
* * toplev.c (rest_of_handle_reorder_blocks): Fix pasto in previoushubicka2004-01-172-3/+6
| | | | | | | commit. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@76035 138bc75d-0d04-0410-961f-82ee72b054a4
* * toplev.c (HAVE_conditional_execution): Provide default.hubicka2004-01-172-6/+33
| | | | | | | | | (rest_of_handle_reorder_blocks): For conditional_execution target update liveness once after all transformations (rest_of_compilation): Do crossjumping before ce3. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@76032 138bc75d-0d04-0410-961f-82ee72b054a4
* PR pch/13689geoffk2004-01-173-17/+27
| | | | | | | | | | | | * alias.c (new_alias_set): Mark last_alias_set for PCH. (get_varargs_alias_set): Rename 'set' to 'varargs_set' and mark it for PCH. (get_frame_alias_set): Likewise, except rename it to 'frame_set'. * config/rs6000/rs6000.c (rs6000_sr_alias_set): Mark for PCH. (get_TOC_alias_set): Mark 'set' for PCH. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@76031 138bc75d-0d04-0410-961f-82ee72b054a4
* * cfgrtl.c (try_redirect_by_replacing_jump): Optimize tablejumpsgeoffk2004-01-172-2/+7
| | | | | | | even after reload, just don't remove the actual jump tables. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@76028 138bc75d-0d04-0410-961f-82ee72b054a4
* Fix my email address in the previous checkin.brobecke2004-01-171-1/+1
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@76026 138bc75d-0d04-0410-961f-82ee72b054a4
* * dwarf2out.c (is_subrange_type): Renamed from is_ada_subrange_type().brobecke2004-01-172-16/+23
| | | | | | | | | | | Remove checks for is_ada() and TREE_UNSIGNED. (subrange_type_die): Emit a byte_size attribute if the subrange type size is different from the base type size. (modified_type_die): Replace call to is_ada_subrange_type() by call to is_subrange_type(). git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@76025 138bc75d-0d04-0410-961f-82ee72b054a4
* 2004-01-16 Andrew Pinski <pinskia@physics.uc.edu>pinskia2004-01-172-1/+7
| | | | | | | | * typeck.c (find_method_in_interfaces): Move variable definition up. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@76021 138bc75d-0d04-0410-961f-82ee72b054a4
* 2004-01-16 Andrew Pinski <pinskia@physics.uc.edu>pinskia2004-01-172-0/+5
| | | | | | | * config/sh/sh.c: Include ggc.h. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@76018 138bc75d-0d04-0410-961f-82ee72b054a4
* 2004-01-15 Geoffrey Keating <geoffk@apple.com>geoffk2004-01-1711-11/+328
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Makefile.in (MD5_H): New. (fold-const.o): Depend on md5.h. (dwarf2out.o): Likewise. (cppfiles.o): Likewise. * cppfiles.c: Include md5.h. (should_stack_file): Check against list read from PCH file. (struct pchf_data): New. (pchf): New variable. (struct pchf_adder_info): New. (pchf_adder): New. (pchf_save_compare): New. (_cpp_save_file_entries): New. (_cpp_read_file_entries): New. (struct pchf_compare_data): New. (pchf_compare): New. (check_file_against_entries): New. * cpphash.h (_cpp_save_file_entries): Prototype. (_cpp_read_file_entries): Prototype. * cpppch.c (cpp_write_pch_state): Write the list of headers. (cpp_read_state): Read the list of headers. Index: testsuite/ChangeLog 2004-01-16 Geoffrey Keating <geoffk@apple.com> * gcc.dg/pch/import-1.c: New. * gcc.dg/pch/import-1.hs: New. * gcc.dg/pch/import-1a.h: New. * gcc.dg/pch/import-1b.h: New. * gcc.dg/pch/import-1c.h: New. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@76016 138bc75d-0d04-0410-961f-82ee72b054a4
* Daily bump.gccadmin2004-01-171-1/+1
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@76013 138bc75d-0d04-0410-961f-82ee72b054a4
* * de.po: Update.jsm282004-01-172-448/+470
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@76008 138bc75d-0d04-0410-961f-82ee72b054a4
* * c-common.c (c_estimate_num_insns_1): Handle builtin_constant_p andhubicka2004-01-174-5/+31
| | | | | | | | | | | builtin_expect specially. * params.def (PARAM_MAX_INLINE_INSNS_AUTO): Set to 100. (PARAM_LARGE_FUNCTION_INSNS): Set to 3000. * invoke.texi (max-inline-insns-single): Set to 100. (large-function-insns): Set to 3000. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@76007 138bc75d-0d04-0410-961f-82ee72b054a4
* 2004-01-16 Eric Christopher <echristo@redhat.com>echristo2004-01-166-18/+129
| | | | | | | | | | | | | | | | | | | | Chandrakala Chavva <cchavva@redhat.com> * cppcharset.c (one_iso88591_to_utf8): New function. (convert_iso88591_utf8): Ditto. Use. (conversion_tab): Use. (_cpp_input_to_utf8): New function. (_cpp_init_iconv_buffer): Ditto. (_cpp_close_iconv_buffer): Ditto. * cpphash.h: Prototype new functions. (cpp_buffer): Add input_cset_desc. * cppinit.c: Add input_charset default. * cpplib.c (cpp_push_buffer): Support init and close of iconv. * cpplib.h (cpp_options): Add input_charset. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@76000 138bc75d-0d04-0410-961f-82ee72b054a4
* gcc/kazu2004-01-167-28/+28
| | | | | | | | | | | | | | | | * system.h (ASM_OUTPUT_SECTION_NAME): Poison. * config/alpha/unicosmk.h: Remove a commented-out definition of ASM_OUTPUT_SECTION_NAME. * config/stormy16/stormy16.h: Likewise. gcc/ada/ * Make-lang.in (utils.o): Depend on target.h. * utils.c: Include target.h. (process_attributes): Use targetm.have_named_sections instead of ASM_OUTPUT_SECTION_NAME. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@75995 138bc75d-0d04-0410-961f-82ee72b054a4
* * fixinc/inclhack.def (alpha___extern_prefix): Renamed to ...ro2004-01-168-20/+215
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (alpha___extern_prefix_sys_stat): ... this. Apply to <sys/mount.h>, too. Tweak to match more variations. * fixinc/tests/base/sys/stat.h: Adapt for new hackname. * fixinc/inclhack.def (alpha___extern_prefix, alpha___extern_prefix_standards): New hacks to obey __PRAGMA_EXTERN_PREFIX. * fixinc/tests/base/testing.h [ALPHA___EXTERN_PREFIX_CHECK]: New test. * fixinc/tests/base/standards.h: Likewise. * fixincl/inclhack.def (alpha_pthread): Tweak to match more variations. New testcase. * fixinc/tests/base/pthread.h: Handle it. * fixincl/inclhack.def (bad_lval): Sort file list. Add many missing files up to Tru64 UNIX V5.1B. * gcc/fixinc/tests/base/libgen.h: Renamed to ... * gcc/fixinc/tests/base/dirent.h: ... this to match new file list order. * fixinc/fixincl.x: Regenerate. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@75994 138bc75d-0d04-0410-961f-82ee72b054a4
* * version.c (version_string): Change to 3.5.0.mmitchel2004-01-163-2/+7
| | | | | | | * doc/include/gcc-common.texi (version-GCC): Likewise. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@75992 138bc75d-0d04-0410-961f-82ee72b054a4
* PR c++/13574mmitchel2004-01-165-11/+34
| | | | | | | | | | | * decl.c (compute_array_index_type): Fix grammar in comment. * init.c (build_zero_init): Handle zero-sized arrays correctly. PR c++/13574 * g++.dg/ext/array1.C: New test. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@75991 138bc75d-0d04-0410-961f-82ee72b054a4
* * i386.md (load_tp_di): Fix pasto.hubicka2004-01-1610-21/+46
| | | | | | | | | | | | | | | | | | | | PR opt/13608 * i386.c (ix86_compute_frame_layout): Fix for alloca on leaf function. * c-pretty-print.c (pp_c_type_cast, pp_c_abstract_declarator, pp_c_character_constant, pp_c_floating_constant, pp_c_additive_expression, pp_c_shift_expression, pp_c_equality_expression, pp_c_and_expression, pp_c_exclusive_or_expression, pp_c_inclusive_or_expression, pp_c_logical_and_expression): Remove inline modifier. * dwarf2out.c (get_AT): Likewise. * et-forest.c (et_splay): Likewise. * ra.h (ra_alloc, ra_calloc): Likewise * mangle.c (write_mangled_name): Remove inline modifier. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@75988 138bc75d-0d04-0410-961f-82ee72b054a4
* PR 11864amylaar2004-01-162-0/+46
| | | | | | | | From Kazumoto Kojima / Dan Kegel: * gcc.dg/pr11864-1.c: New test. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@75987 138bc75d-0d04-0410-961f-82ee72b054a4
* PR c++/13178mmitchel2004-01-164-0/+28
| | | | | | | | | | | * call.c (name_as_c_string): Print conversion operator names correctly. PR c++/13178 * g++.dg/conversion/op1.C: New test. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@75986 138bc75d-0d04-0410-961f-82ee72b054a4
* PR 10392amylaar2004-01-162-0/+68
| | | | | | | | From Marcus Comstedt / Dan Kegel: * gcc.dg/pr10392-1.c: New test. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@75985 138bc75d-0d04-0410-961f-82ee72b054a4
* * config/frv/frv-protos.h: Fix comment formatting.kazu2004-01-167-148/+159
| | | | | | | | | | | * config/frv/frv.c: Likewise. * config/frv/frv.h: Likewise. * config/frv/frv.md: Likewise. * config/frv/frvbegin.c: Likewise. * config/frv/frvend.c: Likewise. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@75984 138bc75d-0d04-0410-961f-82ee72b054a4
* PR c++/13478mmitchel2004-01-162-4/+8
| | | | | | | | | | | * call.c (initialize_reference): Pass -1 for inner parameter to convert_like_real. PR c++/13478 * g++.dg/init/ref10.C: New test. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@75983 138bc75d-0d04-0410-961f-82ee72b054a4
* 2004-01-16 Andrew Haley <aph@redhat.com>aph2004-01-165-71/+128
| | | | | | | | | | | | | | | PR java/13273: * typeck.c (shallow_find_method): New. (find_method_in_superclasses): New. (find_method_in_interfaces): New. (lookup_do): Rewrite. * java-tree.h (SEARCH_ONLY_INTERFACE): Delete. * jcf-parse.c (read_class): Save and restore output_class. * decl.c (java_expand_body): Set output_class from fndecl. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@75980 138bc75d-0d04-0410-961f-82ee72b054a4
* PR c++/13478mmitchel2004-01-164-2/+26
| | | | | | | | | | | * call.c (convert_like_real): Do not perform an additional direct-initialization when binding to a reference. PR c++/13478 * g++.dg/init/ref10.C: New test. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@75979 138bc75d-0d04-0410-961f-82ee72b054a4
* * system.h (LINKER_DOES_NOT_WORK_WITH_DWARF2): Poison.kazu2004-01-163-10/+10
| | | | | | | | | * doc/tm.texi (PREFERRED_DEBUGGING_TYPE): Don't mention LINKER_DOES_NOT_WORK_WITH_DWARF2. (LINKER_DOES_NOT_WORK_WITH_DWARF2): Remove. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@75978 138bc75d-0d04-0410-961f-82ee72b054a4
* Add bugzilla reference:amylaar2004-01-161-0/+1
| | | | | | | | | PR 11864 * postreload.c (reload_cse_simplify_operands): Don't remove implicit extension from LOAD_EXTEND_OP. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@75976 138bc75d-0d04-0410-961f-82ee72b054a4
* * postreload.c (reload_cse_simplify_operands): Don't removeamylaar2004-01-162-1/+53
| | | | | | | implicit extension from LOAD_EXTEND_OP. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@75975 138bc75d-0d04-0410-961f-82ee72b054a4
* PR c++/13407giovannibajo2004-01-162-0/+22
| | | | | | | * g++.dg/parse/typename6.C: New test. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@75970 138bc75d-0d04-0410-961f-82ee72b054a4
* PR c++/13407giovannibajo2004-01-162-0/+18
| | | | | | | | * parser.c (cp_parser_base_specifier): Check for an invalid keyword 'typename' and emit an user-friendly error message. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@75969 138bc75d-0d04-0410-961f-82ee72b054a4
* PR opt/11350rth2004-01-163-4/+12
| | | | | | | | | | * cfgcleanup.c (try_optimize_cfg): Suppress tablejump removal after reload. * cfgrtl.c (rtl_can_merge_blocks, cfglayout_can_merge_blocks, rtl_try_redirect_by_replacing_branch): Likewise. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@75968 138bc75d-0d04-0410-961f-82ee72b054a4
* * Makefile.in: Add $(DESTDIR).aj2004-01-162-41/+45
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@75964 138bc75d-0d04-0410-961f-82ee72b054a4
* PR pch/13689geoffk2004-01-163-9/+16
| | | | | | | | | | * alias.c (struct alias_set_entry): Mark for GC. (alias_sets): Make static, mark for GC. (record_alias_subset): Use GC to allocate alias structures. * varray.c (element): Make generic varrays GCed. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@75962 138bc75d-0d04-0410-961f-82ee72b054a4
* Index: ChangeLoggeoffk2004-01-1613-35/+74
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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. Index: cp/ChangeLog 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. Index: testsuite/ChangeLog 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. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@75961 138bc75d-0d04-0410-961f-82ee72b054a4
OpenPOWER on IntegriCloud