- 15 Jul, 2003 5 commits
-
-
* expr.c (expand_assignment): Remove an unused argument SUGGEST_REG. * expr.h: Update the prototype. * function.c: Update the callers. * stmt.c: Likewise. From-SVN: r69379
Kazu Hirata committed -
* gcc.dg/pch/inline-3.c: New file. * gcc.dg/pch/inline-3.hs: New file. * gcc.dg/pch/inline-4.c: New file. * gcc.dg/pch/inline-4.hs: New file. From-SVN: r69378
Geoffrey Keating committed -
re PR debug/11098 ([dwarf2] g++ doesn't emit complete debugging information for local variables in destructors) PR debug/11098 * integrate.c (copy_decl_for_inlining): Do not mark copied decls as DECL_ABSTRACT. From-SVN: r69374
Mark Mitchell committed -
inclhack.def (avoid_bool_define, [...]): Bypass with __cplusplus, not "we must use the C++ compiler's type" * fixinc/inclhack.def (avoid_bool_define, avoid_bool_type): Bypass with __cplusplus, not "we must use the C++ compiler's type" * fixinc/inclhack.def (void_null): Note that Interix needs this. * fixinc/fixincl.x: Regenerate. From-SVN: r69373
Nathanael Nerode committed -
From-SVN: r69368
GCC Administrator committed
-
- 14 Jul, 2003 35 commits
-
-
unwind-dw2-fde-darwin.c (live_image_destructor): Get seen_objects and unseen_objects from the global data before calling... * unwind-dw2-fde-darwin.c (live_image_destructor): Get seen_objects and unseen_objects from the global data before calling __deregister_frame_info_bases. (examine_objects): Insert objects into the seen_objects list, not unseen_objects. (_Unwind_Find_FDE): Always unlock the global object lists, even if we couldn't allocate a data structure to put in it. From-SVN: r69366
Geoffrey Keating committed -
* objc/objc-act.h (CLASS_SUPER_NAME): Add a little typechecking. (TYPE_PROTOCOL_LIST): Share use of type.context with C frontend. (SET_TYPE_PROTOCOL_LIST): New. * objc/objc-act.c (get_static_reference): Use SET_TYPE_PROTOCOL_LIST. (get_object_reference): Likewise. From-SVN: r69364
Geoffrey Keating committed -
PR c++/11509 * pt.c (dependent_scope_ref_p): New function. (value_dependent_expression_p): Use it. (type_dependent_expression_p): Likewise. * pt.c (tsubst_friend_function): Use reregister_specialization. PR c++/11509 * g++.dg/template/crash6.C: New test. From-SVN: r69363
Mark Mitchell committed -
* cfglayout.c (locator_file): Break out from .... (insn_file): ... here. (locator_line): Break out from .... (insn_line): ... here. * rtl.h (locator_file, locator_line): Declare. (final_start_function): Set proper line/file info. From-SVN: r69359
Jan Hubicka committed -
From-SVN: r69358
Gabriel Dos Reis committed -
* config/mips/mips.c (mips_expand_prologue): Use a single insn to allocate 32768 bytes of stack. Use addition rather than subtraction when a single insn is enough. * config/mips/mips.md: Remove insns and splitters for subtracting constants. (subsi3): Only accept register operands. (subsi3_internal): Likewise. Use for TARGET_MIPS16 as well. (subdi3_internal_3, subsi3_internal_2): Likewise. (casesi): Use expand_binop to subtract the lower bound. From-SVN: r69357
Richard Sandiford committed -
* config/mips/mips.c (mips_in_small_data_p): Don't handle TARGET_MIPS16 specially. From-SVN: r69356
Richard Sandiford committed -
* config/mips/elf.h (ASM_OUTPUT_ALIGNED_BSS): Use mips_output_aligned_bss. * config/mips/linux.h: Likewise. * config/mips/mips-protos.h (mips_output_aligned_bss): Declare. * config/mips/mips.c (mips_output_aligned_bss): New function. From-SVN: r69355
Richard Sandiford committed -
* config/mips/elf.h (DBX_DEBUGGING_INFO): Delete. * config/mips/elf64.h: Likewise. From-SVN: r69354
Richard Sandiford committed -
2003-07-14 Paolo Carlini <pcarlini@unitus.it> * config/locale/gnu/c_locale.h (__convert_from_v): One more qualification. From-SVN: r69353
Paolo Carlini committed -
* config/mips/elf.h (ASM_DECLARE_OBJECT_NAME): Use mips_declare_object_name. (ASM_FINISH_DECLARE_OBJECT): Likewise mips_finish_declare_object. * config/mips/elf64.h: As for elf.h. * config/mips/iris6.h: Likewise. * config/mips/linux.h (ASM_DECLARE_OBJECT_NAME): As for elf.h. * config/mips/mips.h (ASM_DECLARE_OBJECT_NAME): Remove unnecessary do...while (0) block. * config/mips/mips-protos.h (mips_declare_object_name): Declare. (mips_finish_declare_object): Declare. * config/mips/mips.c (mips_declare_object_name): New function. (mips_finish_declare_object): New function. From-SVN: r69352
Richard Sandiford committed -
re PR c++/7053 (ICE when declaring a function already defined as a friend method of a template class) PR c++/7053 * g++.dg/template/friend20.C: New test. From-SVN: r69351
Mark Mitchell committed -
* config/mips/elf.h (SBSS_SECTION_ASM_OP): Delete. * config/mips/linux.h: Likewise. From-SVN: r69350
Richard Sandiford committed -
* config/mips/mips.c (inside_function): Delete. (file_in_function_warning, ignore_line_number): Delete. (mips_output_filename): Don't warn about changing filenames within a function. (mips_output_lineno): Update accordingly. (mips_output_function_prologue): Don't reset the deleted variables. * config/mips/mips.h (inside_function): Delete. (file_in_function_warning, ignore_line_number): Delete. From-SVN: r69348
Richard Sandiford committed -
2003-07-14 Paolo Carlini <pcarlini@unitus.it> * include/bits/stl_tempbuf.h: Qualify free with std::. * src/locale.cc: Include <cstdlib>, qualify getenv. From-SVN: r69347
Paolo Carlini committed -
* config/mips/elf.h (OBJECT_FORMAT_COFF, EXTENDED_COFF): Remove undefs. * config/mips/elf64.h: Likewise. * config/mips/openbsd.h: Likewise. * config/mips/iris5.h (OBJECT_FORMAT_COFF): Remove undefs. * config/mips/linux.h: Likewise. * config/mips/mips.h (OBJECT_FORMAT_COFF, EXTENDED_COFF): Delete. (CODE_MASK, MIPS_IS_STAB, MIPS_MARK_STAB, MIPS_UNMARK_STAB): Delete. From-SVN: r69346
Richard Sandiford committed -
* config.gcc (mips-sgi-irix6*o32, mips-sgi-irix5*): Add mips/sdb.h to the list of include files when using gas. (mips*el-*-openbsd*, mips*-*-openbsd*): Add mips/sdb.h unconditionally. * config/mips/elf.h: Remove #undef SDB_DEBUGGING_INFO. * config/mips/elf64.h: Likewise. * config/mips/iris5.h: Likewise. * config/mips/linux.h: Likewise. * config/mips/iris5gas.h (SDB_DEBUGGING_INFO): Remove definition. * config/mips/mips.h (PREFERRED_DEBUGGING_TYPE): Likewise. (SDB_DEBUGGING_INFO, sdb*, SDB_ALLOW_*, PUT_SDB*): Move to... * config/mips/sdb.h: ...this new file. From-SVN: r69345
Richard Sandiford committed -
From-SVN: r69344
Geoffrey Keating committed -
2003-07-14 Paolo Carlini <pcarlini@unitus.it> * config/locale/gnu/c_locale.h (__convert_from_v): Include <cstdio>. Qualify names. * config/locale/generic/c_locale.h (__convert_from_v): Ditto. From-SVN: r69343
Paolo Carlini committed -
PR c++/7019 * cp-tree.h (lookup_qualified_name): Adjust prototype. * decl.c (lookup_qualified_name): Add complain parameter. Adjust call to is_aggr_type. * parser.c (cp_parser_lookup_name): Adjust call to lookup_qualified_name. * pt.c (tsubst_qualified_id): Likewise. (tsubst_copy_and_build): Likewise. * semantics.c (finish_qualified_id_expr): Deal with erroneous expressions. PR c++/7019 * g++.dg/template/overload2.C: New test. From-SVN: r69342
Mark Mitchell committed -
2003-07-14 Paolo Carlini <pcarlini@unitus.it> Nathan C. Myers <ncm-nospam@cantrip.org> PR libstdc++/11378 * include/std/std_fstream.h (xsputn): Declare only. * include/bits/fstream.tcc (xsputn): Define, optimize for the always_noconv() case: when __n is sufficiently large flush the buffer and issue a direct write, if possible combining the two with writev in __basic_file<>::xsputn_2. * config/io/basic_file_stdio.h (__basic_file<>::xsputn_2): New, declare. * config/io/basic_file_stdio.cc (__basic_file<>::xsputn_2): Define. * acinclude.m4 (GLIBCXX_CHECK_WRITE): New macro, checking for the availability of writev in <sys/uio.h>. * configure.in: Call here. * acconfig.h: Add undef for the corresponding symbol. * aclocal.m4: Regenerate. * configure: Regenerate. * config.h.in: Regenerate. * testsuite/27_io/basic_filebuf/setbuf/char/3.cc: Tweak. * include/std/std_fstream.h (sync): Constify a variable. Co-Authored-By: Nathan C. Myers <ncm-nospam@cantrip.org> From-SVN: r69341
Paolo Carlini committed -
PR c++/11510 * call.c (op_error): Properly handle REALPART_EXPR and IMAGPART_EXPR. * error.c (dump_expr): Likewise. From-SVN: r69340
Gabriel Dos Reis committed -
2003-07-14 Douglas Rupp <rupp@gnat.com> * fixinc/server.c (server_setup): Don't use non-POSIX NULL first argument to getcwd; use fixed buffer instead. 2003-07-14 Nathanael Nerode <neroden@gcc.gnu.org> * fixinc/mkfixinc.sh: Treat OpenBSD normally. * fixinc/fixinc.wrap: Delete. From-SVN: r69339
Nathanael Nerode committed -
From-SVN: r69338
Gabriel Dos Reis committed -
2003-07-14 Franz Sirl <Franz.Sirl-kernel@lauterbach.com> PR optimization/11440 * gcc.c-torture/execute/20030714-1.c: New test. From-SVN: r69334
Franz Sirl committed -
* MAINTAINERS: Move self from write-after-approval to build machinery (*.in). From-SVN: r69333
Nathanael Nerode committed -
PR c++/5293 * call.c (initialize_reference): Improve diagnostic. From-SVN: r69332
Gabriel Dos Reis committed -
2003-07-14 Benjamin Kosnik <bkoz@redhat.com> * testsuite/27_io/ios_base/cons/assign_neg.cc: Fix line numbers. * testsuite/27_io/ios_base/cons/copy_neg.cc: Same. From-SVN: r69331
Benjamin Kosnik committed -
* ggc-page.c (extra_order_size_table): Insns have 9 slots. Regs don't have 2. * ggc-page.c (struct globals): Add new fields to keep track of the total allocated memory and overhead. (ggc_print_statistics): Print them. (ggc_alloc): Keep track of the total allocated memory and the overhead. * tree.c (dump_tree_statistics): Increase spacing. (enum tree_node_kind): Move to ... * tree.h (enum tree_node_kind): ... here. (tree_node_counts, tree_node_sizes): Declare. * doc/include/texinfo.tex: Upgrade to texinfo 4.6. From-SVN: r69330
Gerald Pfeifer committed -
From-SVN: r69329
Gabriel Dos Reis committed -
PR c++/11154 * pt.c (more_specialized_class): Add full_args parameter. (most_specialized_class): Adjust calls to more_specialized_class. * cp-tree.h (more_specialized_class): Adjust declaration. * g++.dg/template/partial2.C: New test. From-SVN: r69328
Kriang Lerdsuwanakij committed -
From-SVN: r69327
Dan Nicolaescu committed -
2003-07-14 Franz Sirl <Franz.Sirl-kernel@lauterbach.com> PR optimization/11440 * gcse.c (try_replace_reg): Don't attach notes to ZERO_EXTRACT or SIGN_EXTRACT SETs. From-SVN: r69325
Franz Sirl committed -
2003-07-14 Michael Koch <konqueror@gmx.de> * gnu/java/rmi/server/UnicastServerRef.java: New version from classpath. From-SVN: r69322
Michael Koch committed -
2003-07-14 Michael Koch <konqueror@gmx.de> * java/awt/image/MemoryImageSource.java, java/beans/PropertyEditorManager.java, javax/naming/CompoundName.java, javax/naming/spi/NamingManager.java, javax/swing/AbstractButton.java, javax/swing/ButtonModel.java, javax/swing/SwingUtilities.java, javax/swing/UIManager.java, javax/swing/colorchooser/DefaultColorSelectionModel.java, javax/swing/event/AncestorEvent.java, javax/swing/event/InternalFrameEvent.java, java/util/zip/ZipFile.java: New versions from classpath. From-SVN: r69321
Michael Koch committed
-