- 12 Oct, 1998 6 commits
-
-
* g++.old-deja/g++.pt/explicit74.C: New test. Explicit instantiation of template produces incorrect code for delete expression. From-SVN: r23006
Alexandre Oliva committed -
1998-10-12 Dave Love <d.love@dl.ac.uk> * configure.in: Reorder Makefile, g2c.h in AC_OUTPUT. From-SVN: r23005
Dave Love committed -
* i386/t-cygwin32 (TARGET_LIBGCC2_CFLAGS): Define. (cp) * inc/typeinfo: Add #pragma interface. (operator!=): Just call operator==. * tinfo.cc: Add #pragma implementation. (operator==): Move from inc/typeinfo and tinfo2.cc. Check __COMMON_UNRELIABLE instead of _WIN32. From-SVN: r23004
Jason Merrill committed -
* typeck2.c (my_friendly_abort): Add URL. * decl.c (start_method): Added extra parameter for attributes. * cp-tree.h (start_method): Update prototype. * parse.y (fn.def2): Update start_method parameter list. From-SVN: r23003
Jason Merrill committed -
From-SVN: r23001
Jeffrey A Law committed -
From-SVN: r23000
Jeff Law committed
-
- 11 Oct, 1998 17 commits
-
-
* g++.old-deja/g++.other/init8.C: New test. uninitialized automatic array of const is ill-formed From-SVN: r22999
Alexandre Oliva committed -
From-SVN: r22998
Michael Hayes committed -
* c-pragma.c (handle_pragma_token): If passed a token instead of a tree, use that as the pack value. From-SVN: r22997
Robert Lipe committed -
* g++.old-deja/g++.pt/ttp53.C: New test. incorrect substitution of template parameter? From-SVN: r22996
Alexandre Oliva committed -
* g++.old-deja/g++.other/conv3.C: New test. conversion discards const From-SVN: r22995
Alexandre Oliva committed -
* g++.old-deja/g++.other/pmf2.C: New test. invalid pointer-to-member expression From-SVN: r22994
Alexandre Oliva committed -
* g++.old-deja/g++.other/friend5.C: New test. bogus friend declaration causes ICE From-SVN: r22993
Alexandre Oliva committed -
* g++.old-deja/g++.ns/main1.C: New test. main() should only be reserved in the global namespace From-SVN: r22992
Alexandre Oliva committed -
From-SVN: r22989
Mark Mitchell committed -
* memory (auto_ptr::operator auto_ptr_ref<_Tp1>): Fix typo. (auto_ptr::operator auto_ptr<_Tp1>): Add missing semicolon. From-SVN: r22988
Mark Mitchell committed -
* cp-tree.h (specializations_of_same_template_p): Declare. * pt.c (specializations_of_same_template_p): New function. (unify): Use it. * search.c (get_template_base): Use it. (get_template_base_recursive): Likewise. From-SVN: r22987
Mark Mitchell committed -
From-SVN: r22986
Mark Mitchell committed -
* g++.old-deja/g++.pt/instantiate4.C: New test: -frepo does not generate needed virtual table * lib/old-dejagnu.exp (old-dejagnu): support `Build then link:' From-SVN: r22984
Alexandre Oliva committed -
Fine-grained control of -fcheck-memory-usage with new no_check_memory_usage attribute. Misc minor bugfixes and tests for it too. From-SVN: r22983
Ken Raeburn committed -
* config.shared (depend.new): Fix typo. * depend: Rebuilt. From-SVN: r22982
Jeffrey A Law committed -
From-SVN: r22981
Jeff Law committed -
* cppexp.c: When forcing unsigned comparisons, cast both sides of the operation. * cpphash.h: Move static declaration of hashtab[]... * cpphash.c: ...here. * cpplib.c: Cast difference of two pointers to size_t before comparing it to size_t. Cast signed to unsigned before comparing to size_t. (FIXME: struct argdata should use unsigned buffer sizes.) * cpplib.h (struct cpp_reader): Declare token_buffer_size as unsigned int. (CPP_WRITTEN): Cast return value to size_t. (CPP_RESERVE): Parenthesize N for evaluation order, cast to size_t before comparison. From-SVN: r22980
Zack Weinberg committed
-
- 10 Oct, 1998 11 commits
-
-
* flow.c (find_basic_blocks): Delte "live_reachable_p" argument. (find_basic_blocks_1): Similarly. * output.h (find_basic_blocks): Fix prototype. * gcse.c, toplev.c: Don't pass "live_reachable_p" argument to find_basic_blocks anymore. From-SVN: r22979
Jeffrey A Law committed -
* basic-block.h (EXECUTE_IF_SET_IN_SBITMAP): New macro. (sbitmap_free, sbitmap_vector_free): New macros. * output.h (rtl_dump_file): Declare. From-SVN: r22978
Richard Henderson committed -
From-SVN: r22977
Jeffrey A Law committed -
these XFAILs are hard to get right on the first try. Yet harder when results are different on different platforms :-) From-SVN: r22976
Alexandre Oliva committed -
8 * decl2.c (start_objects): Add new variable `joiner' and initialize it properly. From-SVN: r22975
Manfred Hollstein committed -
� * decl2.c (start_objects): Add new variable `joiner' and initialize it properly. From-SVN: r22974
Manfred Hollstein committed -
accept it; make it __typeof__ From-SVN: r22973
Alexandre Oliva committed -
* g++.old-deja/g++.ext/typeof1.C: New test; typeof based on template-dependent type From-SVN: r22972
Dariush Eslimi committed -
* g++.old-deja/g++.brendan/parse3.C: XFAILs, not ERRORs * g++.old-deja/g++.brendan/parse5.C: XFAILs, not ERRORs * g++.old-deja/g++.brendan/parse6.C: XFAILs, not ERRORs From-SVN: r22971
Alexandre Oliva committed -
* g++.old-deja/g++.other/using5.C: New test; using decl from base class should be usable as argument of member function * g++.old-deja/g++.other/using6.C: New test; using decl from base class should be usable as return type of member function * g++.old-deja/g++.other/using7.C: New test; using decl from base class should be usable as type of data member From-SVN: r22970
Alexandre Oliva committed -
From-SVN: r22969
Jeff Law committed
-
- 09 Oct, 1998 6 commits
-
-
From-SVN: r22968
Alexandre Oliva committed -
* fp-bit.c (SFtype): Don't implicitly use int in declaration. (DFtype): Likewise. (_fpdiv_parts): Remove unused parameter `tmp', all callers changed. (divide): Remove unused variable `tmp'. (si_to_float): Cast numeric constant to (SItype) before comparing it against one. From-SVN: r22967
Kaveh R. Ghazi committed -
8 * gcc.c-torture/special/920521-1.c: Fix bogus test. From-SVN: r22966
Jeff Law committed -
� * gcc.c-torture/special/920521-1.c: Fix bogus test. From-SVN: r22965
Jeff Law committed -
Fri Oct 9 16:03:19 1998 Graham <grahams@rcp.co.uk> * flow.c (print_rtl_with_bb): Changed type of in_bb_p to match use. * gcc.c (add_preprocessor_option): Correct typo when allocating memory, sizeof() argument had one too many `*'. (add_assembler_option): Likewise. (add_linker_option): Likewise. * gcov.c (output_data): Likewise. * local-alloc.c (memref_used_between_p): Likewise. (update_equiv_regs): Likewise. * loop.c (strength_reduce): Likewise. * reg-stack.c (record_asm_reg_life): Likewise. (subst_asm_stack_reg): Likewise. * reorg.c (dbr_schedule): Likewise. From-SVN: r22964
Graham Stott committed -
Fri Oct 9 15:57:51 1998 Bernd Schmidt <crux@Pool.Informatik.RWTH-Aachen.DE> * flow.c (life_analysis_1): Break out some functions. (find_basic_blocks_1): Likewise. Also move some variables out and make them static. Rename NONLOCAL_LABEL_LIST arg to NONLOCAL_LABELS and initialize new static var nonlocal_label_list with it. (active_eh_region, nested_eh_region, label_value_list, nonlocal_label_list): New static variables. (make_edges, delete_unreachable_blocks, delete_block): New static functions, broken out of find_basic_blocks_1. (record_volatile_insns, mark_regs_live_at_end, set_noop_p, noop_move_p): New static functions, broken out of life_analysis_1. From-SVN: r22963
Bernd Schmidt committed
-