aboutsummaryrefslogtreecommitdiff
path: root/gcc/gcc.c
AgeCommit message (Expand)AuthorFilesLines
2012-06-01Allow --specs options.Christian Bruel1-50/+72
2012-05-29LANGUAGES: Fix typos.Joseph Myers1-2/+2
2012-05-22gcc.c (do_spec_1): Add %M spec token to output multilib_os_dir.Steven Drake1-0/+9
2012-05-04gcc.c (eval_spec_function): Finalize/restore the current string obstack state...Olivier Hainque1-0/+17
2012-03-14Remove obsolete IRIX 6.5 supportRainer Orth1-5/+1
2012-02-28document gcc --help=commonBernhard Reutner-Fischer1-1/+1
2012-02-13gcc.c (LINK_COMMAND_SPEC): Deal with -fgnu-tm.Eric Botcazou1-1/+7
2012-02-08re PR driver/48524 (spec language does not cover switches with separated form)Magnus Granberg1-0/+15
2012-02-07gcc.c (main): Don't look for lto-wrapper or lto-wrapper or LTOPLUGINSONAME if...Jakub Jelinek1-22/+33
2012-01-26gcc.c (add_sysrooted_prefix): Remove trailing dir separator from system root.Matthias Klose1-1/+9
2012-01-24re PR driver/47249 (ICE in common_handle_option, at opts.c:1695 with unknown ...Jakub Jelinek1-0/+2
2012-01-01gcc.c (process_command): Update copyright notice dates.Jakub Jelinek1-2/+2
2011-11-03re PR lto/44965 (lto option code breaks file format with each added option)Richard Guenther1-11/+0
2011-10-26re PR driver/46617 (String concatenation fools extraction for translation.)Paolo Carlini1-1/+1
2011-09-29Use urandom in gcc.c tooAndi Kleen1-6/+16
2011-08-04gcc.c (self_spec): New variable.Jakub Jelinek1-42/+54
2011-07-22re PR c++/49756 (g++ ICE)Jakub Jelinek1-0/+4
2011-07-07gcc.c (%[Spec]): Don't document.Joseph Myers1-58/+10
2011-07-07re PR libmudflap/49550 (Many libmudflap tests fail on Solaris 11/x86)Rainer Orth1-1/+1
2011-06-28common.opt (in_lto_p): New Variable entry.Joseph Myers1-2/+11
2011-05-31* gcc.c (driver_handle_option): Fix disabling of -fcompare-debug.Alexandre Oliva1-1/+1
2011-05-11install.texi (Configuration): Document --with-linker-hash-style.Satoru Takabayashi1-1/+12
2011-04-20remove useless if-before-free testsJim Meyering1-10/+5
2011-03-31opts.h (cl_option): Add comments to fields.Joseph Myers1-1/+1
2011-03-25Changelog c-family/Kai Tietz1-14/+15
2011-03-22gcc.c (driver_unknown_option_callback): Only permit and save unknown -Wno- op...Joseph Myers1-7/+17
2011-03-16re PR driver/46944 (gcc should accept -fuse-linker-plugin only if linker hand...Rainer Orth1-13/+30
2011-02-23opts-common.c (decode_cmdline_option): Print empty string argument as "" in d...Jie Zhang1-2/+14
2011-02-18re PR driver/47787 (GCC with -flto combines preprocessed C sources)Jakub Jelinek1-1/+1
2011-02-17re PR driver/47390 (Linking with -export-dynamic broken)Joseph Myers1-0/+1
2011-02-12re PR driver/45731 (Header missing for assembler option help.)Joseph Myers1-1/+1
2011-02-12gcc.c (driver_handle_option): Concatenate the argument to -F with the switch.Iain Sandoe1-0/+5
2011-02-11re PR driver/47678 (missing error message for -I)Joseph Myers1-0/+4
2011-01-31configure.ac (gcc_cv_ld_static_option): Define.Rainer Orth1-1/+2
2011-01-12re PR driver/47244 (plugin linker is used unconditionally)Jan Hubicka1-5/+12
2011-01-08Makefile.in: Regenerate.Jan Hubicka1-1/+17
2011-01-07Keep -m[arch|tune]=native in COLLECT_GCC_OPTIONS.H.J. Lu1-6/+17
2011-01-04re PR driver/47137 (gcc incorrectly combines assembly inputs)Jie Zhang1-5/+5
2011-01-03gcc.c (process_command): Update copyright notice dates.Jakub Jelinek1-2/+2
2011-01-03Revert revision 168407.H.J. Lu1-1/+1
2011-01-02Don't check have_o when settting combine_inputs.H.J. Lu1-1/+1
2010-12-03common.opt (N, [...]): New options.Joseph Myers1-1/+1
2010-12-03gcc.c (LINK_COMMAND_SPEC): Don't handle -A, -d or -m.Joseph Myers1-3/+3
2010-12-03Add Go frontend, libgo library, and Go testsuite.Ian Lance Taylor1-0/+1
2010-12-02gcc.c (trad_capable_cpp, [...]): Don't handle -ftraditional.Joseph Myers1-2/+2
2010-11-30re PR driver/44986 (-fuse-linker-plugin -save-temps gives resolution file bas...Richard Guenther1-1/+2
2010-11-29system.h: Include "safe-ctype.h" instead of <safe-ctype.h>.Joseph Myers1-24/+4
2010-11-23re PR driver/42690 (Undefined reference errors with -flto -fuse-linker-plugin)Dave Korn1-9/+46
2010-11-22re PR driver/43335 (Driver crashes dereferencing a null pointer if it can't f...Dmitry Gorbachev1-2/+4
2010-11-16gcc.c (char_p): Define.Nathan Froyd1-53/+34