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/existing-fp8
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
/
c-family
/
c-opts.c
Age
Commit message (
Expand
)
Author
Files
Lines
2021-01-26
c++: Add support for -std=c++23
Paul Fee
1
-2
/
+27
2021-01-04
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2020-12-01
C++ Module options
Nathan Sidwell
1
-0
/
+13
2020-11-17
langhooks: preprocessor hooks for c++ modules
Nathan Sidwell
1
-3
/
+16
2020-11-11
c++: Change the mangling of __alignof__ [PR88115]
Patrick Palka
1
-1
/
+1
2020-11-02
options: Tiny refactor
Nathan Sidwell
1
-3
/
+1
2020-10-28
c++: Deprecate arithmetic convs on different enums [PR97573]
Marek Polacek
1
-0
/
+10
2020-07-14
diagnostics: Support conversion of tabs to spaces [PR49973] [PR86904]
Lewis Hyatt
1
-6
/
+0
2020-07-07
preprocessor: Better line info for <builtin> & <command-line>
Nathan Sidwell
1
-2
/
+8
2020-06-26
c++: Change the default dialect to C++17.
Marek Polacek
1
-2
/
+2
2020-05-20
preprocessor: cleanups in c-common handling
Nathan Sidwell
1
-8
/
+7
2020-05-15
c++: Enable coroutines with -std=c++20.
Jason Merrill
1
-3
/
+4
2020-05-13
c++: Replace "C++2a" with "C++20".
Jason Merrill
1
-14
/
+14
2020-04-02
c/94392 - only enable -ffinite-loops for C++
Richard Biener
1
-0
/
+4
2020-01-01
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2019-12-10
diagnostic_show_locus: move initial newline to callers
David Malcolm
1
-0
/
+1
2019-11-12
Use more SET_OPTION_IF_UNSET.
Martin Liska
1
-16
/
+18
2019-11-08
Handle removal of old-style function definitions in C2x.
Joseph Myers
1
-0
/
+4
2019-11-05
Make -fconcepts-ts imply -fconcepts.
Jason Merrill
1
-1
/
+1
2019-11-04
PR c++/91979 - mangling nullptr expression
Kamlesh Kumar
1
-1
/
+1
2019-10-09
Update the concepts implementation to conform to C++20.
Jason Merrill
1
-0
/
+11
2019-10-08
Make C2X imply -fno-fp-int-builtin-inexact.
Joseph Myers
1
-0
/
+6
2019-10-01
Support prefixes in diagnostic_show_locus
David Malcolm
1
-1
/
+3
2019-09-06
Remove support for repo files (PR c++/91125).
Martin Liska
1
-6
/
+0
2019-08-29
Implement P1152R4: Deprecating some uses of volatile.
Marek Polacek
1
-0
/
+4
2019-08-23
re PR middle-end/91283 (gcc.dg/torture/c99-contract-1.c FAILs)
Jakub Jelinek
1
-6
/
+5
2019-08-05
PR c++/91338 - Implement P1161R3: Deprecate a[b,c].
Marek Polacek
1
-0
/
+4
2019-07-09
PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to n...
Martin Sebor
1
-1
/
+1
2019-07-02
re PR preprocessor/90581 (provide an option to adjust the maximum depth of ne...
Qing Zhao
1
-0
/
+4
2019-05-17
trans.c (check_inlining_for_nested_subprog): Quote reserved names.
Martin Sebor
1
-3
/
+3
2019-05-06
[libcpp] struct deps renaming
Nathan Sidwell
1
-5
/
+2
2019-03-12
Replace can't in error messages for Fortran.
Martin Liska
1
-1
/
+1
2019-03-11
Wrap apostrophes in gcc internal format with %'.
Martin Liska
1
-1
/
+1
2019-03-11
Wrap option names in gcc internal messages with %< and %>.
Martin Liska
1
-16
/
+19
2019-01-14
Implement P0482R5, char8_t: A type for UTF-8 characters and strings
Tom Honermann
1
-0
/
+4
2019-01-01
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2018-11-15
Machine-readable diagnostic output (PR other/19165)
David Malcolm
1
-1
/
+2
2018-11-13
Eliminate source_location in favor of location_t
David Malcolm
1
-1
/
+1
2018-10-31
[PATCH] command line macros
Nathan Sidwell
1
-39
/
+33
2018-10-31
[6/6] Preprocessor forced macro location
Nathan Sidwell
1
-2
/
+1
2018-10-18
Add -std=c2x, -std=gnu2x, -Wc11-c2x-compat, C2X _Static_assert support.
Joseph Myers
1
-0
/
+30
2018-10-09
Cleanup of libcpp diagnostic callbacks
David Malcolm
1
-1
/
+1
2018-08-20
Add support for grouping of related diagnostics (PR other/84889)
David Malcolm
1
-0
/
+1
2018-07-20
PR middle-end/82063 - issues with arguments enabled by -Wall
Martin Sebor
1
-11
/
+1
2018-06-13
c-opts.c (c_common_post_options): Warn about useless -Wabi.
Jason Merrill
1
-3
/
+11
2018-06-13
PR c++/86094 - wrong code with defaulted move ctor.
Jason Merrill
1
-17
/
+24
2018-05-30
re PR c/55976 (-Werror=return-type should error on returning a value from a v...
David Pagan
1
-2
/
+3
2018-01-18
Add ability to remap file names in __FILE__, etc (PR other/70268)
Boris Kolpackov
1
-0
/
+5
2018-01-03
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2017-11-06
Instrument function exit with __builtin_unreachable in C++
Martin Liska
1
-0
/
+3
[next]