index
:
riscv-gnu-toolchain/gcc.git
devel/analyzer
devel/autopar_devel
devel/autopar_europar_2021
devel/bypass-asm
devel/c++-contracts
devel/c++-coroutines
devel/c++-modules
devel/c++-name-lookup
devel/coarray_native
devel/fortran_unsigned
devel/gccgo
devel/gfortran-caf
devel/gimple-linterchange
devel/gomp-5_0-branch
devel/icpp2021
devel/ira-select
devel/ix86/evex512
devel/jlaw/crc
devel/loop-unswitch-support-switches
devel/lto-offload
devel/m2link
devel/modula-2
devel/mold-lto-plugin
devel/mold-lto-plugin-v2
devel/nothrow-detection
devel/omp/gcc-10
devel/omp/gcc-11
devel/omp/gcc-12
devel/omp/gcc-13
devel/omp/gcc-14
devel/omp/gcc-9
devel/omp/ompd
devel/power-ieee128
devel/range-gen3
devel/ranger
devel/rust/master
devel/sh-lra
devel/sphinx
devel/ssa-range
devel/subreg-coalesce
devel/unified-autovect
master
releases/egcs-1.0
releases/egcs-1.1
releases/gcc-10
releases/gcc-11
releases/gcc-12
releases/gcc-13
releases/gcc-14
releases/gcc-2.95
releases/gcc-2.95.2.1-branch
releases/gcc-3.0
releases/gcc-3.1
releases/gcc-3.2
releases/gcc-3.3
releases/gcc-3.4
releases/gcc-4.0
releases/gcc-4.1
releases/gcc-4.2
releases/gcc-4.3
releases/gcc-4.4
releases/gcc-4.5
releases/gcc-4.6
releases/gcc-4.7
releases/gcc-4.8
releases/gcc-4.9
releases/gcc-5
releases/gcc-6
releases/gcc-7
releases/gcc-8
releases/gcc-9
releases/libgcj-2.95
trunk
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
gcc
/
gcc.c
Age
Commit message (
Expand
)
Author
Files
Lines
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
2007-03-05
2007/03/05 David Taylor <dtaylor@emc.com>
David Taylor
1
-1
/
+1
2007-02-27
mkheaders.in (incdir): Use include-fixed not include.
Joseph Myers
1
-22
/
+5
2007-02-22
gcc.c (getenv_spec_function): New function.
Mark Mitchell
1
-0
/
+23
2007-02-12
invoke.texi (Overall Options): Document --help=.
Nick Clifton
1
-43
/
+21
2007-02-03
re PR driver/30246 (-ggdb3 does not cause -dD to be passed to cc1 for preproc...
Tom Tromey
1
-1
/
+2
2006-12-13
mips-tdump.c: Replace CROSS_COMPILE with CROSS_DIRECTORY_STRUCTURE.
Geoffrey Keating
1
-2
/
+2
2006-11-13
gcc.c: Organize search path variables into $prefix relative, and well-known n...
Carlos O'Donell
1
-64
/
+70
2006-11-07
gcc.c (process_command): Treat -b as normal switch if its argument has no dash.
Jie Zhang
1
-1
/
+4
2006-07-18
* gcc.c (display_help): Fix typo in help text.
David Daney
1
-1
/
+1
2006-05-22
revert: invoke.texi (-msselibm): Document.
Richard Guenther
1
-7
/
+1
[next]