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