aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Collapse)AuthorFilesLines
1996-10-16scopingJason Merrill1-64/+60
From-SVN: r12972
1996-10-16irix6 ctorsJason Merrill4-38/+105
From-SVN: r12971
1996-10-16* exlsi.h (CHECK_FLOAT_VALUE): Removed.Mike Stump1-21/+0
From-SVN: r12970
1996-10-16(CPP_PREDEFINES): Add -D_LONGLONG.Jim Wilson1-2/+6
(CPP_SPECS): Remove -D_LONGLONG. From-SVN: r12969
1996-10-16(parallel inc/dec and branch-if-zero/nonzero): 4 new patterns.Torbjorn Granlund1-0/+68
From-SVN: r12968
1996-10-16Add support for MIPS EABIIan Lance Taylor4-59/+307
From-SVN: r12967
1996-10-15dwarfJason Merrill1-3/+1
From-SVN: r12966
1996-10-15* loop.c (strength_reduce): Avoid taking PATTERN of a label.Doug Evans1-6/+12
From-SVN: r12965
1996-10-15(CPP_SPEC): Restore -D_LANGUAGE_C for Objective C.Jim Wilson1-1/+1
From-SVN: r12964
1996-10-15Use SUBTARGET_CPP_SIZE_SPEC correctlyIan Lance Taylor1-4/+7
From-SVN: r12963
1996-10-15-g1Jason Merrill1-4/+6
From-SVN: r12962
1996-10-15(output_bound_representation): Fix typo in prototype.Torbjorn Granlund1-1/+1
From-SVN: r12961
1996-10-14(jump_optimize): Check for if (...) { x = a; goto l; } x = b;Jim Wilson1-0/+90
From-SVN: r12960
1996-10-14inheritanceJason Merrill1-25/+69
From-SVN: r12959
1996-10-12(split_specs_attrs): Delete.Doug Evans1-67/+0
From-SVN: r12958
1996-10-12fold-const.c (make_range): Handle NULL operand 0 (like in BIND_EXPRs).Doug Evans1-1/+1
* fold-const.c (make_range): Handle NULL operand 0 (like in BIND_EXPRs). From-SVN: r12957
1996-10-12rest_of_compilationJason Merrill1-3/+5
From-SVN: r12956
1996-10-11DWARF supports C++Jason Merrill1-9/+0
From-SVN: r12955
1996-10-11Initial revisionMike Stump1-0/+55
From-SVN: r12954
1996-10-1189th Cygnus<->FSF quick mergeMike Stump10-385/+167
From-SVN: r12953
1996-10-1189th Cygnus<->FSF quick mergeMike Stump4-34/+37
From-SVN: r12952
1996-10-11disable has_inlinesJason Merrill1-1/+1
From-SVN: r12951
1996-10-11Rework specs to subtarget specs and EXTRA_SPECSIan Lance Taylor12-333/+157
From-SVN: r12950
1996-10-11abi64 supportJason Merrill2-71/+239
From-SVN: r12949
1996-10-10Only create TOC save area if function makes calls.Michael Meissner1-1/+1
From-SVN: r12948
1996-10-10Delete now unused variable rs6000_save_toc_p.Michael Meissner1-3/+0
From-SVN: r12947
1996-10-10Correctly handle saving toc space in NTMichael Meissner2-14/+2
From-SVN: r12946
1996-10-10Use register_operand, not reg_or_0_operand, in FP conditional moveIan Lance Taylor1-4/+4
From-SVN: r12945
1996-10-10Fix last change; fix large stack frames and int->double conversionMichael Meissner1-62/+35
From-SVN: r12944
1996-10-09Don't define EMPTY_FIELD_BOUNDARYIan Lance Taylor1-3/+0
From-SVN: r12943
1996-10-09Define EMPTY_FIELD_BOUNDARY is 32 (less surprising)Ian Lance Taylor1-1/+1
From-SVN: r12942
1996-10-09Move some definitions from abi64.h to iris6.hIan Lance Taylor2-69/+70
From-SVN: r12941
1996-10-09(store_constructor): Delete unnecessary increment.Jim Wilson1-1/+1
From-SVN: r12940
1996-10-09(do_include): Treat ENOTDIR like ENOENT when an open fails.Richard Kenner1-1/+1
From-SVN: r12939
1996-10-09(OVERRIDE_OPTIONS): Don't need to set dollars_in_ident any more, sinceRichard Kenner1-7/+0
-ansi doesn't change it. From-SVN: r12938
1996-10-09Update comments.Richard Kenner1-6/+1
From-SVN: r12937
1996-10-09(DOLLARS_IN_IDENTIFIERS): Remove.Richard Kenner9-57/+9
From-SVN: r12936
1996-10-09(cpp_options_init): Ignore DOLLARS_IN_IDENTIFIERS.Richard Kenner1-3/+3
(parse_name): Diagnose $ in identifier if pedantic. (cpp_handle_options): -traditional no longer messes with dollars_in_ident. From-SVN: r12935
1996-10-09(dollars_in_ident): Remove; replaced by is_idchar['$'].Richard Kenner1-24/+7
(main): Initialize is_idchar and is_idstart directly when given -$. Ignore DOLLARS_IN_IDENTIFIERS. (rescan): Diagnose $ in identifier if pedantic. (initialize_char_syntax): Assume $ is allowed in identifier; `main' will change this if -$ is given. From-SVN: r12934
1996-10-09(initialize_random_junk): Ignore DOLLARS_IN_IDENTIFIERS.Richard Kenner1-2/+0
From-SVN: r12933
1996-10-09Formerly tm.texi.~234~Richard Kenner1-3/+2
From-SVN: r12932
1996-10-09Formerly invoke.texi.~320~Richard Kenner1-2/+2
From-SVN: r12931
1996-10-09(dollars_in_ident): DOLLARS_IN_IDENTIFIERS is now Boolean.Richard Kenner1-13/+4
(c_decode_option): -fdollars-in-identifiers is now independent of -ansi, of -traditional, and of DOLLARS_IN_IDENTIFIERS. From-SVN: r12930
1996-10-09Formerly extend.texi.~109~Richard Kenner1-18/+4
From-SVN: r12929
1996-10-09Formerly cpp.texi.~24~Richard Kenner1-5/+6
From-SVN: r12928
1996-10-09(yylex): Treat `$' just like `_', except issue a diagnostic ifRichard Kenner1-8/+9
!dollars_in_ident or if pedantic. From-SVN: r12927
1996-10-09(default_compilers): -ansi no longer implies -$ to cpp.Richard Kenner1-4/+4
From-SVN: r12926
1996-10-09(split_specs_attrs): New function.Richard Kenner1-0/+70
From-SVN: r12925
1996-10-09Update number of shift/reduce conflicts.Richard Kenner1-26/+82
({typed_declspecs,reserved_declspecs,declmods}_no_prefix_attr): New. (current_declspecs): Initialize to NULL_TREE. (fndef): Pass current_declspecs, not $1, to start_function. (old_style_parm_decls): Renamed from xdecls. (datadecl, declmods): Add references to new rules. (setspecs): Call split_specs_attrs. (absdcl1): Remove case with setattrs. From-SVN: r12924
1996-10-09(sdbout.o): Make dependency list match included files.Richard Kenner1-2/+3
From-SVN: r12923