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
2018-06-12
gcc.c: Document new %@{...} sequence.
Eric Botcazou
1
-113
/
+130
2018-06-08
Remove MPX
Martin Liska
1
-5
/
+1
2018-05-30
passes.c (ipa_write_summaries): Only modify statements if body is in memory.
Jan Hubicka
1
-0
/
+1
2018-02-09
re PR sanitizer/84285 (Fail to statically link with -fsanitize=undefined)
Jakub Jelinek
1
-4
/
+4
2018-01-09
re PR preprocessor/83722 (the ICE dumper doesn't comment-out some error messa...
Jakub Jelinek
1
-2
/
+2
2018-01-03
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2018-01-03
gcc.c (process_command): Update copyright notice dates.
Jakub Jelinek
1
-1
/
+1
2017-11-28
Remove Cilk Plus support.
Julia Koval
1
-8
/
+1
2017-10-31
diagnostics: get rid of *_at_rich_loc in favor of overloading
David Malcolm
1
-3
/
+4
2017-10-30
* gcc.c (HAVE_TARGET_EXECUTABLE_SUFFIX): Remove old kludge.
Eric Botcazou
1
-2
/
+3
2017-10-29
Delete obsolete SDB debug info support.
James E Wilson
1
-1
/
+1
2017-09-12
Add -static-pie to GCC driver to create static PIE
H.J. Lu
1
-8
/
+12
2017-08-29
Fix --help=target (PR other/39851).
Martin Liska
1
-1
/
+2
2017-08-28
gcc.c (execute): Fold SIGPIPE handling into switch statement.
Nathan Sidwell
1
-37
/
+38
2017-08-23
Fix broken MinGW build of gcc.c
Thomas Preud'homme
1
-0
/
+5
2017-08-15
gcc.c (execute): Emit friendlier message if inferior is killed by an external...
Nathan Sidwell
1
-3
/
+21
2017-08-08
PR driver/81523: Make -static override -pie
H.J. Lu
1
-7
/
+7
2017-07-14
Remove Java references in source code.
Martin Liska
1
-2
/
+0
2017-07-14
Remove Pascal language in source code.
Martin Liska
1
-1
/
+0
2017-07-06
gcc.c (spec_undefvar_allowed): New global.
Olivier Hainque
1
-13
/
+13
2017-06-15
PR c++/80560 - warn on undefined memory operations involving non-trivial types
Martin Sebor
1
-2
/
+2
2017-06-13
Implement no_sanitize function attribute
Martin Liska
1
-1
/
+2
2017-05-15
Do not allow empty argument of -o option (PR driver/31468).
Martin Liska
1
-0
/
+3
2017-05-03
Support escaping special characters in specs
Jeff Downs
1
-3
/
+49
2017-01-17
re PR other/79046 (g++ -print-file-name=plugin uses full version number in path)
Jakub Jelinek
1
-0
/
+4
2017-01-16
re PR driver/49726 (-g0 file.S -g does not produce debug info)
Jakub Jelinek
1
-5
/
+31
2017-01-11
re PR c++/72813 (atomic header cannot be compiled into translation unit with ...
Jakub Jelinek
1
-1
/
+1
2017-01-09
Do not error when -E provided (PR pch/78970).
Martin Liska
1
-1
/
+9
2017-01-05
Error for '-' as filename of a precompiled header (PR pch/78970)
Martin Liska
1
-1
/
+10
2017-01-01
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2017-01-01
gcc.c (process_command): Update copyright notice dates.
Jakub Jelinek
1
-1
/
+1
2016-12-21
Do not suggest -fsanitize=all (PR driver/78863).
Martin Liska
1
-0
/
+11
2016-11-14
Introduce -fprofile-update=prefer-atomic
Martin Liska
1
-5
/
+1
2016-10-06
Add -fprofile-update option juggling
Martin Liska
1
-1
/
+8
2016-09-30
re PR other/31566 (@missing_file gives bad error message)
Prasad Ghangal
1
-1
/
+6
2016-08-15
Fix invalid memory access in gcc.c (driver/72765)
Martin Liska
1
-2
/
+4
2016-07-04
fix interaction of -S and -x {c,c++}-header
Jan Beulich
1
-1
/
+1
2016-06-30
Fix bogus option suggestions for RejectNegative options (PR driver/71651)
David Malcolm
1
-3
/
+6
2016-06-01
c-common.c (get_source_date_epoch): Rename to cb_get_source_date_epoch.
Eduard Sanou
1
-0
/
+24
2016-05-09
Error out on -fvtable-verify without --enable-vtable-verify
Rainer Orth
1
-0
/
+9
2016-02-19
re PR driver/69805 (ICE in greater_than_spec_func, at gcc.c:9722)
Jakub Jelinek
1
-24
/
+8
2016-02-12
PR driver/69779: fix bogus cleanup code used by libgccjit affecting s390x
David Malcolm
1
-2
/
+14
2016-02-12
PR driver/69265 and 69453: improved suggestions for various misspelled options
David Malcolm
1
-28
/
+84
2016-01-19
Fix memory chunk corruption for opts_obstack (PR jit/68446)
David Malcolm
1
-0
/
+1
2016-01-12
Prevent "undef var" errors on gcc --help or --version with self-specs
Olivier Hainque
1
-5
/
+38
2016-01-04
gcc.c (process_command): Update copyright notice dates.
Jakub Jelinek
1
-2
/
+2
2015-11-25
Port libvtv to Solaris
Rainer Orth
1
-3
/
+3
2015-11-15
always define ENABLE_OFFLOADING
Trevor Saunders
1
-3
/
+1
2015-11-12
[PATCH] gcc.c: new macro POST_LINK_SPECS to be able to add additional
Andris Pavenis
1
-1
/
+7
2015-11-13
PR driver/67613 - spell suggestions for misspelled command line options
David Malcolm
1
-1
/
+50
[next]