- 21 Aug, 1997 1 commit
-
-
Wed Aug 20 17:25:08 1997 Jason Merrill <jason@yorick.cygnus.com> * call.c (is_subseq): Don't try to be clever. Wed Aug 20 03:13:36 1997 H.J. Lu (hjl@gnu.ai.mit.edu) * parse.y, pt.c: Include "except.h". * call.c, class.c, class.h, cp-tree.h, cvt.c, decl.c, decl2.c, error.c, except.c, expr.c, friend.c, g++spec.c, init.c, input.c, lex.c, lex.h, method.c, parse.y, pt.c, repo.c, rtti.c, search.c, sig.c, spew.c, tree.c, typeck.c, typeck2.c, xref.c: Finish prototyping. Wed Aug 20 01:34:40 1997 Jason Merrill <jason@yorick.cygnus.com> * decl2.c (mark_vtable_entries): Instead of replacing pure virtuals with a reference to __pure_virtual, copy the decl and change the RTL. From-SVN: r14868
Jason Merrill committed
-
- 20 Aug, 1997 9 commits
-
-
* intdoc.texi: Readd generated file. From-SVN: r14867
Jim Wilson committed -
From-SVN: r14866
Jim Wilson committed -
From-SVN: r14865
Jim Wilson committed -
From-SVN: r14864
Jim Wilson committed -
* dwarf2.h (enum dwarf_call_frame_info): Remove trailing comma from list. From-SVN: r14862
Dave Love committed -
* stmt.c (start_cleanup_deferal, end_cleanup_deferal): Test block_stack before dereferencing it. From-SVN: r14861
Jim Wilson committed -
From-SVN: r14858
Michael Meissner committed -
* pt.c (lookup_nested_type_by_name): Handle typedef wierdness. * typeck2.c (my_friendly_abort): Report bugs to egcs-bugs@cygnus.com. From-SVN: r14857
Jason Merrill committed -
From-SVN: r14856
Jason Merrill committed
-
- 19 Aug, 1997 12 commits
-
-
* pt.c (instantiate_class_template): Call repo_template_used before finish_prevtable_vardecl. * call.c: fix typo. * ChangeLog: Remove everything from 2.7.2 back. From-SVN: r14854
Jason Merrill committed -
From-SVN: r14853
Jason Merrill committed -
From-SVN: r14852
Jason Merrill committed -
* haifa-sched.c (ISSUE_RATE): Renamed from MACHINE_issue_rate. (get_issue_rate): Delete. * pa.h (ISSUE_RATE): Define. From-SVN: r14851
Jeffrey A Law committed -
* configure.in: Turn on haifa by default for the PA. * configure: Rebuilt. * pa.c (override_options): Accept -mschedule=7200 option. (pa_adjust_cost): No longer need to scale costs for newer processors. * pa.h (enum processor_type): Add PROCESSOR_7200. * pa.md: Revamp scheduling parameters to work better with haifa. Add scheduling parameters for the 7200. From-SVN: r14850
Jeffrey A Law committed -
* haifa-sched.c (move_insn): Reemit notes for SCHED_GROUP_P insns too. (schedule_block): When adjusting basic_block_{head,end}, account for movement of SCHED_GROUP_P insns too. * haifa-sched.c (debug_dependencies): Fix thinko. From-SVN: r14849
Jeffrey A Law committed -
* haifa-sched.c: Make lots of variable static. Just cleaning stuff up. From-SVN: r14848
Jeff Law committed -
* reload.c (find_reloads): Add code to convert RELOAD_FOR_OPADDR_ADDR reloads to RELOAD_FOR_OPERAND_ADDRESS reloads. * reload1.c: Undo bugfix from Aug 11. Back out "simple" patch for PA reload bug and install the one accepted by the FSF. From-SVN: r14847
Jim Wilson committed -
* expr.h, real.h: Finish prototyping. Some of hj's prototyping stuff after minor formatting fixes. From-SVN: r14846
H.J. Lu committed -
* Makefile.in (EXPECT, RUNTEST, RUNTESTFLAGS): Define. (site.exp, check, check-g++, check-gcc): New targets. For dejagnu. From-SVN: r14845
Jeffrey A Law committed -
From-SVN: r14840
Jeff Law committed -
From-SVN: r14839
Jeff Law committed
-
- 18 Aug, 1997 7 commits
-
-
From-SVN: r14837
Mike Meissner committed -
From-SVN: r14834
Jim Wilson committed -
From-SVN: r14831
Jeff Law committed -
* Makefile.in (F77_SRCS): Re-alphabetize. * Make-lang.in (F77_OBJS): Likewise. Minor nit from Craig Burley. From-SVN: r14829
Jeffrey A Law committed -
From-SVN: r14828
Jeff Law committed -
From-SVN: r14827
Jeff Law committed -
From-SVN: r14826
Jeff Law committed
-
- 17 Aug, 1997 6 commits
-
-
Makefile.in (sub-makes): Pass the current value of LANGUAGES down to sub-makes to avoid building more... * Makefile.in (sub-makes): Pass the current value of LANGUAGES down to sub-makes to avoid building more passes than the user might have requested on the command line. From Manfred Hollstein. From-SVN: r14825
Manfred Hollstein committed -
* INSTALL: Rebuilt. * install.texi: Remove "Object File Differences" section. Remove all references to zzz.o failing comparison tests. * version.c, version.h: Renamed from zzz.c and zzz.h. Remove date and time stamps so a 3 stage build reports no differences. * Make-lang.in: Corresponding changes. * Makefile.in: Likewise. * g77.c, parse.c: Likewise. So 3-stage build compares OK. Rename zzz.[ch] files to version.[ch]. From-SVN: r14824
Jeffrey A Law committed -
* configure.in: Expurgate `broken_install' (install is autoconfed). * configure.lang: Substitute autoconfed ${INSTALL} (not currently relevant). From Dave love. From-SVN: r14823
Dave Love committed -
* gcc.c (default_compilers): Add __EGCS__ and __EGCS_MINOR__ predefines. From-SVN: r14822
Jeffrey A Law committed -
From-SVN: r14820
Jeff Law committed -
From-SVN: r14819
Jeff Law committed
-
- 16 Aug, 1997 2 commits
-
-
* loop.c (is_power_of_2, is_conditional_branch): Delete unused functions and declarations. (analyze_loop_iterations): Use condjump_p. (insert_bct): Likewise. Use exact_log2. Just cleanup up some haifa code. From-SVN: r14818
Jeffrey A Law committed -
* haifa-sched.c (find_post_sched_live): Call FREE_REG_SET as needed. (schedule_region): Likewise. (schedule_insns): Likewise. To avoid leaking memory. * PROJECTS: Update with Haifa stuff. From-SVN: r14817
Jeffrey A Law committed
-
- 15 Aug, 1997 3 commits
-
-
* loop.c (is_conditional_branch): Make definition match declaration. Found by the sunos compiler From-SVN: r14815
Jeffrey A Law committed -
From-SVN: r14814
Jeffrey A Law committed -
in the built-in defines are > 2.7. From-SVN: r14813
Jeffrey A Law committed
-