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 .
- 16 Aug, 1999 3 commits
- 13 Aug, 1999 4 commits
-
-
Michael Meissner authored
From-SVN: r28699
-
Jeffrey A Law authored
Tue Aug 3 00:03:41 1999 Kaveh R. Ghazi <ghazi@caip.rutgers.edu> * fixincludes: Fix the return type of bsearch, char* -> void*. * fixinc/inclhack.def: Likewise. From-SVN: r28697 -
Alexandre Oliva authored
dwarfout.c (fundamental_type_code): Return FT_boolean for INTEGER_TYPE with precision==1, it's __java_boolean. * dwarfout.c (fundamental_type_code): Return FT_boolean for INTEGER_TYPE with precision==1, it's __java_boolean. From-SVN: r28694 -
Mark Mitchell authored
From-SVN: r28692
-
- 11 Aug, 1999 6 commits
-
-
Martin v. Loewis authored
* lex.c (do_identifier): If we find a hidden type after a global was selected already, continue using the global From-SVN: r28673
-
Jeff Law authored
emit-rtl.c (mark_reg_pointer): Don't increase the alignment of a register that is already known to be a pointer. * emit-rtl.c (mark_reg_pointer): Don't increase the alignment of a register that is already known to be a pointer. From-SVN: r28662 -
Bruce Korb authored
* fixinc/inclhack.tpl: Only install assert.h conditionally. * fixinc/inclhack.sh: Regenerated. * fixinc/fixincl.sh: Regenerated. From-SVN: r28660 -
Joe Buck authored
* invoke.texi: s/GNU CC/GCC/ for consistency with gcc.texi. Fix documentation of -ansi flag to describe its C++ behavior. Remove bogus reference to GCC 2.9. From-SVN: r28658 -
Rainer Orth authored
From-SVN: r28656
-
Jeffrey A Law authored
Thu Aug 5 22:27:15 1999 J"orn Rennecke <amylaar@cygnus.co.uk> * config/sh/lib1funcs.asm (___movstrSI0): Change or r0,r0,r0 to nop. (___mulsi3): Use '!' comment character. From-SVN: r28654
-
- 10 Aug, 1999 2 commits
-
-
Martin v. Löwis authored
From-SVN: r28652
-
Martin v. Loewis authored
* decl2.c (set_decl_namespace): Do not complain about non-matching decls if processing a template. From-SVN: r28651
-
- 09 Aug, 1999 8 commits
-
-
Jason Merrill authored
* parse.y (function_try_block): Call end_protect_partials before expand_start_all_catch. From-SVN: r28625
-
Jason Merrill authored
revert: * typeck.c (common_type): Use same_type_p. From-SVN: r28620
-
Jeff Law authored
From-SVN: r28614
-
Jeff Law authored
From-SVN: r28612
-
Jeffrey A Law authored
Tue Jul 20 17:07:54 1999 Richard Henderson <rth@cygnus.com> * rs6000.h (struct rs6000_args): Add sysv_gregno. * rs6000.c (init_cumulative_args): Init sysv_gregno. (function_arg_boundary): Align DFmode. (function_arg_advance): Restructure for ABI_V4; use sysv_gregno to get fp reg and stack overflow correct. (function_arg): Likewise. (function_arg_pass_by_reference): True for TFmode for ABI_V4. (setup_incoming_varargs): Restructure for ABI_V4; use function_arg_advance to skip final named argument. (expand_builtin_saveregs): Properly unskip the last integer arg when doing varargs. Adjust overflow location calculation. * ginclude/va-ppc.h (struct __va_list_tag): Make gpr and fpr explicitly unsigned. (__VA_FP_REGSAVE): Use new OFS argument instead of AP->fpr directly. (__VA_GP_REGSAVE): Similarly. (__va_longlong_p): Delete. (__va_arg_type_violation): New declaration. (va_arg): Restructure. Flag promotion errors. Align double. TFmode passed by reference. * rs6000.md (movdi_32+1): Use GEN_INT after arithmetic in the HOST_BITS_PER_WIDE_INT > 32 case. From-SVN: r28611 -
Jason Merrill authored
* typeck.c (common_type): Use same_type_p. and revert: * decl.c (bad_specifiers): It's OK to have an EH spec on a function pointer. From-SVN: r28607
-
Alexandre Oliva authored
* pthread_alloc: Solaris' ctype.h defines _U to 01; use _Up as template parameter instead. From-SVN: r28603
-
Alexandre Oliva authored
* streambuf.h (ios::streamsize): Declare as _IO_ssize_t, as in the global scope. From-SVN: r28602
-
- 08 Aug, 1999 1 commit
-
-
Jason Merrill authored
From-SVN: r28600
-
- 07 Aug, 1999 7 commits
-
-
Jason Merrill authored
From-SVN: r28586
-
Jeffrey A Law authored
From-SVN: r28575
-
Andreas Schwab authored
* iostream.cc: Add missing calls to isfx and setup a cleanup region for the locked stream. * iostream.h: Likewise. * isgetline.cc: Likewise. * isgetsb.cc: Likewise. * isscan.cc: Likewise. From-SVN: r28572
-
Herman A.J. ten Brugge authored
From-SVN: r28571
-
Daniel Jacobowitz authored
* Makefile.in (FLAGS_TO_PASS): Include prefix, exec_prefix, libdir, libsubdir and tooldir. Applied in the libchill, libiberty, libobjc, and libf2c subdirs From-SVN: r28568 -
Jeffrey A Law authored
rs6000.md (arithmetic, [...]): Disable patterns performing SImode comparisons with SImode values if... * rs6000.md (arithmetic, logical, and shift Rc combiner patterns): Disable patterns performing SImode comparisons with SImode values if TARGET_POWERPC64 and instruction does not sign-extend or does not mask to narrower than SImode, i.e. where bit 31 and bit 63 may differ for signed quantities. (indirect_jump): Add expander to choose RTL based on TARGET_64BIT. (tablejump): Patterns contingent on TARGET_64BIT not TARGET_POWERPC64. (decrement_and_branch_on_count): Add 64-bit variant. From-SVN: r28564 -
Jason Merrill authored
* decl.c (bad_specifiers): It's OK to have an EH spec on a function pointer. * pt.c (maybe_get_template_decl_from_type_decl): Make sure that we're looking at a class. * decl.c (lookup_name_real): Set the complain flag if we're looking for a namespace member. * decl.c (pushdecl): Only give an error for shadowing a parm from *this* function. * decl2.c (build_expr_from_tree, case METHOD_CALL_EXPR): Only build_expr_from_tree on the args of a TEMPLATE_ID_EXPR. * class.c (mark_overriders): Fix order of args to overrides. (warn_hidden): Likewise. Fix for having virtual and non-virtual functions with the same name. * cp-tree.h (DECL_VIRTUAL_CONTEXT): New macro. * typeck.c (expand_ptrmemfunc_cst): Calculate delta correctly for virtual functions and MI. Simplify. * typeck.c (c_expand_return): Downgrade pedwarn about returning NULL from op new to warning. * decl2.c (reparse_absdcl_as_casts): Don't warn about old-style casts in system headers or extern "C" blocks. * pt.c (do_decl_instantiation): Downgrade duplicate instantiation errors to pedwarn. * error.c (dump_type_real): Handle TREE_LIST again. * typeck.c (comp_target_parms): Don't complain about converting from () to (...) if !flag_strict_prototype. * class.c (instantiate_type): Downgrade errors for object-dependent memfn refs to pedwarn. From-SVN: r28563
-
- 06 Aug, 1999 1 commit
-
-
Alexandre Oliva authored
* pt.c (tsubst): Use build_index_type to build in-template array index type. Fixes g++.oliva/dwarf1.C. * decl.c (grokdeclarator): Likewise, just for consistency, as it doesn't seem to trigger the bug without it. From-SVN: r28555
-
- 05 Aug, 1999 8 commits
-
-
Alexandre Oliva authored
From-SVN: r28540
-
Jeffrey A Law authored
* g77spec.c: Update URLS and mail addresses. * root.texi: Update URLS and mail addresses. From-SVN: r28534 -
Jeff Law authored
From-SVN: r28533
-
Jeffrey A Law authored
* gcc.c: Update URLs and mail addresses. * gcc.texi: Likewise. From-SVN: r28532 -
Loren J. Rittle authored
Makefile.in (MARLINK, MSHLINK): Handle library version number components with more than one numeric digit. * Makefile.in (MARLINK, MSHLINK): Handle library version number components with more than one numeric digit. From-SVN: r28530 -
Daniel Jacobowitz authored
* rs6000.c (current_file_function_operand): Return zero for weak functions. (rs6000_encode_section_info): Do not set SYMBOL_REF_FLAG for weak symbols. * rs6000.h (ENCODE_SECTION_NIFO): Do not set SYMBOL_REF_FLAG for weak symbols. From-SVN: r28528 -
Geoff Keating authored
* rs6000.c (rs6000_stack_info): For ABI_V4/ABI_SOLARIS -fpic, always allocate space in the stack frame for the PIC register. From-SVN: r28526 -
Jeffrey A Law authored
* m68k.md (xordi3, anddi3): These patterns are not available on the coldfire. From-SVN: r28523
-