aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
1999-05-03Declare ABORT as intrinsicCraig Burley2-1/+6
1999-05-03reverse order of arguments to CTIME_subr, DTIME_subr, ETIME_subr, and TTYNAM_...Craig Burley8-29/+57
1999-05-03Rearrange so the problem is not obscured by warningsZack Weinberg1-2/+3
1999-05-03search.c (lookup_field_r): Set the TREE_TYPE of an ambiguous lookup to error_...Mark Mitchell3-25/+49
1999-05-03* typeck.c (build_const_cast): Tighten checks for legality.Mark Mitchell3-2/+18
1999-05-03mn10200.md (btst insns): btst does not leave cc0 in a useable state for redun...Jeffrey A Law3-6/+12
1999-05-03* gcc.dg/compare1.c: New test.Kaveh R. Ghazi2-0/+30
1999-05-03mips.h (Pmode): Revert Oct 14th change which added a cast.Kaveh Ghazi1-1/+1
1999-05-03mips.h (Pmode): Revert Oct 14th change which added a cast.Kaveh Ghazi1-0/+4
1999-05-03Have main return intMartin v. Löwis1-1/+1
1999-05-03New test case.Martin v. Löwis1-0/+40
1999-05-03init.c (build_member_call): Lookup names coming from namespace-scoped LOOKUP_...Martin v. Löwis2-1/+17
1999-05-03* gxxint.texi: Add documentation for 'I'.Jim Blandy2-0/+12
1999-05-03update derived filesCraig Burley1-2/+2
1999-05-03doc upgrade to netlib libf2c as of todayCraig Burley2-2/+6
1999-05-02Daily bump.Jeff Law1-1/+1
1999-05-02* tinfo.cc (operator==): Qualify type_info with std::.Martin v. Löwis2-2/+6
1999-05-02New test caseMark Mitchell1-0/+15
1999-05-02cp-tree.h (lang_decl_flags): Remove comdat.Mark Mitchell2-6/+6
1999-05-02tree.h (struct tree_decl): Add comdat_flag.Mark Mitchell3-1/+20
1999-05-02Joseph S.Joseph Myers4-63/+193
1999-05-02Joseph S.Joseph Myers4-0/+55
1999-05-02Removed; handshake errorZack Weinberg1-21/+0
1999-05-02ICE test; reported by Alexander Zvyagin <zvyagin@mx.ihep.su>Zack Weinberg1-0/+21
1999-05-02bump versionCraig Burley2-1/+5
1999-05-02fix DO WHILE (compile/19990502-1.f)Craig Burley2-4/+11
1999-05-02new test of DO WHILECraig Burley2-0/+10
1999-05-01Bump for snapshotJeffrey A Law2-1/+5
1999-05-01Daily bump.Jeff Law1-1/+1
1999-05-01new test, fails at -O2 on x86 targetCraig Burley2-0/+355
1999-05-01declare FTELL as intrinsicCraig Burley2-1/+6
1999-05-01test more libU77 routines and interfacesCraig Burley2-11/+113
1999-05-01do warn, do not crash, on FSTAT gid disagreementsCraig Burley2-3/+10
1999-05-01allow slop in sum-checkingCraig Burley2-18/+29
1999-05-01clean up both u77-test.f versionsCraig Burley2-34/+65
1999-05-01decl.c (wrapup_globals_for_namespace): Fix thinko in previous change.Mark Mitchell2-1/+6
1999-04-30Daily bump.Jeff Law1-1/+1
1999-04-30Makefile.in: Remove -v from bison command lines.Zack Weinberg2-2/+6
1999-04-30class.c (build_vtable): Use build_lang_decl when building vtables, not just b...Mark Mitchell4-117/+190
1999-04-30typeck.c (build_const_cast): Tweak last change to handle templates correctly.Mark Mitchell3-8/+18
1999-04-30va-ppc.h (__va_start_common): Let __builtin_saveregs do the work.Richard Henderson3-31/+89
1999-04-30typeck.c (build_const_cast): Disallow use of const_cast to anything but a poi...Mark Mitchell3-0/+24
1999-04-30decl.c (cp_finish_decl): Don't permit arrays of abstract or signature type.Nathan Sidwell3-11/+37
1999-04-29Daily bump.Jeff Law1-1/+1
1999-04-29emit-rtl.c (start_sequence): Expand comments.Mark Mitchell4-18/+72
1999-04-29decl2.c (do_static_destruction): Remove obsolete FIXME comment.Mark Mitchell2-6/+13
1999-04-29configure.in (i?86-UnixWare7*-sysv): Set thread_file to 'posix' --enable-thre...Robert Lipe1-1/+4
1999-04-29configure.in (i?86-UnixWare7*-sysv): Set thread_file to 'posix' --enable-thre...Robert Lipe3-135/+159
1999-04-29decl2.c (do_static_initialization): Call do_pending_stack_adjust.Richard Henderson2-0/+15
1999-04-29emit-rtl.c (operand_subword): Religiously mask and sign-extend from 32-bits t...Richard Henderson2-28/+42