aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2003-05-28linux.h (LIB_SPEC): Add missing -lc and correct -lthread to -lpthread.Daniel Jacobowitz2-1/+7
* config/mips/linux.h (LIB_SPEC): Add missing -lc and correct -lthread to -lpthread. From-SVN: r67208
2003-05-28snapshot-index.html: Refer to .bz2 files instead of .gz files.Gerald Pfeifer2-24/+22
* snapshot-index.html: Refer to .bz2 files instead of .gz files. Simplify the note on not using unannounced snapshots. From-SVN: r67207
2003-05-28inclhack.def: Add missing declaration of getpagesize() to unistd.h on ↵Eric Botcazou6-7/+167
Solaris 2.5.1. * 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
2003-05-28snapshot-README: Refer to .bz2 files instead of .gz files.Gerald Pfeifer2-22/+19
* 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
2003-05-28Daily bump.GCC Administrator2-2/+2
From-SVN: r67203
2003-05-27tree.c (expr_first, [...]): New fns.Jason Merrill3-5/+60
* tree.c (expr_first, expr_length): New fns. * tree.h: Declare them. * tree.c (iterative_hash_expr): Hash commutative expressions consistently. From-SVN: r67201
2003-05-27locale_facets.tcc (do_get): Honor $22.2.6.3.3/8 and make sure the number of ↵Brendan Kehoe3-0/+184
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
2003-05-27os_defines.h: Define _LIBUNWIND_STD_ABI if we are on IA64 HP-UX.Steve Ellcey3-0/+18
* 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
2003-05-27locale_facets.tcc (do_get): Honor $22.2.6.3.3/8 and make sure the number of ↵Brendan Kehoe2-0/+18
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
2003-05-27revert change on wrong branchJason Merrill2-10/+10
From-SVN: r67191
2003-05-27tree.h (contains_placeholder_p): Now returns bool.Richard Kenner10-52/+176
* 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
2003-05-27c-simplify.c (simplify_switch_stmt): A SWITCH_EXPR also gets the source ↵Jason Merrill2-10/+10
location of its first line. * c-simplify.c (simplify_switch_stmt): A SWITCH_EXPR also gets the source location of its first line. From-SVN: r67188
2003-05-27std_istream.h, [...]: Typo in comment.Jonathan Wakely3-2/+6
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
2003-05-27gcc_release (build_diffs): Add diagnostics in case we cannot generate a ↵Gerald Pfeifer2-1/+10
specific diff file. * gcc_release (build_diffs): Add diagnostics in case we cannot generate a specific diff file. From-SVN: r67186
2003-05-272003-05-27 Michael Koch <konqueror@gmx.de>Michael Koch4-27/+235
* 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
2003-05-272003-05-27 Michael Koch <konqueror@gmx.de>Michael Koch2-8/+17
* java/net/URLConnection.java (getHeaderFieldInt): Merged with classpath. From-SVN: r67184
2003-05-272003-05-27 Michael Koch <konqueror@gmx.de>Michael Koch2-12/+45
* java/io/PrintStream.java (PrintStream): Reformatted. (PrintStream): New method, merged from classpath. (write): Reformatted. From-SVN: r67183
2003-05-27System.java: Explicitely import needed classes.Michael Koch2-1/+13
2003-05-27 Michael Koch <konqueror@gmx.de> * java/lang/System.java: Explicitely import needed classes. From-SVN: r67182
2003-05-27re PR fortran/10843 (g77 -ffree-form rejects "GO TO".)David Billinghurst5-0/+58
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
2003-05-27Daily bump.GCC Administrator2-2/+2
From-SVN: r67179
2003-05-26wchar_t-1.c: XFAIL on darwin, no wchar.h available.Andreas Tobler3-2/+7
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
2003-05-26re PR libstdc++/9339 (filebuf::pubsetbuf(0, 0) doesn't turn off buffering)Benjamin Kosnik6-76/+232
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
2003-05-26NetPermission.java, [...]: New versions from classpath.Michael Koch5-77/+102
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
2003-05-26Daily bump.GCC Administrator2-2/+2
From-SVN: r67172
2003-05-25diagnostic.h (output_verbatim, verbatim): Remove printf attribute.Gabriel Dos Reis2-4/+7
* diagnostic.h (output_verbatim, verbatim): Remove printf attribute. From-SVN: r67169
2003-05-25* doc/contrib.texi (Contributors): Update Kean Johnston.Gerald Pfeifer2-1/+5
From-SVN: r67167
2003-05-25parser.c (cp_parser_explicit_instantiation): Restore old access before ↵Kriang Lerdsuwanakij4-2/+39
template instantiation. * parser.c (cp_parser_explicit_instantiation): Restore old access before template instantiation. * g++.dg/template/access11.C: New test. From-SVN: r67166
2003-05-25PushbackInputStream.java, [...]: Merged new versions from classpath.Michael Koch12-418/+411
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
2003-05-25Checkbox.java, [...]: New versions from classpath.Michael Koch8-16/+232
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
2003-05-25re PR c++/10849 (Cannot define an out-of-class specialization of a private ↵Kriang Lerdsuwanakij2-0/+21
nested template class) PR c++/10849 * g++.dg/template/access10.C: New test. From-SVN: r67163
2003-05-25* config/rs6000/rs6000.md (save_fpregs_{si,di}): Add length attribute.David Edelsohn2-21/+27
From-SVN: r67160
2003-05-25Daily bump.GCC Administrator2-2/+2
From-SVN: r67158
2003-05-24440.md, [...]: Replace "GNU CC" with "GCC".Nathanael Nerode5-16/+22
* config/rs6000/440.md, config/stormy16/stormy16protos.h, config/stormy16/stormy16.c, config/stormy16/stormy16.md: Replace "GNU CC" with "GCC". From-SVN: r67156
2003-05-24Makefile.am, [...]: Replace "GNU CC" with "GCC".Nathanael Nerode31-120/+134
2003-05-24 Nathanael Nerode <neroden@gcc.gnu.org> * libsupc++/Makefile.am, libsupc++/cxxabi.h, libsupc++/del_op.cc, libsupc++/del_opnt.cc, libsupc++/del_opv.cc, libsupc++/del_opvnt.cc, libsupc++/eh_alloc.cc, libsupc++/eh_aux_runtime.cc, libsupc++/eh_catch.cc, libsupc++/eh_exception.cc, libsupc++/eh_globals.cc, libsupc++/eh_personality.cc, libsupc++/eh_term_handler.cc, libsupc++/eh_terminate.cc, libsupc++/eh_throw.cc, libsupc++/eh_type.cc, libsupc++/eh_unex_handler.cc, libsupc++/exception, libsupc++/new, libsupc++/new_handler.cc, libsupc++/new_op.cc, libsupc++/new_opnt.cc, libsupc++/new_opv.cc, libsupc++/new_opvnt.cc, libsupc++/pure.cc, libsupc++/tinfo.cc, libsupc++/tinfo2.cc, libsupc++/typeinfo, libsupc++/unwind-cxx.h, libsupc++/vec.cc: Replace "GNU CC" with "GCC". From-SVN: r67155
2003-05-24builtins.c (expand_builtin_memcpy): Use mode of dest_addr for intermediate ↵Matt Kraai2-1/+6
computation. * builtins.c (expand_builtin_memcpy): Use mode of dest_addr for intermediate computation. From-SVN: r67154
2003-05-24simd-5.x: XFAIL on SPARC64.Eric Botcazou2-7/+37
* gcc.c-torture/compile/simd-5.x: XFAIL on SPARC64. Co-Authored-By: Kaveh R. Ghazi <ghazi@caip.rutgers.edu> From-SVN: r67151
2003-05-24Andreas Tobler <a.tobler@schweiz.ch>Andreas Tobler3-0/+8
* gcc.dg/torture/builtin-noret-1.c: Add dg-option -multiply_defined suppress for powerpc-*-darwin*. * gcc.dg/torture/builtin-noret-2.c: Likewise. From-SVN: r67150
2003-05-24builtins.exp: Add -multiply_defined suppress option for powerpc-*-darwin*.Andreas Tobler2-1/+12
2003-05-24 Andreas Tobler <a.tobler@schweiz.ch> * gcc.c-torture/execute/builtins/builtins.exp: Add -multiply_defined suppress option for powerpc-*-darwin*. From-SVN: r67149
2003-05-24* ChangeLog: Correct typo in my previous ChangeLog entry.Roger Sayle1-1/+1
From-SVN: r67148
2003-05-24* include/backward/new.h: Replace "GNU CC" with "GCC".Nathanael Nerode2-4/+8
From-SVN: r67147
2003-05-24Daily bump.GCC Administrator2-2/+2
From-SVN: r67145
2003-05-23gcc_release (build_sources): Only update ChangeLog files which do not yet ↵Gerald Pfeifer2-10/+21
contain the entry we are going to add. * gcc_release (build_sources): Only update ChangeLog files which do not yet contain the entry we are going to add. Fix typo in added ChangeLog entries. From-SVN: r67143
2003-05-23mips.md (clzsi, clzdi): New patterns.Eric Christopher2-1/+30
2003-05-23 Eric Christopher <echristo@redhat.com> * config/mips/mips.md (clzsi, clzdi): New patterns. From-SVN: r67142
2003-05-23rs6000.c (expand_block_move): Unify the TARGET_STRING and ! TARGET_STRING cases.Geoffrey Keating5-14/+27
* config/rs6000/rs6000.c (expand_block_move): Unify the TARGET_STRING and ! TARGET_STRING cases. From-SVN: r67140
2003-05-23Makefile.in: Correct description.Nathanael Nerode8-36/+45
2003-05-23 Nathanael Nerode <neroden@gcc.gnu.org> * fixinc/Makefile.in: Correct description. * fixinc/Makefile.in, fixinc/fixfixes.c, fixinc/fixincl.c, fixinc/fixlib.c, fixinc/fixlib.h, fixinc/fixtests.c, fixinc/genfixes: Replace "GNU CC" with "GCC". From-SVN: r67139
2003-05-23builtins.def: Defome atan...Roger Sayle7-4/+104
* builtins.def: Defome atan, atanf, atanl, tan, tanf and tanl builtin functions (and their __builtin_* variants). * builtins.c (mathfn_built_in): Handle tan{,f,l} and atan{,f,l}. (expand_builtin): Don't expand tan{,f,l} or atan{,f,l} when not optimizing. * doc/extend.texi: Document new tan and atan builtins, and their float and long double variants. * gcc.dg/builtins-1.c: Add tests for tan and atan. * gcc.dg/builtins-4.c: Add test for fmod. From-SVN: r67137
2003-05-23Fix typo.Mike Stump1-1/+1
From-SVN: r67136
2003-05-23netbsd-elf.h (TARGET_OS_CPP_BUILTINS): Define __sparcv9 in the TARGET_ARCH64 ↵Jason Thorpe2-0/+6
case. * config/sparc/netbsd-elf.h (TARGET_OS_CPP_BUILTINS): Define __sparcv9 in the TARGET_ARCH64 case. From-SVN: r67135
2003-05-23hash.c, [...]: Replace "GNU CC" with "GCC".Nathanael Nerode27-104/+110
* hash.c, init.c, libobjc.def, libobjc_entry.c, linking.m, makefile.dos, misc.c, nil_method.c, objects.c, sarray.c, selector.c, sendmsg.c, thr-dce.c, thr-decosf1.c, thr-irix.c, thr-mach.c, thr-objc.c, thr-os2.c, thr-posix.c, thr-pthreads.c, thr-rtems.c, thr-single.c, thr-solaris.c, thr-vxworks.c, thr-win32.c, thr.c: Replace "GNU CC" with "GCC". From-SVN: r67134
2003-05-23* i386.c (ix86_reorg): Calls are also jumps.Jan Hubicka2-2/+7
From-SVN: r67133