aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
1999-02-24Fix cross compiler build failure in dbxout.c.Jim Wilson2-2/+6
1999-02-24calls.c (initialize_argument_information): New function extracted from expand...Jeffrey A Law2-235/+300
1999-02-24finish applying earlier patch from Dave LoveCraig Burley1-1/+1
1999-02-24changelog entries keep people happyCraig Burley1-0/+6
1999-02-24move test to its proper home, given current g77Craig Burley1-0/+0
1999-02-24Fix dwarf2 debug error found by gdb testsuite: add big-endian correction.Jim Wilson2-0/+37
1999-02-24calls.c (compute_argument_block_size): New function, extracted from expand_ca...Jeffrey A Law2-52/+80
1999-02-24Typo fix in comment.Joern Rennecke1-1/+1
1999-02-24calls.c (precompute_arguments): New function, extracted from expand_call.Jeffrey A Law2-45/+82
1999-02-24calls.c (finalize_must_preallocate): New function, extracted from expand_call.Jeffrey A Law2-45/+72
1999-02-24Add -O3 to TORTURE_OPTIONS list.Nick Clifton2-6/+16
1999-02-24gjavah.c (struct namelet): New structure.Tom Tromey2-51/+284
1999-02-24regclass.c (record_reg_classes, case 'p'): Set classes appropriately.Jeffrey A Law2-1/+18
1999-02-24loop.h (loop_insn_first_p): Declare.J"orn Rennecke4-38/+64
1999-02-24* pt.c (tsubst): Allow an array of explicit size zero.Jason Merrill2-3/+13
1999-02-24* unroll.c (unroll_loop): Avoid out-of-bounds index for local_regno.J"orn Rennecke2-2/+10
1999-02-24New testcase for cpp, written by Kaveh Ghazi <ghazi@caip.rutgers.edu>Zack Weinberg1-0/+23
1999-02-24sparc.h (CONDITIONAL_REGISTER_USAGE): Don't use PIC_OFFSET_TABLE_REGNUM for r...Vladimir N. Makarov2-0/+10
1999-02-24fix up entriesCraig Burley1-1/+1
1999-02-23Daily bump.Jeff Law1-1/+1
1999-02-23jvspec.c (lang_specific_driver): Recognize -fsyntax-only and disable linking ...Tom Tromey2-0/+12
1999-02-23Marc Lehmann2-1/+6
1999-02-23Mark failing code as XFAILMartin v. Löwis1-10/+10
1999-02-22errfn.c: Change varargs code to look like toplev.c.Jason Merrill3-38/+117
1999-02-22Daily bump.Jeff Law1-1/+1
1999-02-22Fix mips16 debug info problems with frame address.Andrew Cagney2-5/+25
1999-02-22Apply ARM/Linux patches.Nick Clifton10-379/+581
1999-02-22New test case from Nathan Sidwell.Martin v. Löwis1-0/+46
1999-02-22loop.c (libcall_other_regs): Make extern.Andrew MacLeod4-7/+17
1999-02-22cse.c (dump_class): New function.Mark Mitchell4-8/+87
1999-02-22Some insignificant corrections of the previous patch.Vladimir Makarov1-3/+3
1999-02-22configure.in (i[34567]86-*-linux-gnu*, [...]): Use fixinc.x86-linux-gnu as fi...Vladimir N. Makarov6-8/+314
1999-02-22jcf.h (UTF8_GET): Mask first byte of 3-byte encoding with 0x0f, not 0x1f.Tom Tromey2-1/+6
1999-02-22Reverted to the old behavior of encoding the types.Ovidiu Predescu2-40/+48
1999-02-22improve wall of separation between build and installCraig Burley8-22/+65
1999-02-22reduce spurious warnings using -fsyntax-onlyCraig Burley2-7/+9
1999-02-22fix -fsyntax-only ICEsCraig Burley2-1/+24
1999-02-22c-lex.c (yylex): Replace warning about integer constants being larger than lo...Gavin Romig-Koch2-8/+14
1999-02-21configure.in (mips*-*-vxworks*): Enable gthreads vxworks support.Don Bowman3-2/+7
1999-02-21Daily bump.Jeff Law1-1/+1
1999-02-21990222-1.c: New test.Jeffrey A Law2-0/+15
1999-02-21Bump for snapshotJeffrey A Law2-1/+5
1999-02-21tm.texi: Update docs for constructors and destructors.Jeffrey A Law3-4/+13
1999-02-21decl2.c (start_objects): Make file scope constructors and destructors local t...H.J. Lu2-0/+11
1999-02-21aoutos.h (ASM_OUTPUT_CONSTRUCTOR): Delete.Jeff Law1-47/+0
1999-02-21aoutos.h (ASM_OUTPUT_CONSTRUCTOR): Delete.Jeff Law1-0/+5
1999-02-21Update attribute value documentation.Richard Henderson1-3/+10
1999-02-21genattrtab.c (check_attr_value): Allow negative const_int if negative_ok.Richard Henderson2-74/+175
1999-02-21cp-tree.h (CLASSTYPE_METHOD_VEC): Adjust comment.Mark Mitchell18-300/+451
1999-02-21decl.c (build_result_decl): New method.Per Bothner6-58/+128