aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2008-08-09re PR c++/17880 (-Wsequence-point doesn't warn inside if, while, do condition...Manuel López-Ibáñez6-13/+104
2008-08-09misc.c (gnat_handle_option): Replace set_Wunused by warn_unused.Manuel López-Ibáñez2-1/+6
2008-08-09re PR c++/12242 (g++ should warn about out-of-range int->enum conversions)Manuel López-Ibáñez4-10/+93
2008-08-09Daily bump.GCC Administrator1-1/+1
2008-08-08re PR other/36901 (pedwarn() + -pedantic-errors + -w (inhibit_warnings) shoul...Manuel López-Ibáñez76-330/+521
2008-08-08re PR middle-end/7651 (Define -Wextra strictly in terms of other warning flags)Manuel López-Ibáñez7-11/+56
2008-08-08re PR fortran/37011 (F2003, type extension: multiple inheritence not rejected)Paul Thomas4-5/+37
2008-08-08re PR c/28875 ("-Wextra -Wno-unused-parameter -Wall" doesn't work as expected)Manuel López-Ibáñez13-49/+92
2008-08-08invoke.texi: Add cpu_type power7.Peter Bergner8-3/+93
2008-08-08re PR c++/35985 (ICE with pointer to member function as base)Volker Reichelt4-4/+20
2008-08-08tree-vect-transform.c (vectorizable_conversion): Pass the integral type to ve...Dorit Nuzman6-23/+67
2008-08-08gfortran.h (gfc_finalizer): Replaced member `procedure' by two new members `p...Daniel Kraft10-20/+153
2008-08-08tree-ssa-ccp.c (likely_value): Calls are not all varying.Richard Guenther4-17/+75
2008-08-08freeze.adb (Generate_Prim_Op_References): New procedure, abstracted from Free...Ed Schonberg2-61/+107
2008-08-08Makefile.in: Reintroduce g-soccon.ads as a compatibility shim.Thomas Quinot2-1/+6
2008-08-08gnat_ugn.texi: The "Run-Time Checks" section said "arithmetic overflow checki...Arnaud Charlet3-24/+103
2008-08-08s-strxdr.adb: Minor reformattingRobert Dewar1-9/+9
2008-08-08g-soccon.ads: New file.Thomas Quinot12-147/+188
2008-08-08s-osinte-hpux.ads, [...]: Minor reformattingThomas Quinot2-3/+3
2008-08-08s-osinte-freebsd.ads: Minor reformattingThomas Quinot1-5/+5
2008-08-08gsocket.h: On Windows...Thomas Quinot1-46/+78
2008-08-082008-08-08 Thomas Quinot <quinot@adacore.com>Thomas Quinot1-1/+5
2008-08-08Makefile.in, [...]: Revert previous change, not needed after all.Thomas Quinot3-4/+9
2008-08-08exp_ch4.adb (Expand_Allocator_Expression): add check if null exclusion indica...Arnaud Charlet2-0/+22
2008-08-08sem_attr.adb: Minor code reorganization (use Nkind_In) Minor reformattingRobert Dewar1-2/+1
2008-08-08s-fileio.adb: Minor reformattingRobert Dewar1-2/+4
2008-08-08g-comlin.ads: Minor reformattingRobert Dewar1-15/+14
2008-08-08g-comlin.adb: Minor code reorganization Minor reformattingRobert Dewar1-20/+46
2008-08-08re PR tree-optimization/37056 (ICE in build2_stat, at tree.c:3257)Richard Guenther5-26/+73
2008-08-08i386.h (ix86_size_cost): Declare.Jan Hubicka4-62/+84
2008-08-08recog.c (split_all_insns): Set RTL profileJan Hubicka4-0/+16
2008-08-08c-common.c (c_common_reswords): Also warn about keyword "bool".Kaveh R. Ghazi4-2/+11
2008-08-08Daily bump.GCC Administrator1-1/+1
2008-08-07xtensa.c (xtensa_copy_incoming_a7): Copy incoming value in a6 after the set_f...Bob Wilson2-2/+14
2008-08-07re PR target/37033 (Revision 138733 breaks -g vs -g0 for PCH)Richard Henderson2-1/+6
2008-08-07semantics.c (finish_decltype_type): Initialize type.H.J. Lu2-465/+469
2008-08-07arm.c (output_move_neon): Update comment describing big-endian vector layout.Joseph Myers3-36/+88
2008-08-07configure.ac (HAVE_GAS_CFI_PERSONALITY_DIRECTIVE): New.Richard Henderson7-9/+102
2008-08-07iwmmxt.md (movv8qi_internal, [...]): Combine into mov<mode>_internal.Joseph Myers2-61/+9
2008-08-07semantics.c (finish_decltype_type): Handle calls to function pointers and ref...Douglas Gregor4-7/+66
2008-08-07re PR target/37048 (Revision 138835 breaks bootstrap)Jan Hubicka2-15/+20
2008-08-07re PR target/36992 (Very stange code for _mm_move_epi64)H.J. Lu8-9/+46
2008-08-07re PR middle-end/37042 (Strict-aliasing warnings are printed for _mm_load_si1...Richard Guenther4-0/+39
2008-08-07optabs.c (emit_unop_insn): Break out to ...Jan Hubicka5-121/+278
2008-08-0720080806-1.c: Move testcase ...Andreas Krebbel2-0/+10
2008-08-07Daily bump.GCC Administrator1-1/+1
2008-08-06re PR c++/36460 (No space between >'s not always handled in C++0x)Douglas Gregor5-5/+36
2008-08-06matrix-reorg.c (compute_offset): Avoid C++ keywords.Kaveh R. Ghazi5-55/+70
2008-08-06re PR c++/26785 ("extra qualification" error gives line number of end of decl...Manuel López-Ibáñez7-6/+51
2008-08-06tree-vect-transform.c (vect_model_simple_cost): Return immediately if stmt is...Victor Kaplansky4-3/+104