- 12 Feb, 2002 21 commits
-
-
* jump.c (never_reached_warning): Add finish argument. If finish is NULL, stop on CODE_LABEL, otherwise stop before first real insn after end. * rtl.h (never_reached_warning): Adjust prototype. * cse.c (cse_insn): Pass NULL as finish to never_reached_warning. * cfgrtl.c (flow_delete_block): Pass b->end as finish to never_reached_warning. * gcc.dg/Wunreachable-1.c: New test. * gcc.dg/Wunreachable-2.c: New test. From-SVN: r49713
Jakub Jelinek committed -
From-SVN: r49712
Joseph Myers committed -
From-SVN: r49711
Graham Stott committed -
* configure.in: Re-apply 2001-06-26 configure change. * configure: Rebuild. From-SVN: r49709
Richard Henderson committed -
* config/h8300/h8300.c (shift_alg_hi): Improve the 15-bit logical shifts on H8/300. (shift_alg_si): Improve several shifts on H8/300. (get_shift_alg): Likewise. From-SVN: r49708
Kazu Hirata committed -
From-SVN: r49707
Graham Stott committed -
* alias.c (find_base_value, case ZERO_EXTEND, case SIGN_EXTEND): Handle #ifdef POINTERS_EXTEND_UNSIGNED. From-SVN: r49706
Richard Kenner committed -
2002-02-12 Benjamin Kosnik <bkoz@redhat.com> Neil Booth <neil.booth@bnpparibas.com> * gcc.dg/decl-1.c: Add do-compile tag. From-SVN: r49705
Benjamin Kosnik committed -
From-SVN: r49704
GCC Administrator committed -
From-SVN: r49702
Neil Booth committed -
2002-02-12 Adam Megacz <adam@xwt.org> * java/lang/Win32Process.java: Filled in a placeholder implementation so Win32 will build. From-SVN: r49701
Adam Megacz committed -
2002-02-12 Adam Megacz <adam@xwt.org> * java/io/natFilePosix.cc: Copied this from natFile.cc. * java/io/natFile.cc: Removed from repository. * configure.in: Added AC_LINK_FILES for natFile${PLATFORM}. From-SVN: r49700
Adam Megacz committed -
From-SVN: r49699
Bryce McKinlay committed -
From-SVN: r49698
Bryce McKinlay committed -
2002-02-11 Benjamin Kosnik <bkoz@redhat.com> * include/bits/stl_algo (__stl_threshold): Declare external. (__stl_chunk_size): Same. * include/bits/stl_bvector.h (__WORD_BIT): Same. * include/bits/stl_tree.h (_S_rb_tree_red): Same. (_S_rb_tree_black): Same. * src/stl-inst.cc (__stl_threshold): Define. (__stl_chunk_size): Same. (__WORD_BIT): Same. (_S_rb_tree_red): Same. (_S_rb_tree_black): Same. * config/io/basic_file_libio.h (__basic_file): Add declarations. * include/bits/basic_file.h: Remove. * config/io/c_io_stdio.h: Remove _GLIBCPP_BASIC_FILE_ENCAPSULATION Declare generic types, specialization. * config/io/basic_file_stdio.cc: Definitions. * config/io/c_io_libio.h: Remove _GLIBCPP_BASIC_FILE_INHERITANCE. Declare generic types. * include/Makefile.am (bits_headers): Remove basic_file.h. (extra_target_headers): Change basic_file_model.h to basic_file.h. (stamp-target): Same. * include/bits/stl_alloc.h: Tweaks. * include/bits/localefwd.h: Same. From-SVN: r49697
Benjamin Kosnik committed -
2002-02-12 Adam Megacz <adam@xwt.org> * win32.cc: Added two #includes to make win32.cc compile. From-SVN: r49696
Adam Megacz committed -
* boehm.cc (initialized, obj_kind_x, obj_free_list): Removed unused declarations. (_Jv_InitGC): Don't bother locking, as this is always called from a single-thread. Turn off GC_all_interior_pointers. Remove dead code. From-SVN: r49695
Bryce McKinlay committed -
2002-02-12 David Billinghurst <David.Billinghurst@riotinto.com> * gcc.dg/c99-flex-array-2.c: Add -std=iso9899:1999 From-SVN: r49694
David Billinghurst committed -
2002-02-11 Adam Megacz <adam@xwt.org> * include/win32.h: Added _Jv_platform_gettimeofday. * win32.cc (_Jv_platform_gettimeofday): Added dummy function. From-SVN: r49693
Adam Megacz committed -
natFileWin32.cc, [...]: Added #undef STRICT to make windows.h and java/lang/reflect/Modifier.h cooperate. 2002-02-11 Adam Megacz <adam@xwt.org> * java/io/natFileWin32.cc, java/io/natFileDescriptorWin32.cc: Added #undef STRICT to make windows.h and java/lang/reflect/Modifier.h cooperate. From-SVN: r49692
Adam Megacz committed -
2002-02-11 Adam Megacz <adam@xwt.org> * java/io/natFileWin32.cc: Created a placeholder class with lots of FIXMEs. From-SVN: r49691
Adam Megacz committed
-
- 11 Feb, 2002 19 commits
-
-
2002-02-12 David Billinghurst <Davod.Billinghurst@riotinto.com> * class.c(build_utf8_ref): Move declaration of decl_size From-SVN: r49688
David Billinghurst committed -
* config/mmix/mmix.c (mmix_assemble_integer) <case 1, 2>: Handle non-CONST_INT through default_assemble_integer. <case 4>: Likewise, for non-CONST_INT, non-SYMBOL_REF. <case 8>: Abort for CONST_DOUBLE. From-SVN: r49687
Hans-Peter Nilsson committed -
2002-02-11 Adam Megacz <adam@xwt.org> * gcc/Makefile.in: Removed libstdc++-v3 dependancy for libjava and boehm-gc From-SVN: r49686
Adam Megacz committed -
2002-02-11 Adam Megacz <adam@xwt.org> * exception.cc (_Jv_Throw, PERSONALITY_FUNCTION): Changed std::abort() to simply abort(). Also added "fake" std::abort() so we can #include unwind-pe.h without having to link against libstdc++-v3. From-SVN: r49685
Adam Megacz committed -
* gcc.c (init_gcc_specs): Add static libgcc to link when "-shared" is specified. * config/pa/pa-linux.h (LIB_SPEC): Delete. * config/pa/pa32-linux.h (LINK_COMMAND_SPEC): Delete. From-SVN: r49684
John David Anglin committed -
From-SVN: r49683
Zack Weinberg committed -
2002-02-11 Aaron W LaFramboise <AWLaFramboise@aol.com> * include/bits/locale_facets.tcc (collate::do_hash): Fix. * testsuite/22_locale/collate_members_char.cc (test03): New test. * testsuite/22_locale/collate_members_wchar_t.cc (test03): Same. From-SVN: r49682
Aaron W. LaFramboise committed -
2002-02-11 Adam Megacz <adam@xwt.org> * gcc/boehm-gc/configure.in: support for win32, saner cross-compile options From-SVN: r49681
Adam Megacz committed -
2002-02-11 Franz Sirl <Franz.Sirl-kernel@lauterbach.com> PR libobjc/4039 * aclocal.m4: Replace with version copied from libstdc++-v3. * configure.in: Update for changes to aclocal and Makefile. * configure: Regenerate. * Makefile.in: Correct install of multilibs and shared libs, use INSTALL_DATA for include files. From-SVN: r49680
Franz Sirl committed -
2002-02-11 Andrew Haley <aph@cambridge.redhat.com> * config/stormy16/stormy16.md (zero_extendqihi2): New. From-SVN: r49679
Andrew Haley committed -
* parse.y (reserved_declspecs): Don't handle attributes. (reserved_typespecquals): Handle them here. * Make-lang.in (parse.c): Adjust expected conflicts. From-SVN: r49678
Jason Merrill committed -
From-SVN: r49677
Jason Merrill committed -
regrename.c (regrename_optimize): Don't accept a part-clobbered register if the replaced register is not part... * regrename.c (regrename_optimize): Don't accept a part-clobbered register if the replaced register is not part clobbered. From-SVN: r49676
Alexandre Oliva committed -
* calls.c (store_one_arg): In the non-BLKmode non-partial case, take padding into account when computing the argument value. From-SVN: r49675
Alexandre Oliva committed -
From-SVN: r49674
Alexandre Oliva committed -
From-SVN: r49672
GCC Administrator committed -
2002-02-06 Aldy Hernandez <aldyh@redhat.com> * config/rs6000/rs6000.c (altivec_init_builtins): Handle __builtin_altivec_abs*. (bdesc_abs): New. * config/rs6000/rs6000.h (rs6000_builtins): Add ALTIVEC_BUILTIN_ABS*. * config/rs6000/altivec.h: Use const char for builtins expecting literals. (vec_abs): New versions for C and C++. (vec_abss): Same. From-SVN: r49671
Aldy Hernandez committed -
* combine.c (try_combine): Apply substitutions in CALL_INSN_FUNCTION_USAGE too. From-SVN: r49670
Alexandre Oliva committed -
2002-02-06 Aldy Hernandez <aldyh@redhat.com> * config/rs6000/rs6000.c (altivec_init_builtins): Handle __builtin_altivec_abs*. (bdesc_abs): New. * config/rs6000/rs6000.h (rs6000_builtins): Add ALTIVEC_BUILTIN_ABS*. * config/rs6000/altivec.h: Use const char for builtins expecting literals. (vec_abs): New versions for C and C++. (vec_abss): Same. From-SVN: r49669
Aldy Hernandez committed
-