- 29 May, 2003 5 commits
-
-
* name-lookup.h (global_scope_p): New macro. * decl.c (pop_binding_level): Use it. Don't refer directly to global_binding_level. (suspend_binding_level): Likewise. (global_bindings_p): Likewise. (print_other_binding_stack): Likewise. (print_binding_stack): Likewise. (maybe_push_to_top_level): Likewise. (pushdecl_namespace_level): Likewise. (cxx_init_decl_processing): Likewise. (start_decl): Likewise. (cp_finish_decl): Likewise. (start_function): Likewise. (global_binding_level): Remove. From-SVN: r67221
Gabriel Dos Reis committed -
* config/mips/mips-protos.h (mips_output_load_label): Declare. * config/mips/mips.c (mips_output_load_label): New function. (mips_output_conditional_branch): Use it. * config/mips/mips.md (jump): And here. From-SVN: r67220
Richard Sandiford committed -
From-SVN: r67219
Michael Meissner committed -
From-SVN: r67217
GCC Administrator committed -
* config/xtensa/xtensa-protos.h (smalloffset_double_mem_p): Delete. (xtensa_split_operand_pair): New proto. * config/xtensa/xtensa.c (move_operand): Handle DFmode and DImode. (smalloffset_double_mem_p): Delete. (gen_float_relational, printx, print_operand, xtensa_va_arg): Fix whitespace. (xtensa_split_operand_pair): New. (xtensa_dbx_register_number): Fix formatting. * config/xtensa/xtensa.h (EXTRA_CONSTRAINT): Remove 'S' constraint. * config/xtensa/xtensa.md (movdi, movdf): Force constants to memory instead of splitting them into single-word moves. Remove unnecessary checks for reload_in_progress and reload_completed. (movdi_internal, movdf_internal): Change to post-reload split patterns. Add constraints to allow constant operands. (movsf_internal): Allow CONST_INT operands. From-SVN: r67215
Bob Wilson committed
-
- 28 May, 2003 10 commits
-
-
From-SVN: r67214
Danny Smith committed -
* config.gcc (i[34567]86-*-mingw32*): Add host makefile fragment i386/x-mingw32. * config/i386/x-mingw32: New file. Make local_includedir relative to EXEC_PREFIX. From-SVN: r67213
Danny Smith committed -
2003-05-27 Aaron W. LaFramboise <awlaframboise@aol.com> * config/i386/mingw32.h (STANDARD_INCLUDE_DIR): Update. (MD_STARTFILE_PREFIX): Define. From-SVN: r67212
Aaron W. LaFramboise committed -
* cselib.c (cselib_invalidate_regno): Abort if hardreg have a VOIDmode. * cselib.c (cselib_process_insn): Pass reg_raw_mode for hardreg in call of cselib_invalidate_regno. From-SVN: r67210
Denis Chertykov committed -
* Makefile.tpl: Make maybe-check-gcc .PHONY. * Makefile.in: Regenerate. From-SVN: r67209
DJ Delorie committed -
* config/mips/linux.h (LIB_SPEC): Add missing -lc and correct -lthread to -lpthread. From-SVN: r67208
Daniel Jacobowitz committed -
* snapshot-index.html: Refer to .bz2 files instead of .gz files. Simplify the note on not using unannounced snapshots. From-SVN: r67207
Gerald Pfeifer committed -
* fixinc/inclhack.def: Add missing declaration of getpagesize() to unistd.h on Solaris 2.5.1. Fix prototype of recv() and send() in sys/socket.h on Solaris 2.5.1 and 2.6. * fixinc/tests/base/unistd.h: Add solaris_unistd fix test. * fixinc/tests/base/sys/socket.h: Add solaris_socket test. * fixinc/check.tpl: Use 'diff -c', not 'diff -u'. * fixinc/fixincl.x: Regenerate. From-SVN: r67206
Eric Botcazou committed -
* snapshot-README: Refer to .bz2 files instead of .gz files. Add a note on where to find the diff files. Simplify the note on not using unannounced snapshots. Remove documentation of the gcc_latest_snapshot tag. From-SVN: r67205
Gerald Pfeifer committed -
From-SVN: r67203
GCC Administrator committed
-
- 27 May, 2003 15 commits
-
-
* tree.c (expr_first, expr_length): New fns. * tree.h: Declare them. * tree.c (iterative_hash_expr): Hash commutative expressions consistently. From-SVN: r67201
Jason Merrill committed -
locale_facets.tcc (do_get): Honor $22.2.6.3.3/8 and make sure the number of digits required after the... 2003-05-26 Brendan Kehoe <brendan@zen.org> * include/bits/locale_facets.tcc (do_get): Honor $22.2.6.3.3/8 and make sure the number of digits required after the decimal-point (if any) is exactly the value returned by frac_digits(). * testsuite/22_locale/money_get/get/char/9.cc: New. * testsuite/22_locale/money_get/get/wchar_t/9.cc: New. From-SVN: r67196
Brendan Kehoe committed -
* config/os/hpux/os_defines.h: Define _LIBUNWIND_STD_ABI if we are on IA64 HP-UX. * libsupc++/eh_throw.cc: Don't call _Unwind_Resume_or_Rethrow if _LIBUNWIND_STD_ABI is set. From-SVN: r67193
Steve Ellcey committed -
locale_facets.tcc (do_get): Honor $22.2.6.3.3/8 and make sure the number of digits required after the... 2003-05-26 Brendan Kehoe <brendan@zen.org> * include/bits/locale_facets.tcc (do_get): Honor $22.2.6.3.3/8 and make sure the number of digits required after the decimal-point (if any) is exactly the value returned by frac_digits(). From-SVN: r67192
Brendan Kehoe committed -
From-SVN: r67191
Jason Merrill committed -
* tree.h (contains_placeholder_p): Now returns bool. (CONTAINS_PLACEHOLDER_P): New macro. (type_contains_placeholder_p): New function. * tree.c (save_expr): Remove code avoiding folding COMPONENT_REF. (contains_placeholder_p): Now returns bool. Rework to use CONTAINS_PLACEHOLDER_P macro. (type_contains_placeholder_p): New function. * fold-const.c (fold, case COMPONENT_REF): Don't fold if type_contains_placeholder_p. (fold_range_test, fold_mathfn_compare, fold_inf_compare, fold): Use CONTAINS_PLACEHOLDER_P macro. * builtins.c (fold_builtin): Likewise. * calls.c (initialize_argument_information): Likewise. * emit-rtl.c (set_mem_attributes_minus_bitpos): Likewise. * explow.c (expr_size): Likewise. * expr.c (store_constructor, get_inner_reference): Likewise. * function.c (assign_parms): Likewise. * stor-layout.c (variable_size): Likewise. From-SVN: r67189
Richard Kenner committed -
* c-simplify.c (simplify_switch_stmt): A SWITCH_EXPR also gets the source location of its first line. From-SVN: r67188
Jason Merrill committed -
2003-05-27 Jonathan Wakely <redi@gcc.gnu.org> * include/std/std_istream.h, include/std/std_ostream.h: Typo in comment. From-SVN: r67187
Jonathan Wakely committed -
* gcc_release (build_diffs): Add diagnostics in case we cannot generate a specific diff file. From-SVN: r67186
Gerald Pfeifer committed -
* java/util/zip/Deflater.java (FILTERED): Merged documentation from classpath. * java/util/zip/DeflaterOutputStream.java (DeflaterOutputStream): Merged documentation and argument validity check from classpath. (deflate): Merged documentation from classpath. (finish): Likewise. * java/util/zip/Inflater.java (Inflater): Merged class documentation from classpath. (zstream): Reordered. (is_finished): Reordered. (dict_needed): Reordered. (Inflater): Reordered, merged documentation from classpath. (end): Likewise. (finalize): Merged documentation from classpath. (finished): Likewise. (getAdler): Likewise. (getRemaining): Likewise. (getTotalIn): Likewise. (getTotalOut): Likewise. (inflate): Likewise. (needsDictionary): Likewise. (needsInput): Likewise. (reset): Likewise. (setDictionary): Likewise. (setInput): Likewise. From-SVN: r67185
Michael Koch committed -
* java/net/URLConnection.java (getHeaderFieldInt): Merged with classpath. From-SVN: r67184
Michael Koch committed -
* java/io/PrintStream.java (PrintStream): Reformatted. (PrintStream): New method, merged from classpath. (write): Reformatted. From-SVN: r67183
Michael Koch committed -
2003-05-27 Michael Koch <konqueror@gmx.de> * java/lang/System.java: Explicitely import needed classes. From-SVN: r67182
Michael Koch committed -
2003-05-27 David Billinghurst (David.Billinghurst@riotinto.com) PR fortran/10843 * g77.dg/ffixed-form-1.f: New test * g77.dg/ffixed-form-2.f: New test * g77.dg/ffree-form-2.f: New test - XFAIL pending fix * g77.dg/ffree-form-3.f: New test From-SVN: r67181
David Billinghurst committed -
From-SVN: r67179
GCC Administrator committed
-
- 26 May, 2003 4 commits
-
-
2003-05-26 Andreas Tobler <a.tobler@schweiz.ch> * gcc.dg/wchar_t-1.c: XFAIL on darwin, no wchar.h available. * gcc.dg/wint_t-1.c: Likewise. From-SVN: r67176
Andreas Tobler committed -
2003-05-26 Benjamin Kosnik <bkoz@redhat.com> PR libstdc++/9339 * include/std/std_fstream.h (basic_filebuf::_M_overflow): Remove. (_M_pback): No array necessary. * include/bits/fstream.tcc (basic_filebuf::_M_overflow): Add unbuffered case, coalesec into ... (basic_filebuf::overflow): ...this. * testsuite/27_io/basic_filebuf/sputn/char/9339.cc: New. * testsuite/27_io/basic_filebuf/sputc/char/2.cc: Unbuffered. From-SVN: r67175
Benjamin Kosnik committed -
2003-05-26 Michael Koch <konqueror@gmx.de> * java/net/NetPermission.java, java/net/NetworkInterface.java, java/net/PasswordAuthentication.java, java/net/SocketPermission.java: New versions from classpath. From-SVN: r67174
Michael Koch committed -
From-SVN: r67172
GCC Administrator committed
-
- 25 May, 2003 6 commits
-
-
* diagnostic.h (output_verbatim, verbatim): Remove printf attribute. From-SVN: r67169
Gabriel Dos Reis committed -
From-SVN: r67167
Gerald Pfeifer committed -
* parser.c (cp_parser_explicit_instantiation): Restore old access before template instantiation. * g++.dg/template/access11.C: New test. From-SVN: r67166
Kriang Lerdsuwanakij committed -
2003-05-25 Michael Koch <konqueror@gmx.de> * java/io/PushbackInputStream.java, java/net/Authenticator.java, java/net/ContentHandler.java, java/net/ContentHandlerFactory.java, java/net/DatagramSocket.java, java/net/DatagramSocketImpl.java, java/net/DatagramSocketImplFactory.java, java/net/FileNameMap.java, java/net/SocketImplFactory.java, java/net/SocketOptions.java, java/net/URLStreamHandlerFactory.java: Merged new versions from classpath. From-SVN: r67165
Michael Koch committed -
2003-05-25 Michael Koch <konqueror@gmx.de> * java/awt/Checkbox.java, java/awt/Dialog.java, java/awt/Font.java, java/awt/Frame.java, java/awt/ScrollPaneAdjustable.java, java/awt/Scrollbar.java, java/awt/Window.java: New versions from classpath. From-SVN: r67164
Michael Koch committed -
PR c++/10849 * g++.dg/template/access10.C: New test. From-SVN: r67163
Kriang Lerdsuwanakij committed
-