- 26 Oct, 1998 21 commits
-
-
From-SVN: r23354
Jason Merrill committed -
decl.c (grokdeclarator): Complain about a variable using constructor syntax coming back null from start_decl. * decl.c (grokdeclarator): Complain about a variable using constructor syntax coming back null from start_decl. Fixes g++.other/decl2.C * friend.c (make_friend_class): Complain about trying to make a non-class type a friend. Fixes g++.other/friend5.C * decl.c (grokfndecl): Set DECL_INITIAL for a defn here. (start_function): Not here. Fixes g++.law/friend4.C From-SVN: r23353
Jason Merrill committed -
From-SVN: r23352
Jeffrey A Law committed -
From-SVN: r23351
Brendan Kehoe committed -
From-SVN: r23350
Brendan Kehoe committed -
From-SVN: r23349
Brendan Kehoe committed -
From-SVN: r23348
Jason Merrill committed -
* typeck2.c (process_init_constructor): Only skip anonymous fields if they are bitfields. From-SVN: r23347
Jason Merrill committed -
From-SVN: r23346
Jason Merrill committed -
From-SVN: r23345
Jason Merrill committed -
From-SVN: r23344
Jason Merrill committed -
* cp-tree.def (TYPEOF_TYPE): New code. * error.c (dump_type_real): Handle it. * pt.c (tsubst): Likewise. * tree.c (search_tree): Likewise. * semantics.c (finish_typeof): New fn. * parse.y (typespec): Use it. * cp-tree.h: Declare it. From-SVN: r23343
Jason Merrill committed -
* typeck2.c (check_for_new_type): Only depend on pedantic for C-style casts. From-SVN: r23342
Jason Merrill committed -
From-SVN: r23341
Jason Merrill committed -
� * cp-tree.h (FORMAT_VBASE_NAME): Make definition unconditional. From-SVN: r23340
Manfred Hollstein committed -
From-SVN: r23339
Jason Merrill committed -
* typeck.c (convert_arguments): Don't handle pmf references specially. * init.c (build_member_call): Don't try to convert to the base type if it's ambiguous. * typeck2.c (check_for_new_type): Don't depend on pedantic. From-SVN: r23338
Jason Merrill committed -
From-SVN: r23337
Jeff Law committed -
From-SVN: r23336
Jason Merrill committed -
From-SVN: r23334
Jeffrey A Law committed -
From-SVN: r23333
Jason Merrill committed
-
- 25 Oct, 1998 11 commits
-
-
stmt.c (expand_fixup): Set fixup->before_jump to a NOTE_INSN_DELETED instead of a NOTE_INSN_BLOCK_BEG. 8 * stmt.c (expand_fixup): Set fixup->before_jump to a NOTE_INSN_DELETED instead of a NOTE_INSN_BLOCK_BEG. From-SVN: r23330
Jason Merrill committed -
stmt.c (expand_fixup): Set fixup->before_jump to a NOTE_INSN_DELETED instead of a NOTE_INSN_BLOCK_BEG. � * stmt.c (expand_fixup): Set fixup->before_jump to a NOTE_INSN_DELETED instead of a NOTE_INSN_BLOCK_BEG. From-SVN: r23329
Jason Merrill committed -
* decl.c (grokdeclarator): Set DECL_NONCONVERTING_P for all non-converting constructors. From-SVN: r23325
Mark Mitchell committed -
* cplus-dem.c (gnu_special): Fix handling of virtual tables in anonymous namespaces. From-SVN: r23324
Mark Mitchell committed -
� * Make-lang.in (jv-scan$(exeext)): Add stamp-objlist to dependency. From-SVN: r23318
H.J. Lu committed -
� * Make-lang.in (jv-scan$(exeext)): Add stamp-objlist to dependency. From-SVN: r23317
H.J. Lu committed -
* Makefile.in (recog.o): Depend on toplev.h. (insn-emit.o): Depend on recog.h. (insn-peep.o): Depend on recog.h and insn-config.h. * combine.c (simplify_set): Remove unused variable `scratches'. * final.c (final_scan_insn): Wrap declaration of variables `vlen' and `idx' in macro conditional controlling their use. * genemit.c (main): Make the generated output file include recog.h. Don't have it declare `insn_operand_constraint', since we get it from recog.h. * genpeep.c (main): Make the generated output file include insn-config.h and recog.h. * recog.c: Include toplev.h. (extract_insn): Remove unused variable `p'. * regclass.c (fix_register): Add missing braces around initializer for `what_option'. (allocate_reg_info): Move variable `i' into the scope where it is used. Change its type to `size_t'. From-SVN: r23307
Kaveh R. Ghazi committed -
� * reload.c (push_reload): When merging reloads, make sure that reload_in_reg and reload_in are from the same reload in all cases. From-SVN: r23303
Bernd Schmidt committed -
� * reload.c (push_reload): When merging reloads, make sure that reload_in_reg and reload_in are from the same reload in all cases. From-SVN: r23302
Bernd Schmidt committed -
* i386/crtdll.h (CPP_PREDEFINES): Fix typo. * i386/mingw32.h (CPP_PREDEFINES): Likewise. From-SVN: r23292
Mumit Khan committed -
From-SVN: r23287
Jeff Law committed
-
- 24 Oct, 1998 7 commits
-
-
Kenner's change to gcc. From-SVN: r23275
David Edelsohn committed -
From-SVN: r23272
Dave Love committed -
1998-10-24 Dave Love <d.love@dl.ac.uk> * configure.in: Touch g2c.h in AC_OUTPUT after multilib disturbance. From-SVN: r23271
Dave Love committed -
From-SVN: r23270
Dave Love committed -
From-SVN: r23269
Martin v. Löwis committed -
From-SVN: r23268
Jeff Law committed -
* parse.y (condition): Convert VAR_DECL from reference to indirect reference. From-SVN: r23267
Martin v. Löwis committed
-
- 23 Oct, 1998 1 commit
-
-
* loop.c (loop_has_tablejump): New variable. (prescan_loop): Scan for it. (insert_bct): Replace explicit scan with use of it. * regclass.c (regclass): Restore loop variable j. (record_reg_classes): Deterine op_types modifiers and initialize classes[i] before matching constraints. Handle matching constraints 5-9. From-SVN: r23263
David Edelsohn committed
-