aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2003-11-06mips.c (override_options): Set MASK_SOFT_FLOAT for VR4111 too.Momchil Velikov2-1/+3
2003-11-06*** empty log message ***Momchil Velikov1-0/+4
2003-11-06builtins.c (simplify_builtin_strrchr, [...]): Add missing casts.Jan Hubicka2-4/+13
2003-11-06genmodes.c: Change the word "bitsize" to "precision" throughout.Zack Weinberg7-81/+97
2003-11-06Daily bump.GCC Administrator1-1/+1
2003-11-05install-old.texi: Remove old documentation of building cross-compilers.Joseph Myers3-268/+58
2003-11-05Add PR preprocessor/12891 to Per's last patch.Andrew Pinski1-0/+1
2003-11-05c-opts.c (finish_options): Set include_cursor to disable premature calls to p...Per Bothner2-1/+11
2003-11-0520031023-4.c: XFAIL on SPARC64Eric Botcazou6-5/+44
2003-11-05Add PR optimization/10080 to Zdenek Dvorak's last commit.Andrew Pinski1-0/+1
2003-11-05rs6000.c (setup_incoming_varargs): Remove code supporting old-style varargs.Geoffrey Keating2-11/+5
2003-11-05rs6000.c (rs6000_machopic_legitimize_pic_address): Use an intermediate regist...Geoffrey Keating2-1/+10
2003-11-05rs6000.c (compute_vrsave_mask): Correct off-by-one error.Geoffrey Keating2-1/+4
2003-11-05cfgloopanal.c (variable_initial_value, [...]): Record the fact that initial v...Zdenek Dvorak3-49/+284
2003-11-05darwin.h (SUBTARGET_OVERRIDE_OPTIONS): Darwin needs VRSAVE.Geoffrey Keating2-0/+6
2003-11-05c-typeck.c (pedantic_lvalue_warning): Deprecate use of conditional expression...Joseph Myers4-2/+22
2003-11-05Fix date.Andreas Jaeger1-1/+1
2003-11-05asm1.C: Enable for e.g.Gernot Hillier2-20/+24
2003-11-05re PR c++/11616 (Error message "instantiated from here" gives wrong location)Kriang Lerdsuwanakij4-0/+37
2003-11-05re PR c++/2019 (Wrong line number warning listing the previous declaration of...Kriang Lerdsuwanakij2-6/+8
2003-11-05Resync Ada changes.Arnaud Charlet1-0/+125
2003-11-05tsystem.h: Add the prototype of strlen.Kazu Hirata3-1/+12
2003-11-05Daily bump.GCC Administrator1-1/+1
2003-11-04mips-protos.h (mips_global_pic_constant_p): Delete.Richard Sandiford5-727/+921
2003-11-04* Makefile.in: Remove many duplicate variables.Rainer Orth2-18/+4
2003-11-04* config/mips/_tilib.c: Use _ABI* in _MIPS_SIM tests.Rainer Orth2-1/+5
2003-11-04v850.md (mulhisi3): Expand the const_int case separately to avoid trying to s...DJ Delorie2-5/+12
2003-11-04Remove extra ^M characters introduced in previous commit.Arnaud Charlet2-2409/+2409
2003-11-04re PR ada/12806 (Program_Error sinput.adb:397)Arnaud Charlet39-2584/+3147
2003-11-04emit-rtl.c (copy_rtx_if_shared): Don't allow MEMs with constant addresses to ...Richard Sandiford3-16/+8
2003-11-04Makefile.in (GCC_CFLAGS): Remove @WERROR@ again.Andreas Jaeger2-2/+6
2003-11-04Makefile.in (cpp.dvi): New target split from cpp.info.Kelley Cook10-134/+164
2003-11-04Daily bump.GCC Administrator1-1/+1
2003-11-03gty.texi (tag, desc): Say more about role of desc values in selecting between...Richard Kenner2-11/+23
2003-11-03* real.c (encode_ieee_single): Ensure proper promotion.Alexander Kabaev2-1/+6
2003-11-03contrib.texi: Add Giovanni Bajo, Dara Hazeghi, Falk Hueffner, and Andrew Pinski.Volker Reichelt2-0/+17
2003-11-03rs6000.c (rs6000_override_options): Add G3, G4, and G5 marketing names to the...Syd Polk5-4/+30
2003-11-03re PR c++/12726 (ICE (segfault) on trivial code)Volker Reichelt2-10/+26
2003-11-03re PR bootstrap/12666 (fixincludes problem on IRIX 6.5.19m)Rainer Orth3-6/+11
2003-11-03* doc/install-old.texi: Remove VMS documentation.Joseph Myers2-255/+5
2003-11-03i386.c (override_options): Remove hack enabling 128bit long double commited b...Jan Hubicka2-1/+5
2003-11-02c-opts.c (needValue): Do cpp_find_main_file before processing any imacros fla...Per Bothner2-3/+9
2003-11-03Makefile.in (GCC_CFLAGS): Allow blacklisting of warnings.Andreas Jaeger2-1/+9
2003-11-03re PR java/12866 (gcj checks `throws' clause on artificial method)Jeff Sturm2-4/+12
2003-11-03Daily bump.GCC Administrator1-1/+1
2003-11-02re PR rtl-optimization/12845 (missed jump optimization)John David Anglin2-0/+11
2003-11-02print-rtl.c (print_rtx): Call PRINT_REG with second argument -1.Zack Weinberg4-102/+50
2003-11-02fde-glibc.c (_GNU_SOURCE): Define to 1 instead of empty to avoid conflict wit...Andreas Schwab2-2/+7
2003-11-02re PR c++/9810 (Using-declaration for template functions does not work)Kriang Lerdsuwanakij5-3/+69
2003-11-02re PR rtl-optimization/10817 (gcc does not optimize result=0;if(t!=0)result=t...Roger Sayle5-12/+105