This project is mirrored from git://gcc.gnu.org/git/gcc.git.
Pull mirroring failed .
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer.
Last successful update .
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer.
Last successful update .
- 09 Nov, 1998 8 commits
-
-
No Author authored
'egcs_1_1_1_prerelease_2'. From-SVN: r23595
-
David Edelsohn authored
* rs6000.md (floatunssidf2_internal splitter): Use base register operand, not hard-coded SP. From-SVN: r23594 -
Jeffrey A Law authored
From-SVN: r23592
-
Richard Earnshaw authored
* arm/netbsd.h (DEFAULT_PCC_STRUCT_RETURN): Override setting in arm.h (RETURN_IN_MEMORY): Likewise. From-SVN: r23591
-
Richard Earnshaw authored
arm.c (add_constant): When taking the address of an item in the pool, get the mode of the item addressed. * arm.c (add_constant): When taking the address of an item in the pool, get the mode of the item addressed. From-SVN: r23590 -
Richard Earnshaw authored
* arm.c (final_prescan_insn, case INSN): If an insn doesn't contain a SET or a PARALLEL, don't consider it for conditional execution. From-SVN: r23589 -
Jeff Law authored
Mon Nov 9 22:43:57 1998 Jean-Pierre Radley <jpr@jpr.com> * fixinc.sco: Paramaterize #include_next values. * fixinc/fixinc.sco: Likewise. Mon Nov 9 22:43:57 1998 Robert Lipe <robertl@dgii.com> * fixinc.sco: Borrow code to wrap 'bool' typedefs from tinfo.h and term.h from fixinc.wrap. From-SVN: r23588 -
Mark Mitchell authored
* decl.c (grokdeclarator): Tighten checks for invalid destructors. Improve error-messages and error-recovery. * decl2.c (check_classfn): Don't assume that mangled destructor names contain type information. ---------------------------------------------------------------------- From-SVN: r23583
-
- 08 Nov, 1998 1 commit
-
-
Andrew MacLeod authored
except.c (expand_fixup_region_end): Make sure outer context labels are not issued in an inner context during cleanups. * except.c (expand_fixup_region_end): Make sure outer context labels are not issued in an inner context during cleanups. From-SVN: r23568
-
- 02 Nov, 1998 3 commits
-
-
Jason Merrill authored
From-SVN: r23508
-
Jason Merrill authored
From-SVN: r23507
-
Jason Merrill authored
From-SVN: r23502
-
- 01 Nov, 1998 2 commits
-
-
Jeff Law authored
From-SVN: r23486
-
Jeffrey A Law authored
* i386/linux.h (CPP_PREDEFINES): Bring back -Di386 for the last time. * From Christian Gafton: * i386/linux.h (CPP_PREDEFINES): Add -D__i386__. * sparc/linux.h (CPP_PREDEFINES): Add -D__sparc__. * sparc/linux64.h (CPP_PREDEFIENS): Add -D__sparc__. From-SVN: r23484
-
- 30 Oct, 1998 2 commits
-
-
Jeffrey A Law authored
* jump.c (jump_optimize): Initialize mappings from INSN_UID to EH region if exceptions are enabled and we're performing cross jump optimizations. (find_cross_jump): Exit loop if the insns are in different EH regions. From-SVN: r23462
-
Martin v. Löwis authored
From-SVN: r23452
-
- 29 Oct, 1998 4 commits
-
-
Peter Jakubek authored
From-SVN: r23448
-
Peter Jakubek authored
� * m68k.h (INDIRECTABLE_1_ADDRESS_P): Fix thinko. From-SVN: r23447 -
Jason Merrill authored
* decl.c (finish_enum): Also set TYPE_SIZE_UNIT. * class.c (finish_struct_bits): Likewise. From-SVN: r23437
-
Jason Merrill authored
From-SVN: r23426
-
- 28 Oct, 1998 3 commits
-
-
Jason Merrill authored
* class.c (finish_struct_1): Don't complain about non-copy assignment ops in union members. * class.c (build_vtable): Don't pass at_eof to import_export_vtable. (prepare_fresh_vtable): Likewise. (finish_struct_1): Don't call import_export_class. * decl2.c (finish_vtable_vardecl): Do import/export stuff. (finish_prevtable_vardecl): Lose. (finish_file): Don't call it. * pt.c (instantiate_class_template): Likewise. From-SVN: r23411
-
David Edelsohn authored
* collect2.c (aix64_flag): New variable. (main, case 'b'): Parse it. (GCC_CHECK_HDR): object magic number must match mode. (scan_prog_file): Only check for shared object if valid header. Print debugging if header/mode mismatch. * README.RS6000: Update. From-SVN: r23408 -
Jeff Law authored
From-SVN: r23407
-
- 27 Oct, 1998 1 commit
-
-
Jason Merrill authored
* expr.c (pending_chain): Move up. (save_expr_status): Do save pending_chain. (restore_expr_status): And restore it. * function.h (struct function): Add pending_chain. From-SVN: r23360
-
- 25 Oct, 1998 7 commits
-
-
Jason Merrill authored
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: r23328
-
David Edelsohn authored
* ginclude/va-ppc.h (va_arg): longlong types in overflow area are not doubleword aligned. From-SVN: r23323 -
Jason Merrill authored
* parse.y (condition): Convert VAR_DECL from reference to indirect reference. * decl2.c (validate_nonmember_using_decl): Fix using-directives of std if std is ignored. * method.c (build_decl_overload_real): Clear numeric_output_need_bar after __. * decl.c (cp_finish_decl): Make statics in extern inlines and templates common, if possible and the target doesn't support weak symbols. * decl2.c (merge_functions): Remove duplicates. * typeck.c (build_conditional_expr): Only fold if ifexp is an INTEGER_CST. From-SVN: r23322
-
Gavin Romig-Koch authored
* typeck.c (c_expand_return): Handle the case that valtype is wider than the functions return type. From-SVN: r23321
-
Jason Merrill authored
* tinfo2.cc (fast_compare): Remove. (before): Just use strcmp. * tinfo.cc (operator==): Just use strcmp. * inc/typeinfo: Add #pragma interface. (operator!=): Just call operator==. * tinfo.cc: Add #pragma implementation. (operator==): Move from inc/typeinfo and tinfo2.cc. From-SVN: r23320
-
Mumit Khan authored
( * i386/crtdll.h (CPP_PREDEFINES): Fix typo. * i386/mingw32.h (CPP_PREDEFINES): Likewise. From-SVN: r23294 -
Mumit Khan authored
� * i386/crtdll.h (CPP_PREDEFINES): Fix typo. * i386/mingw32.h (CPP_PREDEFINES): Likewise. From-SVN: r23293
-
- 23 Oct, 1998 3 commits
-
-
David Edelsohn authored
* rs6000.md (movsf): Disable explicit secondary-reload-like functionality if TARGET_POWERPC64. (movdf): Remove TARGET_POWERPC64 explicit secondary-reload-like functionality. From-SVN: r23266 -
Jeffrey A Law authored
* m68k.md (5200 movqi): Do not allow byte sized memory references using address regs. * m68k.c (output_move_qimode): Do not use byte sized operations on address registers. From-SVN: r23265 -
Robert Lipe authored
From-SVN: r23264
-
- 19 Oct, 1998 1 commit
-
-
Geoff Keating authored
* loop.c (scan_loop): Be more selective about what invariants are moved out of a loop. From-SVN: r23179
-
- 18 Oct, 1998 1 commit
-
-
Jason Merrill authored
From-SVN: r23163
-
- 15 Oct, 1998 1 commit
-
-
Jason Merrill authored
* spew.c (yylex): Clear looking_for_typename if we got 'enum { ... };'. Fixes WIFEXITED. From-SVN: r23112
-
- 14 Oct, 1998 3 commits
-
-
Didier FORT authored
( * fixincludes: Fix up rpc/{clnt,svr,xdr}.h for SunOS. From-SVN: r23102 -
Didier FORT authored
� * fixincludes: Fix up rpc/{clnt,svr,xdr}.h for SunOS. From-SVN: r23101 -
Joel Sherrill authored
* Makefile.in (stmp-fixinc): Do not install assert.h if not desired. * config/t-rtems: Do not install assert.h -- use newlib's. From-SVN: r23098
-