- 12 Feb, 2001 7 commits
-
-
From-SVN: r39599
Mark Mitchell committed -
From-SVN: r39598
Mark Mitchell committed -
From-SVN: r39597
Jeff Law committed -
* c-common.c (constant_fits_type_p): New function. (convert_and_check): Use it. * gcc.c-torture/compile/20010209-1.c: New test. From-SVN: r39596
Jakub Jelinek committed -
* Makefile.in (GXX_ABI_FLAG): Don't define. * configure.in (--enable-new-gxx-abi): Remove option. * config.in: Regenerated. * configure: Likewise. * decl2.c (flag_vtable_thunks): Always set it to 1. (flag_new_abi): Likewise. * lang-specs.h: Remove conditional on ENABLE_NEW_GXX_ABI. From-SVN: r39595
Mark Mitchell committed -
* lcm.c (compute_earliest): Let EXIT_BLOCK be handled as a regular basic block. (optimize_mode_switching) [NORMAL_MODE]: Set up EXIT_BLOCK as a regular basic block, and arrange for all edges into it to switch to normal mode. From-SVN: r39594
Alexandre Oliva committed -
2001-02-09 Jeffrey Oldham <oldham@codesourcery.com> * g++.old-deja/g++.other/crash26.C: XFAIL if parser produces excess errors message but not if it crashes. * g++.old-deja/g++.other/crash27.C: Likewise. * g++.old-deja/g++.other/crash28.C: Likewise. * g++.old-deja/g++.other/crash30.C: Likewise. * g++.old-deja/g++.other/crash32.C: Likewise. * g++.old-deja/g++.other/crash35.C: Likewise. * g++.old-deja/g++.pt/inherit2.C: Likewise. From-SVN: r39593
Jeffrey Oldham committed
-
- 11 Feb, 2001 12 commits
-
-
* include/bits/std_valarray.h: #undef _DEFINE_LOGICAL_OPERATOR, not _DEFINE_VALARRAY_OPERATOR which is not existent. From-SVN: r39592
Gabriel Dos Reis committed -
* include/bits/valarray_meta.h (_RefFunClos<>_RefRunClos): Fix thinko in member initialisation. From-SVN: r39591
Gabriel Dos Reis committed -
* include/bits/std_valarray.h(valarray<>::shift): Avoid comparaison between signed and unsigned integer types. (valarray<>::cshift): Reformat. From-SVN: r39590
Gabriel Dos Reis committed -
From-SVN: r39589
Gerald Pfeifer committed -
2001-02-11 Mark Mitchell <mark@codesourcery.com> * Makefile.in (gcc.o): Fix typos. (protize.o): Likewise. (unprotoize.o): Likewise. 2001-02-11 Mark Mitchell <mark@codesourcery.com> * Makefile.in (g++spec.o): Fix typo. From-SVN: r39588
Mark Mitchell committed -
From-SVN: r39587
Richard Henderson committed -
* src/gen-num-limits.cc: Use sigsetjmp and siglongjmp if available. * mknumeric_limits: Compile it with -DHAVE_CONFIG_H. * configure.in: Test for sigsetjmp. * configure, config.h.in: Rebuilt. From-SVN: r39586
Alexandre Oliva committed -
* fold-const.c (split_tree): Don't assume a constant isn't splittable. (fold): Don't assume a constant isn't foldable. * tree.c (build): Set TREE_CONSTANT for an expression with no side-effects and constant operands. (build1): Likewise. From-SVN: r39585
Richard Henderson committed -
From-SVN: r39584
Jeff Law committed -
* src/valarray-inst.cc (gslice::_Indexer::_Indexer): Don't flip lengths and strides. (__gslice_to_index): Document. From-SVN: r39583
Gabriel Dos Reis committed -
From-SVN: r39582
Richard Henderson committed -
2001-02-11 Gabriel Dos Reis <gdr@codesourcery.com> * include/bits/char_traits.h char_traits<char>::int_type: Change to `int' to match 21.1.3.1/2. * testsuite/21_strings/char_traits-int_type.C: New test. From-SVN: r39581
Gabriel Dos Reis committed
-
- 10 Feb, 2001 4 commits
-
-
From-SVN: r39580
Anthony Green committed -
* config/rs6000/sysv4.h (LINK_TARGET_SPEC): Use two dashes for --oformat. * config/rs6000/sysv4le.h (LINK_TARGET_SPEC): Likewise. From-SVN: r39576
Geoffrey Keating committed -
From-SVN: r39575
Jeff Law committed -
2001-02-10 Gabriel Dos Reis <gdr@codesourcery.com> * testsuite/Makefile.am: New file. From-SVN: r39574
Gabriel Dos Reis committed
-
- 09 Feb, 2001 17 commits
-
-
From-SVN: r39573
Tom Tromey committed -
* java/lang/Double.java (doubleToRawLongBits): Now native. * java/lang/Float.java (floatToRawIntBits): Likewise. * java/lang/natDouble.cc (doubleToRawLongBits): New method. * java/lang/natFloat.cc (floatToRawIntBits): Likewise. From-SVN: r39572
Bryce McKinlay committed -
2001-02-09 Raja R Harinath <harinath@cs.umn.edu> * Make-lang.in (java/mangle_name.o): Add 'make' prereqs. 2001-02-09 Alexandre Petit-Bianco <apbianco@redhat.com> * Manke-lang.in (JVGENMAIN_OBJS): Added `errors.o' * jvgenmain.c (error): Reversed 2001-02-09 patch. `error' is now gone. (http://gcc.gnu.org/ml/gcc-patches/2001-02/msg00537.html) From-SVN: r39571
Alexandre Petit-Bianco committed -
2001-02-09 Alexandre Petit-Bianco <apbianco@redhat.com> * mangle_name.c (append_unicode_mangled_name): Emit `_' or `U' outside of the `__U' sequence too. (unicode_mangling_length): Count `_' or `U' outside of the `__U' sequence too. (http://gcc.gnu.org/ml/gcc-patches/2001-02/msg00532.html) From-SVN: r39570
Alexandre Petit-Bianco committed -
From-SVN: r39569
Christopher Faylor committed -
* config/sh/sh.md (sibcalli, sibcalli_pcrel, sibcalli): Set fp_mode attribute. From-SVN: r39568
Alexandre Oliva committed -
2001-02-09 Alexandre Petit-Bianco <apbianco@redhat.com> * jvgenmain.c (error): Reversed 2001-02-01 deletion. (http://gcc.gnu.org/ml/gcc-patches/2001-02/msg00527.html) From-SVN: r39567
Alexandre Petit-Bianco committed -
read/write contraint. From-SVN: r39566
Nick Clifton committed -
From-SVN: r39565
Nathan Sidwell committed -
From-SVN: r39564
Jason Merrill committed -
From-SVN: r39563
Jeff Law committed -
2001-02-09 Alexandre Petit-Bianco <apbianco@redhat.com> * java/io/File.java (java.net): Imported. (getAbsoluteFile): Added. (getCanonicalPath): Likewise. (toURL): Likewise. (http://gcc.gnu.org/ml/java-patches/2001-q1/msg00208.html) From-SVN: r39562
Alexandre Petit-Bianco committed -
* gcc.c (cpp_options): Delete .d files on error. Don't delete .o files when using the -M options. From-SVN: r39561
Neil Booth committed -
* configure.in: Don't run AC_PROG_CC_WORKS, because we're not interested in the result and it might fail. * libF77/configure.in: Likewise. * libI77/configure.in: Likewise. * libU77/configure.in: Likewise. * configure: Regenerated. * libF77/configure: Likewise. * libI77/configure: Likewise. * libU77/configure: Likewise. In libobjc: * configure.in: Don't run AC_PROG_CC_WORKS or AC_EXEEXT, because we're not interested in the result and they might fail. * configure: Regenerated. From-SVN: r39560
Geoffrey Keating committed -
* java/io/OutputStreamWriter.java: (flush, writeChars): Throw IOException if stream closed. From-SVN: r39559
Bryce McKinlay committed -
From-SVN: r39558
David Edelsohn committed -
* config/rs6000/rs6000.c (output_toc): Allow 32-bit targets to handle DImode constants. Use one TOC entry for SImode and smaller constants, aligned properly. Co-Authored-By: David Edelsohn <edelsohn@gnu.org> From-SVN: r39557
Franz Sirl committed
-