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
Age
Commit message (
Expand
)
Author
Files
Lines
2024-10-17
c, libcpp: Partially implement C2Y N3353 paper [PR117028]
Jakub Jelinek
3
-2
/
+6
2024-10-16
Ternary operator formatting fixes
Jakub Jelinek
1
-16
/
+16
2024-10-16
Daily bump.
GCC Administrator
1
-0
/
+54
2024-10-16
libcpp, c, middle-end: Optimize initializers using #embed in C
Jakub Jelinek
3
-12
/
+257
2024-10-15
Provide new GCC builtin __builtin_counted_by_ref [PR116016]
Qing Zhao
2
-0
/
+2
2024-10-15
c: Implement C2Y N3355 - Named Loops [PR117022]
Jakub Jelinek
4
-38
/
+130
2024-10-15
C++: Regenerate c.opt.urls [PR117157]
Andrew Pinski
1
-0
/
+3
2024-10-15
libcpp: Add -Wtrailing-blanks warning
Jakub Jelinek
2
-0
/
+26
2024-10-13
Daily bump.
GCC Administrator
1
-0
/
+5
2024-10-12
libcpp, genmatch: Use gcc_diag instead of printf for libcpp diagnostics
Jakub Jelinek
1
-6
/
+6
2024-10-10
Daily bump.
GCC Administrator
1
-0
/
+10
2024-10-09
c++: more modules and -M
Jason Merrill
1
-2
/
+5
2024-10-08
gcc, libcpp: Add warning switch for "#pragma once in main file" [PR89808]
Ken Matsui
2
-0
/
+7
2024-10-08
Daily bump.
GCC Administrator
1
-0
/
+6
2024-10-07
c++: modules don't require preprocessor output
Jason Merrill
1
-15
/
+24
2024-10-04
Daily bump.
GCC Administrator
1
-0
/
+11
2024-10-03
c++: -Wdeprecated enables later standard deprecations
Jason Merrill
1
-5
/
+12
2024-10-03
c++: add -Wdeprecated-literal-operator [CWG2521]
Jason Merrill
3
-0
/
+12
2024-10-03
Daily bump.
GCC Administrator
1
-0
/
+7
2024-10-02
libcpp: Implement clang -Wheader-guard warning [PR96842]
Jakub Jelinek
3
-0
/
+8
2024-10-02
Daily bump.
GCC Administrator
1
-0
/
+5
2024-10-01
c++: don't advertise C++20 concepts in C++14
Jason Merrill
1
-1
/
+1
2024-10-01
Daily bump.
GCC Administrator
1
-0
/
+6
2024-09-30
diagnostics: require callers of diagnostic_show_locus to be explicit about th...
David Malcolm
1
-1
/
+1
2024-09-28
Daily bump.
GCC Administrator
1
-0
/
+7
2024-09-27
diagnostic: Save/restore diagnostic context history and push/pop state for PC...
Jakub Jelinek
1
-1
/
+7
2024-09-26
Daily bump.
GCC Administrator
1
-0
/
+11
2024-09-25
doc: Remove @code wrapping of fortran option names [PR116801]
Mikael Morin
1
-18
/
+22
2024-09-25
c++: use TARGET_EXPR accessors
Marek Polacek
1
-5
/
+5
2024-09-25
Daily bump.
GCC Administrator
1
-0
/
+17
2024-09-24
options: Regenerate c.opt.urls
Jakub Jelinek
1
-0
/
+3
2024-09-24
c++: Implement C++23 P2718R0 - Wording for P2644R1 Fix for Range-based for Lo...
Jakub Jelinek
4
-1
/
+25
2024-09-21
Daily bump.
GCC Administrator
1
-0
/
+10
2024-09-20
diagnostics: convert text hooks to use diagnostic_text_output_format [PR116613]
David Malcolm
1
-7
/
+9
2024-09-20
Daily bump.
GCC Administrator
1
-0
/
+9
2024-09-19
c-family: regenerate c.opt.urls
Marek Polacek
1
-0
/
+3
2024-09-19
c++: deleting explicitly-defaulted functions [PR116162]
Marek Polacek
1
-0
/
+4
2024-09-13
Daily bump.
GCC Administrator
1
-0
/
+14
2024-09-12
libcpp: adjust pedwarn handling
Jason Merrill
2
-6
/
+4
2024-09-12
libcpp, c-family: Add (dumb) C23 N3017 #embed support [PR105863]
Jakub Jelinek
2
-0
/
+14
2024-09-10
Daily bump.
GCC Administrator
1
-0
/
+15
2024-09-09
diagnostics: introduce struct diagnostic_option_id
David Malcolm
1
-4
/
+3
2024-09-09
diagnostics: rename dc.printer to m_printer [PR116613]
David Malcolm
2
-8
/
+9
2024-09-07
Daily bump.
GCC Administrator
1
-0
/
+10
2024-09-05
c-family: add attribute flag_enum [PR81665]
Jason Merrill
3
-0
/
+35
2024-09-05
Daily bump.
GCC Administrator
1
-0
/
+14
2024-09-03
Explicitly document that the "counted_by" attribute is only supported in C.
Qing Zhao
1
-1
/
+9
2024-09-03
pretty-print: naming cleanups
David Malcolm
2
-12
/
+12
2024-09-01
Daily bump.
GCC Administrator
1
-0
/
+13
2024-08-31
c: Add support for unsequenced and reproducible attributes
Jakub Jelinek
3
-1
/
+60
[next]