- 29 Jun, 2003 11 commits
-
-
* c-decl.c (c_init_decl_processing): Use a location_t. Set input filename to <internal>. * tree.c (make_node): Just copy the current location. From-SVN: r68667
Nathan Sidwell committed -
2003-06-29 Paolo Carlini <pcarlini@unitus.it> * testsuite/27_io/basic_filebuf/overflow/wchar_t/11305-1.cc: Improve type correctness-wise. * testsuite/27_io/basic_filebuf/overflow/wchar_t/11305-2.cc: Likewise. * testsuite/27_io/basic_filebuf/overflow/wchar_t/11305-3.cc: Likewise. * testsuite/27_io/basic_filebuf/overflow/wchar_t/11305-4.cc: Likewise. From-SVN: r68666
Paolo Carlini committed -
* error.c (print_integer): Remove. (dump_type_suffix): Adjust. (dump_expr): Likewise. From-SVN: r68665
Gabriel Dos Reis committed -
2003-06-29 Paolo Carlini <pcarlini@unitus.it> * include/std/std_streambuf.h (uflow): According to 27.5.2.4.3,p16, don't check gptr() < egptr(). From-SVN: r68664
Paolo Carlini committed -
re PR rtl-optimization/11210 (optimizer drops conditional with typecast from signed to unsigned char) PR optimization/11210 * fold-const (decode_field_reference): Revert 2003-06-26 patch. From-SVN: r68662
Eric Botcazou committed -
* toplev.c (flag_dummy): Remove. (f_options): Restore flag pointers. From-SVN: r68661
Neil Booth committed -
From-SVN: r68660
David Edelsohn committed -
* dwarf2out.c (add_AT_string): Replace ggc_alloc_string (X, -1) with ggc_strdup. * stmt.c (expand_asm_operands): Likewise. * config/rs6000/rs6000.md (builtin_setjmp_receiver): Likewise. From-SVN: r68659
Kazu Hirata committed -
* config/ip2k/ip2k.c (ip2k_reorg): Use INSN_P instead of its definition. From-SVN: r68658
Kazu Hirata committed -
2003-06-29 Franz Sirl <Franz.Sirl-kernel@lauterbach.com> * opts.c: Include insn-attr.h. * Makefile.in (opts.o): Depend on INSN_ATTR_H. From-SVN: r68657
Franz Sirl committed -
From-SVN: r68655
GCC Administrator committed
-
- 28 Jun, 2003 29 commits
-
-
* flow.c (propagate_one_insn): Use proper test for a register being part of the return value. From-SVN: r68653
J"orn Rennecke committed -
From-SVN: r68652
Ulrich Weigand committed -
From-SVN: r68651
Kazu Hirata committed -
* config/avr/avr-protos.h: Replace avr_simplify_comparision_p with avr_simplify_comparison_p. * config/avr/avr.c: Likewise. From-SVN: r68650
Kazu Hirata committed -
* builtins.c: Follow spelling conventions. * cgraph.c: Likewise. * cpplex.c: Likewise. * config/arm/arm.c: Likewise. * config/arm/iwmmxt.md: Likewise. * config/c4x/c4x-modes.def: Likewise. * config/c4x/c4x.c: Likewise. * config/c4x/c4x.h: Likewise. * config/c4x/c4x.md: Likewise. * config/i386/i386-interix.h: Likewise. * config/mips/mips.h: Likewise. From-SVN: r68649
Kazu Hirata committed -
* builtins.c: Follow spelling conventions. * cgraph.c: Likewise. * cpplex.c: Likewise. * config/arm/arm.c: Likewise. * config/arm/iwmmxt.md: Likewise. * config/c4x/c4x-modes.def: Likewise. * config/c4x/c4x.c: Likewise. * config/c4x/c4x.h: Likewise. * config/c4x/c4x.md: Likewise. * config/i386/i386-interix.h: Likewise. * config/mips/mips.h: Likewise. From-SVN: r68648
Kazu Hirata committed -
* config/m68k/m68k.h (TARGET_CPU_CPP_BUILTINS): Predicate __mc68020__ on TARGET_68020. From-SVN: r68647
Neil Booth committed -
From-SVN: r68646
Kazu Hirata committed -
From-SVN: r68645
Nathan Sidwell committed -
* error.c (print_instantiation_partial_context): Take a location_t. (print_instantiation_full_context): Adjust. (print_instantiation_context): Adjust. From-SVN: r68644
Nathan Sidwell committed -
* diagnostic.h (diagnostic_set_info): Replace file and lineno parameters with a location_t. * diagnostic.c (diagnostic_set_info): Replace file and lineno parameters with a location_t. (inform, warning, pedwarn, error, sorry, fatal_error, internal_error, warning_with_decl, pedwarn_with_decl, error_with_decl): Adjust. * c-error.c (pedwarn_c99): Adjust. * c-format.c (status_warning): Adjust. * rtl-error.c (file_and_line_for_asm): Rename to ... (location_for_asm): Return a location_t. (diagnostic_for_asm): Adjust. * cp/cp-tree.h (cp_line_of, cp_file_of): Remove. * cp/error.c (cp_line_of, cp_file_of): Merge into ... (location_of): ... here. Make static, return a location_t. (cp_error_at, cp_warning_at, cp_pedwarn_at): Adjust. * testsuite/g++.old-deja/g++.robertl/eb133.C: Set expected line number. * testsuite/g++.old-deja/g++.robertl/eb133a.C: Likewise. * testsuite/g++.old-deja/g++.robertl/eb133b.C: Likewise. From-SVN: r68643
Nathan Sidwell committed -
* cpptrad.c (skip_macro_block_comment): New. (copy_comment): Use it if appropriate. From-SVN: r68641
Neil Booth committed -
* gcse.c (compute_ld_motion_mems): Use INSN_P instead of its definition. (store_killed_in_insn): Likewise. * print-rtl.c (print_rtx): Likewise. * config/frv/frv.c (frv_final_prescan_insn): Likewise. * config/m68hc11/m68hc11.c (dead_register_here): Likewise. (m68hc11_reassign_regs): Likewise. (m68hc11_reorg): Likewise. From-SVN: r68640
Kazu Hirata committed -
re PR c++/10784 (Warning about choosing custom operator over copy constructor cannot be turned off (and it's useless in the first place)) PR c++/10784 * call.c (joust): Move warn_conversion check outwards. From-SVN: r68639
Nathan Sidwell committed -
* diagnostic.c (output_integer_with_precision): New macro. (output_format): Use it. Handle more format specifiers. (output_long_decimal): Remove. (output_unsigned_decimal): Likewise. (output_long_unsigned_decimal): Likewise. (output_octal): Likewise. (output_long_octal): Likewise. (output_hexadecimal): Likewise. (output_long_hexadecimal): Likewise. (output_long_long_decimal): Likewise. From-SVN: r68638
Gabriel Dos Reis committed -
From-SVN: r68637
Andreas Schwab committed -
* c-parse.in (%union): Replace filename & lineno with location. (save_filename, save_lineno): Remove. (save_location): New. (fndef, old_style_parm_decls_1, lineno_datadecl, lineno_decl, nested_function, notype_nested_function, if_prefix, lineno_stmt, lineno_label, label): Adjust. From-SVN: r68636
Nathan Sidwell committed -
From-SVN: r68635
Jakub Jelinek committed -
* builtins.c (c_strlen): Add only_value argument. Handle COND_EXPR and COMPOUND_EXPR. (expand_builtin_strlen): Optimize also strlen (i++ ? "foo" : "bar"). Adjust c_strlen callers. (expand_builtin_strcpy, expand_builtin_strncpy, expand_builtin_strcmp, expand_builtin_strncmp, expand_builtin_fputs, expand_builtin_sprintf, fold_builtin): Adjust c_strlen callers. * gcc.c-torture/execute/builtins/string-8.c: New test. * gcc.c-torture/execute/builtins/string-8-lib.c: New. * gcc.c-torture/execute/stdio-opt-1.c (main): Add new tests. * gcc.c-torture/execute/string-opt-7.c (main): Add new test. From-SVN: r68634
Jakub Jelinek committed -
bb-reorder.c (find_traces_1_round): Do not send basic block to next round when we are in the last round. * bb-reorder.c (find_traces_1_round): Do not send basic block to next round when we are in the last round. From-SVN: r68633
Josef Zlomek committed -
* java/io/PrintStream.java (checkError): Call flush() instead of direct flushing of the Writer object. (print): Call print(String) instead of direct print method of the Writer Object. (println): Call println(String) instead of direct println method of the Writer Object. (write): Simplified. From-SVN: r68632
Michael Koch committed -
* java/net/ServerSocket.java (setChannel): New method. * java/net/Socket.java (setChannel): New method. From-SVN: r68631
Michael Koch committed -
2003-06-28 Paolo Carlini <pcarlini@unitus.it> PR libstdc++/9875 * include/bits/fstream.tcc (seekoff): Fix for encoding() > 0. (seekpos): Likewise. * testsuite/27_io/basic_filebuf/seekoff/wchar_t/9875_seekoff.cc: New test. * testsuite/27_io/basic_filebuf/seekpos/wchar_t/9875_seekpos.cc: New test. From-SVN: r68630
Paolo Carlini committed -
* Makefile.in: Update. * opts.c: Include tm_p.h. (handle_options): Make static. (decode_options): Copied from toplev.c. * opts.h (decode_options): New. * toplev.c (parse_options_and_default_flags): Move most to opts.c, some to... (general_init): ...here. (toplev_main): Use decode_options instead. * toplev.h (save_argc, save_argv): New. From-SVN: r68629
Neil Booth committed -
* explow.c (find_next_ref): Remove. * rtl.h: Remove the prototype for find_next_ref. From-SVN: r68628
Kazu Hirata committed -
From-SVN: r68627
Matt Kraai committed -
* config/alpha/alpha.md (anonymous define_split): Adjust emit_note call to match recent API change. From-SVN: r68626
Roger Sayle committed -
PR other/10240 * configure.in: Removed $(XCFLAGS) from BUILD_CFLAGS for build != host. * configure: Rebuilt. From-SVN: r68625
Gunther Nikl committed -
* dbxout.c (flag_debug_only_used_symbols): Delete redundant declaration. f: * com.c (input_file_stack_tick): Delete redundant declaration. java: * gjavah.c (flag_jni): Make non-static. * parse-scan.y (ctxp): Make non-static. From-SVN: r68624
Zack Weinberg committed
-