- 27 Feb, 2002 1 commit
-
-
* emit-rtl.c (gen_const_vector_0): Remove TYPE argument. (init_emit_once): Update calls. * fixinc/gnu-regex.c (_GNU_SOURCE): Remove. (init_syntax_once): Prototype. From-SVN: r50072
Ryan T. Sammartino committed
-
- 26 Feb, 2002 19 commits
-
-
* pa-linux.h (LIB_SPEC): Update definition. * pa32-linux.h (LINK_COMMAND_SPEC): Delete. From-SVN: r50071
John David Anglin committed -
* include/Makefile.am (thread_target_headers): Unconditionally stage and install gthr-posix.h. (${target_builddir}/gthr-posix.h): New rule cloned off ${target_builddir}/gthr-default.h. (${target_builddir}/gthr-default.h): Support chained inclusion of gthr support headers. * include/Makefile.in: Rebuilt. From-SVN: r50069
Loren J. Rittle committed -
* config/ia64/ia64.c (nop_cycles_until): Do init_insn_group_barriers if we emitted a stop bit. From-SVN: r50065
Richard Henderson committed -
* configure.in (libgcc_visibility): Substitute. * configure: Rebuilt. * mklibgcc.in: If libgcc_visibility = yes, make libgcc.a global defined symbols .hidden. From-SVN: r50063
Jakub Jelinek committed -
* attribs.c (c_common_attribute_table): Add visibility. (handle_visibility_attribute): New function. * varasm.c (assemble_visibility): New function. * output.h (assemble_visibility): Add prototype. * tree.h (MODULE_LOCAL_P): Define. * crtstuff.c (__dso_handle): Use visibility attribute. * config/i386/i386.h (ENCODE_SECTION_INFO): Set SYMBOL_REF_FLAG for MODULE_LOCAL_P symbols too. * config/ia64/ia64.c (ia64_encode_section_info): Handle MODULE_LOCAL_P symbols the same way as local symbols. Add SDATA_NAME_FLAG_CHAR even if decl was explicitely forced into .sdata/.sbss by the user. * doc/extend.texi (Function Attributes): Document visibility attribute. * gcc.dg/ia64-visibility-1.c: New test. From-SVN: r50061
Jakub Jelinek committed -
PR debug/5770 * dwarf2out.c (rtl_for_decl_location): Return CONST_STRING for STRING_CST initializer spanning the whole variable without embedded zeros. If expand_expr returned MEM, don't use it. * g++.dg/debug/debug4.C: New test. From-SVN: r50058
Jakub Jelinek committed -
2002-02-26 Paolo Carlini <pcarlini@unitus.it> * include/bits/locale_facets.tcc (num_put::_M_widen_int): Group all the integral types, not only decs. * testsuite/27_io/ios_manip_basefield.cc (test01): Tweak existing tests, add a few more. From-SVN: r50057
Paolo Carlini committed -
dwarf2out.c (gen_inlined_subroutine_die): If block is abstract, generate a die for the lexical block. * dwarf2out.c (gen_inlined_subroutine_die): If block is abstract, generate a die for the lexical block. From-SVN: r50056
Alexandre Oliva committed -
* config/h8300/h8300-protos.h: Add a prototype for compute_logical_op_length. * config/h8300/h8300.c (compute_logical_op_length): New. * config/h8300/h8300.md (anonymous logical patterns): Use compute_logical_op_length for length. From-SVN: r50055
Kazu Hirata committed -
From-SVN: r50053
GCC Administrator committed -
* update_version: Automatically update version files on all branches. * crontab: Only invoke update_version once. From-SVN: r50049
Mark Mitchell committed -
2002-02-26 Aldy Hernandez <aldyh@redhat.com> * dwarf2out.c (modified_type_die): Do not call type_main_variant for vectors. (gen_type_die): Same. * attribs.c (handle_vector_size_attribute): Set debug information. From-SVN: r50048
Aldy Hernandez committed -
2002-02-26 Daniel Egger <degger@fhm.edu> * config/rs6000/rs6000.md: Swap define_insn attributes to fix incorrect generation of merge high instructions instead of merge low. From-SVN: r50047
Daniel Egger committed -
2002-02-26 Aldy Hernandez <aldyh@redhat.com> * c-typeck.c (really_start_incremental_init): Use bitsize_zero_node for vectors. From-SVN: r50046
Aldy Hernandez committed -
2002-02-26 Aldy Hernandez <aldyh@redhat.com> * config/rs6000/rs6000.md (get_vrsave_internal): Fix typo. ("*set_vrsave_internal"): Same. From-SVN: r50045
Aldy Hernandez committed -
From-SVN: r50044
Mark Mitchell committed -
From-SVN: r50036
Mark Mitchell committed -
* expr.c (expand_expr) [MULT_EXPR]: Do not apply distributive law in EXPAND_SUM case. Use host_integerp/tree_low_cst. From-SVN: r50033
Richard Henderson committed -
2002-02-25 Benjamin Kosnik <bkoz@redhat.com> * src/ios.cc (ios_base::~ios_base): Tweak. (ios_base::_M_call_callbacks): Deal with null __p. (ios_base::ios_base): Set _M_callbacks. * include/bits/basic_ios.tcc (basic_ios::init): Adjust comment. * testsuite/27_io/ios_init.cc (test02): Fix. * mkcheck.in (static_fail): Failed links go to output file. From-SVN: r50032
Benjamin Kosnik committed
-
- 25 Feb, 2002 14 commits
-
-
* gcc.c-torture/execute/960416-1.x: New. * gcc.c-torture/execute/divconst-3.x: Likewise. From-SVN: r50029
Kazu Hirata committed -
PR target/5755 * config/i386/i386.c (ix86_return_pops_args): Only pop fake structure return argument if it was passed on the stack. * gcc.dg/20020224-1.c: New test. From-SVN: r50028
Jakub Jelinek committed -
* attribs.c (decl_attributes): Also re-layout PARM_DECL and RESULT_DECL. From-SVN: r50027
Jason Merrill committed -
* gcc.c (init_gcc_specs): Get -shared-libgcc along with -shared to link with shared_name only. * doc/invoke.texi (Link Options): Document new behavior. From-SVN: r50025
Alexandre Oliva committed -
* Makefile.am (GCJCOMPILE): Use -fCLASSPATH not -fclasspath. Fixes dependency tracking for .java files. * Makefile.in: Rebuilt. From-SVN: r50024
Bryce McKinlay committed -
From-SVN: r50022
GCC Administrator committed -
2002-02-25 Aldy Hernandez <aldyh@redhat.com> * c-typeck.c (push_init_level): Handle vectors. From-SVN: r50021
Aldy Hernandez committed -
2002-02-25 Phil Edwards <pme@gcc.gnu.org> * docs/html/faq/index.html: Update. * docs/html/faq/index.txt: Regenerate. From-SVN: r50020
Phil Edwards committed -
2002-02-24 Adam Megacz <adam@xwt.org> * java/net/natPlainDatagramSocketImpl.cc: whops; removed 'make' typo. Sorry. From-SVN: r50019
Adam Megacz committed -
* config/sparc/sparc.c (const64_high_operand): Zero-extend operands of SPARC_SETHI_P. (input_operand): Likewise. (sparc_emit_set_const32): Likewise. * config/sparc/sparc.h (SPARC_SETHI_P): Disregard TARGET_ARCH64. (SPARC_SETHI32_P): Zero-extend operand from 32 bits. (CONST_OK_FOR_LETTER_P): Use SETHI32 for `K'. Add `N' as SETHI. * config/sparc/sparc.md (movdi_insn_sp64_novis): Use `N'. (movdi_insn_sp64_vis): Likewise. (movdi split, movdf split): Use SETHI32. * doc/md.texi: Document SPARC constraints L, M and N. From-SVN: r50018
Alexandre Oliva committed -
2002-02-24 Adam Megacz <adam@xwt.org> * java/net/natPlainDatagramSocketImpl.cc: Updated #includes for Win32, changed #ifdefs to check WIN32 instead of the (now-obsolete) USE_WINSOCK, and removed support for socket timeouts on Win32 pending further discussion. From-SVN: r50017
Adam Megacz committed -
2002-02-24 Adam Megacz <adam@xwt.org> * Makefile.am: Added win32_threads.c to sources list. * win32_threads.c: Added two */'s which I had neglected. From-SVN: r50016
Adam Megacz committed -
2002-02-25 Aldy Hernandez <aldyh@redhat.com> * config/rs6000/rs6000.md ("get_vrsave_internal"): New. ("*set_vrsave_internal"): use mfspr for Darwin. * config/rs6000/rs6000.c (rs6000_emit_prologue): Call gen_get_vrsave_internal. From-SVN: r50015
Aldy Hernandez committed -
2002-02-24 Adam Megacz <adam@xwt.org> * win32-threads.cc (_Jv_ThreadInitData): _Jv_Malloc instead of new * win32-threads.cc (_Jv_ThreadDestroyData): _Jv_Free instead of delete From-SVN: r50014
Adam Megacz committed
-
- 24 Feb, 2002 6 commits
-
-
2002-02-24 Adam Megacz <adam@xwt.org> * java/lang/Win32Process.java: Created a dummy class to allow build process to run to completion. From-SVN: r50013
Adam Megacz committed -
From-SVN: r50012
Alan Modra committed -
From-SVN: r50011
Richard Kenner committed -
* test_summary: Additional to XPASS and FAIL, add UNRESOLVED, WARNING and ERROR output from the *.sum files. From-SVN: r50010
Christian Jönsson committed -
From-SVN: r50009
Anthony Green committed -
2002-02-24 Craig Rodrigues <rodrigc@gcc.gnu.org> PR c++/4093 * cp-tree.h (SET_BINFO_MARKED): Cast false part of condition to void. From-SVN: r50008
Craig Rodrigues committed
-