- 14 Sep, 1997 8 commits
-
-
From-SVN: r15445
Jeff Law committed -
From-SVN: r15444
Jeff Law committed -
From-SVN: r15443
Jeff Law committed -
which included commits to RCS files with non-trunk default branches. From-SVN: r15441
Jeff Law committed -
From-SVN: r15438
Jeff Law committed -
From-SVN: r15437
Fred Fish committed -
* fixinc.math: New file to fix math.h on some systems. * configure.in (freebsd, netbsd): Use fixinc.math on these systems. * configure: Rebuilt. Should fix struct exception problems for freebsd, netbsd. Can be used for others. From-SVN: r15436
Jeff Law committed -
* regmove.c (regmove_optimize): If we end up moving the original insn due to lifetime overlaps, make sure to move REG_NOTES too. Fixes x86 (and maybe h8) failure. From-SVN: r15435
Jeffrey A Law committed
-
- 13 Sep, 1997 2 commits
-
-
* Makefile.in (INSTALL_{PROGRAM,DATA}): Use value found by configure. From-SVN: r15431
Manfred Hollstein committed -
haifa-sched.c (add_branch_dependences): Make each insn in a SCHED_GROUP_P block explicitly depend on the previous insn. * haifa-sched.c (add_branch_dependences): Make each insn in a SCHED_GROUP_P block explicitly depend on the previous insn. Fixes x86 abort. From-SVN: r15430
Jeffrey A Law committed
-
- 12 Sep, 1997 7 commits
-
-
From-SVN: r15429
Per Bothner committed -
* config-lang.in: Remove the messages about possible build problems. From-SVN: r15425
Dave Love committed -
From-SVN: r15424
Jason Merrill committed -
* std/bastring.h (class basic_string): Add global scope to use of reverse_iterator. From-SVN: r15423
Jason Merrill committed -
Thu Sep 11 17:14:55 1997 Jason Merrill <jason@yorick.cygnus.com> * decl.c (lookup_name_real): Add implicit 'typename' to types from base classes. * pt.c (most_specialized_class): Fix typo. (tsubst): Move constant folding to TREE_VEC case. Thu Sep 11 10:08:45 1997 Mark Mitchell <mmitchell@usa.net> * pt.c (do_poplevel): Don't warn about unused local variables while processing_template_decl since we don't always know whether or not they will need constructing/destructing. * pt.c (uses_template_parms): Check the values of an enumeration type to make sure they don't depend on template parms. * decl.c (make_typename_type): Don't lookup the field if the context uses template parms, even if we're not processing_template_decl at the moment. * pt.c (coerce_template_parms): Avoid looking at the TYPE_LANG_DECL portion of a typename type, since there won't be one. (tsubst): Do constant folding as necessary to make sure that arguments passed to lookup_template_class really are constants. From-SVN: r15422
Jason Merrill committed -
* configure.in (native_prefix): Delete. (mips-dec-netbsd): Don't set prefix. (*linux*): Don't set prefix. From-SVN: r15421
Jim Wilson committed -
* protoize.c: Include <varargs.h> only if HAVE_VARARGS_H is defined. If not defined, include <sys/varargs.h> if HAVE_SYS_VARARGS_H is defined. * configure.in: Test for varargs.h and sys/varargs.h. * configure: Regenerate with autoconf. * config.in: Regenerate with autoheader. From-SVN: r15420
Fred Fish committed
-
- 11 Sep, 1997 15 commits
-
-
* Makefile.in (local-distclean): Also remove mh-frag mt-frag. * configure.in (skipdirs): Add target-librx for Linux. (alpha-*-linux*): Use config/mh-elfalphapic and config/mt-elfalphapic. * mh-elfalphapic, mt-elfalphapic: New files. From-SVN: r15419
Jim Wilson committed -
* cpplib.c (quote_string): Cast first arg of sprintf call from "unsigned char *" to "char *". (output_line_command): Ditto. (macroexpand): Ditto. (do_line): Cast atoi arg from "unsigned char *" to "char *". From-SVN: r15418
Fred Fish committed -
From-SVN: r15415
Jim Wilson committed -
* g++.old-deja/g++.brendan/scope4.C: No longer expected to fail. * g++.old-deja/g++.mike/p7325.C: Likewise. * g++.old-deja/g++.mike/eh51.C: No longer expected to fail on the PA. From-SVN: r15413
Jeffrey A Law committed -
From-SVN: r15408
Jeffrey A Law committed -
* g++.old-deja/g++.brendan/crash20.C: Rework to avoid libg++. * g++.old-deja/g++.brendan/crash30.C: Likewise. * g++.old-deja/g++.brendan/crash39.C: Likewise. * g++.old-deja/g++.law/operators4.C: Likewise. From-SVN: r15407
Alexandre Oliva committed -
* g++.old-deja/g++.mike/p658.C: eliminate <bool.h> use. * g++.old-deja/g++.mike/p784.C: Ditto. * g++.old-deja/g++.mike/p785.C: Ditto. Avoid libg++ specific stuff. From-SVN: r15406
Joe Buck committed -
From-SVN: r15403
Jeff Law committed -
From-SVN: r15402
Jeffrey A Law committed -
From-SVN: r15401
Michael Meissner committed -
* Makefile (compare): Exit with nonzero status if there are comparison failures. Note which files failed the comparison test in .bad_compare. For toplevel "make bootstrap". From-SVN: r15400
Jeffrey A Law committed -
From-SVN: r15399
Jeffrey A Law committed -
From-SVN: r15398
Michael Meissner committed -
From-SVN: r15397
Jeff Law committed -
* config/alpha/elf.h (CPP_PREDEFINES): Remove -D__PIC__ -D__pic__. From-SVN: r15394
H.J. Lu committed
-
- 10 Sep, 1997 8 commits
-
-
* m88k/m88k.c (struct option): Rename to struct options. * m88k/dolph.h (INITIALIZE_TRAMPOLINE): Delete here. * m88k/sysv3.h (INITIALIZE_TRAMPOLINE): Delete ifdef and comments. * libgcc2.c (__enable_execute_stack): Check for __sysV88__ not __DOLPHIN__ or sysV88. From-SVN: r15393
Jim Wilson committed -
* Makefile.in (LN): Add new symbol. (FLAGS_TO_PASS): Pass it down. (stage[1-4]-start): Use $(LN), not "ln -s". Bring over from gcc2. From-SVN: r15392
Richard Kenner committed -
Fix problem reported by chris@lslsun.epfl.ch (Christian Iseli) * emit-rtl.c (gen_lowpart_common): For a SUBREG, add in word when create new subreg. From-SVN: r15391
Jim Wilson committed -
From-SVN: r15389
Jeffrey A Law committed -
* Makefile.in (testsuite/site.exp): New target. (check-gcc, check-g++): Depend on testsuite/site.exp. Don't stop for failure. From-SVN: r15269
Jim Wilson committed -
From-SVN: r15268
Jason Merrill committed -
From-SVN: r15264
Jim Wilson committed -
* Makefile (all): Remove sub-all. (stmp-sub-all): New target. Renamed from sub-all. (info, texinfo): Also depend on stmp-sub-all. (clean): Also remove stmp*. (maintainer-clean): New target. Same as realclean. From-SVN: r15263
H.J. Lu committed
-