Age | Commit message (Expand) | Author | Files | Lines |
2009-04-16 | common.opt (fversion): New. | Rafael Avila de Espindola | 1 | -9/+34 |
2009-04-08 | * gcc.c: Replace `CC' with `GCC' throughout. | Ben Elliston | 1 | -13/+13 |
2009-04-02 | [PATCH, committed] Add -save-temps=obj, PR 39293 | Michael Meissner | 1 | -33/+92 |
2009-03-17 | re PR middle-end/37805 (gcc --help=separate) | Ralf Wildenhues | 1 | -1/+1 |
2009-03-01 | gcc.c (display_help): Document --version. | Ralf Wildenhues | 1 | -0/+1 |
2009-03-01 | gcc.c (main): If print_help_list and verbose_flag... | Ralf Wildenhues | 1 | -1/+4 |
2009-02-12 | * gcc.c (ASM_DEBUG_SPEC): Check for -g0. | Michael Matz | 1 | -4/+4 |
2009-02-03 | gcc.c (process_command): Update copyright notice dates. | Jakub Jelinek | 1 | -1/+1 |
2009-01-13 | re PR bootstrap/38580 (Bootstrap broken on mingw32) | Danny Smith | 1 | -3/+16 |
2008-12-29 | re PR driver/38381 (-b option seems to be broken) | Jakub Jelinek | 1 | -5/+9 |
2008-11-15 | gcc.c (cc1_options): Fix comment. | Eric Botcazou | 1 | -1/+1 |
2008-11-06 | * gcc.c: Remove ancient comment about a bug in Sun cc. | Ben Elliston | 1 | -4/+1 |
2008-08-12 | re PR libgomp/26165 (Cannot find libgomp.spec after 'make install' on x86_64 ... | Nathan Froyd | 1 | -1/+1 |
2008-08-07 | re PR target/37033 (Revision 138733 breaks -g vs -g0 for PCH) | Richard Henderson | 1 | -1/+1 |
2008-07-07 | gcc.c (print_sysroot): New. | Vladimir Prus | 1 | -0/+20 |
2008-07-07 | gcc.c (execute): Fix -Wc++-compat warning. | Kaveh R. Ghazi | 1 | -1/+1 |
2008-06-27 | c-format.c (handle_format_attribute): Fix -Wc++-compat and/or -Wcast-qual war... | Kaveh R. Ghazi | 1 | -2/+2 |
2008-06-26 | cse.c (approx_reg_cost_1, cse_insn): Fix -Wc++-compat and/or -Wcast-qual warn... | Kaveh R. Ghazi | 1 | -3/+2 |
2008-06-20 | collect2.c (main, [...]): Fix for -Wc++-compat. | Kaveh R. Ghazi | 1 | -40/+38 |
2008-06-06 | cgraph.c: Fix typos in comments. | Ralf Wildenhues | 1 | -3/+3 |
2008-04-30 | gcc.c (wrapper_string): New variable. | Seongbae Park | 1 | -4/+79 |
2008-04-06 | gcc.c (default_compilers): Sync Fortran extensions list with that in fortran/... | Francois-Xavier Coudert | 1 | -5/+8 |
2008-03-02 | re PR driver/35420 (--version copyright date vs. 2008) | Jakub Jelinek | 1 | -2/+2 |
2008-01-24 | re PR driver/34904 (-march=native doesn't work with multiple input files) | H.J. Lu | 1 | -19/+18 |
2008-01-16 | gcc.c (LINK_COMMAND_SPEC): Add includes and link options for libgomp when... | Sebastian Pop | 1 | -2/+2 |
2007-11-16 | re PR driver/30460 (asm_debug is not initialized in gcc.c when using a "defau... | Jakub Jelinek | 1 | -4/+4 |
2007-11-01 | gcc.c (getenv_spec_function): Escape the environment variable's value. | Nathan Sidwell | 1 | -1/+18 |
2007-09-13 | re PR bootstrap/33309 (gcc.c:6236: error: passing argument 1 of 'xputenv' dis... | François-Xavier Coudert | 1 | -3/+3 |
2007-09-09 | invoke.texi (Overall Options): Add .sx file extension as a synonym for .S. | Sandra Loosemore | 1 | -0/+1 |
2007-09-03 | system.h (CONST_CAST2, [...]): New macros for type-specific casts. | Kaveh R. Ghazi | 1 | -16/+16 |
2007-09-03 | gcc.c (xputenv): New function. | Francois-Xavier Coudert | 1 | -5/+16 |
2007-08-31 | c-opts.c (c_common_handle_option): Support -fno-directives-only. | Ollie Wild | 1 | -2/+2 |
2007-08-21 | configure.ac: Add --with-pkgversion and --with-bugurl. | Paul Brook | 1 | -4/+5 |
2007-08-18 | Makefile.tpl (DEBUG_PREFIX_CFLAGS_FOR_TARGET): New. | Paul Brook | 1 | -6/+12 |
2007-08-10 | system.h (CONST_CAST): New. | Kaveh R. Ghazi | 1 | -16/+16 |
2007-08-07 | configure.ac: Define HAVE_GNU_AS if $gas_flag is yes. | Carlos O'Donell | 1 | -2/+7 |
2007-07-31 | This factors the code in xgcc that is used to terminate an accumulated | Dan Hipschman | 1 | -73/+28 |
2007-07-28 | calls.c (special_function_p, [...]): Constify. | Kaveh R. Ghazi | 1 | -5/+7 |
2007-07-26 | Change copyright header to refer to version 3 of the GNU General Public Licen... | Nick Clifton | 1 | -4/+3 |
2007-06-27 | re PR other/31400 (enable static linking of support libraries through -static... | Francois-Xavier Coudert | 1 | -2/+4 |
2007-05-31 | gcc.c (main): Don't consider linker options when issuing the warning about a ... | Kazu Hirata | 1 | -1/+2 |
2007-05-26 | i386.c, [...]: Fix comment typos. | Kazu Hirata | 1 | -1/+1 |
2007-05-26 | c-typeck.c, [...]: Fix typos and follow spelling conventions in various warni... | Kazu Hirata | 1 | -1/+1 |
2007-05-08 | libiberty.h (writeargv): Declare. | Nathan Froyd | 1 | -3/+65 |
2007-04-26 | re PR driver/31107 (--target-help doesn't say which options are compiler, ass... | Richard Sandiford | 1 | -1/+24 |
2007-04-04 | re PR driver/31353 (gcc --help=target gives a linker error.) | Brooks Moses | 1 | -1/+1 |
2007-03-13 | re PR driver/12448 (-MT / -MQ don't behave as documented.) | David Taylor | 1 | -1/+1 |
2007-03-12 | gcc.c (main): Handle target_sysroot_hdrs_suffix being NULL for some multilibs. | Joseph Myers | 1 | -1/+3 |
2007-03-10 | gcc.c: Document %{, in big comment at top. | Geoffrey Keating | 1 | -46/+56 |
2007-03-06 | re PR bootstrap/31020 (cannot write in </test/gnu/gcc/objdir/prev-gcc/../gcc/... | Joseph Myers | 1 | -0/+27 |