- 11 Sep, 1997 12 commits
-
-
* 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 28 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 -
From-SVN: r15262
Jeff Law committed -
From-SVN: r15257
Jason Merrill committed -
* libgcc2.c (__enable_execute_stack): Provide for sysV88 too. From-SVN: r15256
Manfred Hollstein committed -
From-SVN: r15255
Jason Merrill committed -
From-SVN: r15252
Jeffrey A Law committed -
From-SVN: r15221
Jeff Law committed -
* arc/arc.h: New file. * arc/arc.c: New file. * arc/arc.md: New file. * arc/initfini.c: New file. * arc/lib1funcs.asm: New file. * arc/t-arc: New file. * arc/xm-arc.h: New file. * ginclude/va-arc.h: New file. * ginclude/stdarg.h: Include va-arc.h ifdef __arc__. * ginclude/varargs.h: Likewise. * Makefile.in (USER_H): Add va-arc.h. * configure.in (arc-*-elf*): Recognize. * longlong.h: Add ARC support. Mostly so I can test changes in snapshot scripts. * expr.c (clear_storage): Use CONST0_RTX instead of const0_rtx. when clearing non-BLKmode data. Fixes sparc problem. From-SVN: r15220
Jeff Law committed -
From-SVN: r15219
Jeff Law committed -
From-SVN: r15218
Manfred Hollstein committed -
From-SVN: r15217
Manfred Hollstein committed -
* Makefile.in (INSTALL): cd to $(srcdir) before running texinfo. (Until we start building all this gunk in objdir...) From-SVN: r15216
Jeff Law committed -
* m88k.c (m88k_expand_prologue): Set MEM_IN_STRUCT_P of va_list template. Also invoke.texi tweaks for v850. From-SVN: r15215
Stan Cox committed -
From-SVN: r15214
Jason Merrill committed -
From-SVN: r15213
Jason Merrill committed -
From-SVN: r15212
Jason Merrill committed -
* algo.h, algobase.h, alloc.h, bvector.h, deque.h, hashtable.h, iterator.h, list.h, rope.h, ropeimpl.h, slist.h, stl_config.h, tree.h, vector.h: Update To September 8 SGI release. From-SVN: r15211
Jason Merrill committed -
* Makefile.in (install_to_libdir, install_to_tooldir): Add MULTISUBDIR to all filenames in libdir and tooldir. From-SVN: r15210
Jim Wilson committed -
Tue Sep 9 17:38:47 1997 Mark Mitchell <mmitchell@usa.net> * stl_config.h (__STL_MEMBER_TEMPLATES): Enable. From-SVN: r15209
Mark Mitchell committed -
Tue Sep 9 17:57:25 1997 Mark Mitchell <mmitchell@usa.net> * error.c (dump_decl): Avoid crashing when presented with a uninitialized constant, as can occur with a template parameter. From-SVN: r15208
Mark Mitchell committed -
except.c (expand_throw): Call build_delete for all exception types, not just objects with destructors. * except.c (expand_throw): Call build_delete for all exception types, not just objects with destructors. From-SVN: r15207
Jason Merrill committed
-