- 21 Jun, 2003 6 commits
-
-
From-SVN: r68298
Jan Hubicka committed -
* config/h8300/h8300-protos.h: Add a prototype for same_cmp_preceding_p. * config/h8300/h8300.c (same_cmp_preceding): New. * config/h8300/h8300.md: Extend peephole2's that transform compare:SI into shorter sequences so that they can deal with signed comparisons. From-SVN: r68296
Kazu Hirata committed -
2003-06-21 Michael Koch <konqueror@gmx.de> * java/util/logging/LogRecord.java, java/util/logging/Logger.java, java/util/logging/SocketHandler.java, java/util/logging/SimpleFormatter.java, java/util/logging/Formatter.java, java/util/logging/ErrorManager.java, java/util/logging/Handler.java, java/util/logging/FileHandler.java, java/util/logging/LogManager.java, java/util/logging/Level.java, java/util/logging/ConsoleHandler.java, java/util/logging/StreamHandler.java, java/util/logging/LoggingPermission.java, java/util/logging/Filter.java, java/util/logging/MemoryHandler.java, java/util/logging/XMLFormatter.java: New files from classpath. From-SVN: r68295
Michael Koch committed -
* doc/contrib.texi (Contributors): Use Windows instead of Win32. Update Andreas Jaeger's entry. Merge the two entries of Kaveh Ghazi, David Edelsohn, and Loren J. Rittle. From-SVN: r68293
Gerald Pfeifer committed -
From-SVN: r68292
Nathanael Nerode committed -
From-SVN: r68290
GCC Administrator committed
-
- 20 Jun, 2003 34 commits
-
-
From-SVN: r68288
Doug Gregor committed -
* c-decl.c (store_parm_decls): Make saved_warn_shadow boolean. * common.opt: Add remaining -W options and -g. * diagnostic.c (warnings_are_errors): Remove. * flags.h: Make most warning flags boolean. * opts.c (common_handle_option): Handle remaining -W options, and -g. Move many warning flags from toplev.c, making them boolean. * toplev.c: Remove many warning flags. (decode_W_option): Remove. (decode_g_option): Make extern. Error on unknown switch. (lang_independent_W_options): Use warn_dummy. (independent_decode_option): Just handle -f switches now. * toplev.h (decode_g_option): New. From-SVN: r68287
Neil Booth committed -
From-SVN: r68286
Doug Gregor committed -
2003-06-20 Aldy Hernandez <aldyh@redhat.com> PR/11092 * config/rs6000/rs6000.h (LEGITIMATE_CONSTANT_P): Adjust for vectors. From-SVN: r68284
Aldy Hernandez committed -
2003-06-20 Aldy Hernandez <aldyh@redhat.com> PR/11092 * config/rs6000/rs6000.h (LEGITIMATE_CONSTANT_P): Adjust for vectors. [[Split portion of a mixed commit.]] From-SVN: r68283.2
Aldy Hernandez committed -
From-SVN: r68282
Kelley Cook committed -
PR c++/10888 * tree-inline.c (expand_call_inline): Do not warn about failing to inline functions declared in system headers. * doc/invoke.texi (-Winline): Expand on documentation. PR c++/10888 * g++.dg/warn/Winline-3.C: New test. From-SVN: r68281
Mark Mitchell committed -
* config/alpha/alpha.c (alpha_file_start): Disable file_start_file_directive for ELF and not MDEBUG. From-SVN: r68280
Richard Henderson committed -
From-SVN: r68279
J"orn Rennecke committed -
target-supports.exp (check_alias_available): Make the test program acceptable to the Solaris assembler. * lib/target-supports.exp (check_alias_available): Make the test program acceptable to the Solaris assembler. From-SVN: r68277
Mark Mitchell committed -
PR c++/10749 * parser.c (cp_parser_class_head): See through dependent names when parsing a class-head. PR c++/10749 * g++.dg/template/memclass2.C: New test. From-SVN: r68276
Mark Mitchell committed -
* hooks.c (hook_int_void_no_regs): Rename from hook_reg_class_void_no_regs; change return type. * hooks.h: Update. * target-def.h (TARGET_BRANCH_TARGET_REGISTER_CLASS): Update. * target.h (branch_target_register_class): Change return type to int. Add documentation. * config/sh/sh.c (sh_target_reg_class): Change return type. * doc/tm.texi (TARGET_BRANCH_TARGET_REGISTER_CLASS): Likewise. From-SVN: r68275
Richard Henderson committed -
2003-06-20 Andreas Tobler <toa@pop.agri.ch> * c-format.c: Change _Bool to bool reverting part of the last patch. From-SVN: r68273
Andreas Tobler committed -
* lib/gcc-dg.exp (dg-xfail-if): Do not process conditional xfail data for non-matching targets. * gcc.c-torture/compile/simd-5.c: Fix typo in conditional xfail. Co-Authored-By: Eric Botcazou <ebotcazou@libertysurf.fr> From-SVN: r68272
Mark Mitchell committed -
re PR c++/10845 (template member function (getting a nested template as parameter) cannot be called anymore if another unrelated template member function is defined.) PR c++/10845 * pt.c (try_class_unification): Correct handling of member class templates. * semantics.c (genrtl_finish_function): Adjust expand_function_end call. From-SVN: r68269
Mark Mitchell committed -
2003-06-20 Benjamin Kosnik <bkoz@redhat.com> * testsuite/testsuite_performance.h (resource_counter): Don't use mallinfo at the moment. From-SVN: r68268
Benjamin Kosnik committed -
* som.h (ASM_OUTPUT_SOURCE_LINE): Use targetm.strip_name_encoding to strip name encoding. From-SVN: r68267
John David Anglin committed -
* configure.in (gcc_cv_as_gstabs_flag): Disable if assembler warns. * configure: Regenerate. Fixes PR driver/9362. From-SVN: r68266
Rainer Orth committed -
From-SVN: r68264
Richard Kenner committed -
* config/mips/mips.h (PUT_SDB_FUNCTION_END): Pass 0 as third arg to ASM_OUTPUT_SOURCE_LINE. From-SVN: r68262
Rainer Orth committed -
* java/io/ObjectStreamField.java (unshared): new member variable. (ObjectStreamField): New constructor. (isUnshared): New method. From-SVN: r68261
Michael Koch committed -
* java/net/URLStreamHandler.java (hostsEqual): Rewritten. From-SVN: r68260
Michael Koch committed -
2003-06-20 Michael Koch <konqueror@gmx.de> * gnu/java/nio/MappedByteFileBuffer.java, gnu/java/nio/natMappedByteFileBuffer.cc: Removed * java/nio/MappedByteBufferImpl.java: New file. * gnu/java/nio/FileChannelImpl.java: Use MappedByteBufferImpl instead of MappedByteFileBuffer. * Makefile.am (ordinary_java_source_files): Removed gnu/java/nio/MappedByteFileBuffer.java and added java/nio/MappedByteBufferImpl.java. (nat_source_files): Removed gnu/java/nio/natMappedByteFileBuffer.cc * Makefile.in: Regenerated. From-SVN: r68259
Michael Koch committed -
* doc/install.texi (Building): Correct and improve statement about parallel builds. Co-Authored-By: Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at> From-SVN: r68257
Daniel Egger committed -
* c-common.c: Change _Bool to bool reverting part of the last patch. From-SVN: r68256
Andreas Jaeger committed -
* tree.h (expand_function_end): Remove all parameters. * function.c (expand_function_end): Remove all parameters. Use input_location. Never expand_end_bindings. * c-decl.c (c_expand_body_1): Adjust expand_function_end call. * coverage.c (create_coverage): Likewise. * ada/utils.c (end_subprog_body): Adjust expand_function_end call. * cp/semantics.c (genrtl_finish_function): Adjust expand_function_end call. * f/com.c (finish_function): Adjust expand_function_end call. * java/class.c (push_class): Use a location_t to save place. (emit_register_classes): Set input_location. Adjust expand_function_end call. * java/resource.c (write_resource_constructor): Likewise. * java/decl.c (end_java_method): Adjust expand_function_end call. * java/parse.y (source_end_java_method): Likewise. * treelang/treetree.c (tree_code_create_function_wrapup): Adjust expand_function_end call. From-SVN: r68255
Nathan Sidwell committed -
2003-06-20 Matthias Klose <doko@debian.org> * configure.host: Set try_cpu to target_cpu for existing baseline files. From-SVN: r68254
Matthias Klose committed -
(ARM Built-in Functions): New node. Document ARM builtin functions for iWMMXt support. From-SVN: r68252
Nick Clifton committed -
install.texi (--with-gnu-as): Mention SPARC/Solaris and SPARC64/Solaris as platforms where --with-gnu-as... * doc/install.texi (--with-gnu-as): Mention SPARC/Solaris and SPARC64/Solaris as platforms where --with-gnu-as makes a difference. (--with-as): Add @anchor. (--with-gnu-ld): Fix typo. (--with-ld): Add @uref to --with-as. From-SVN: r68249
Eric Botcazou committed -
* doc/tm.texi: Uniformly use @defmac for macros, rather than @table items. Minor formatting and editorial corrections. From-SVN: r68248
Zack Weinberg committed -
PR c++/10939 * pt.c (tsubst_decl): Do not try to substitute into non-dependent functions. (value_dependent_expression_p): Correct logic for FUNCTION_DECLs. PR c++/10939 * g++.dg/template/func1.C: New test. From-SVN: r68244
Mark Mitchell committed -
From-SVN: r68242
Neil Booth committed -
re PR c++/9649 (ICE in finish_member_declaration at cp/semantics.c:1850 when redeclaring a static member variable) PR c++/9649 * cp-tree.h (pushdecl_class_level): Change prototype. (push_class_level_binding): Likewise. * decl.c (add_binding): Reject duplicate static data members. (pushdecl_class_level): Return a value indicating whether or not the binding was valid. (push_class_level_binding): Likewise. * semantics.c (finish_member_declaration): Don't keep invalid declarations. PR c++/9649 * g++.dg/template/static4.C: New test. * g++.old-deja/g++.other/anon7.C: Remove spurious error messages. From-SVN: r68240
Mark Mitchell committed -
PR c++/11041 * call.c (initialize_reference): Do not use cp_finish_decl to emit temporary variables. * cp-tree.h (static_aggregates): Declare. (pushdecl_top_level_and_finish): Likewise. * decl.c (pushdecl_top_level_1): New function. (pushdecl_top_level): Use it. (pushdecl_top_level_and_finish): New function. (initialize_local_var): Remove redundant code. (cp_finish_decl): Remove support for RESULT_DECLs. Don't check building_stmt_tree. * decl.h (static_aggregates): Remove. * decl2.c (get_guard): Use pushdecl_top_level_and_finish. * rtti.c (get_tinfo_decl): Use pushdecl_top_level_and_finish. (tinfo_base_init): Likewise. PR c++/11041 * g++.dg/init/ref7.C: New test. From-SVN: r68236
Mark Mitchell committed
-