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
2020-03-02
c++: Add -std=gnu++20 option [PR93958]
Marek Polacek
2
-1
/
+10
2020-03-01
PR middle-end/92721 - checking ICE on attribute access redeclaration
Martin Sebor
2
-2
/
+25
2020-02-25
c: Small diagnostics tweak - add missing ? after did you mean [PR93858]
Jakub Jelinek
2
-1
/
+7
2020-02-15
c++: Add -std=c++20.
Jason Merrill
2
-1
/
+9
2020-02-15
Fix duplicates for anonymous structures with -fdump-ada-spec
Eric Botcazou
2
-67
/
+88
2020-02-10
PR c/93640 - The write_only and read_write attributes can be mistyped due to ...
Martin Sebor
2
-2
/
+7
2020-02-10
c-format: -Wformat-diag fix [PR93641]
Jakub Jelinek
2
-2
/
+7
2020-02-03
[OpenACC] bump version for 2.6 plus libgomp.texi update
Tobias Burnus
2
-1
/
+6
2020-01-29
c++: Drop alignas restriction for stack variables.
Jason Merrill
2
-61
/
+6
2020-01-23
c-family: One more 40752 tweak for unsigned char.
Jason Merrill
2
-3
/
+11
2020-01-23
PR c/84919 - bogus -Wrestrict on sprintf %p with destination as argument
Martin Sebor
2
-2
/
+26
2020-01-22
c-family: Fix problems with blender and PPC from PR 40752 patch.
Jason Merrill
2
-23
/
+31
2020-01-22
c-family: Remove location parm from unsafe_conversion_p.
Jason Merrill
3
-14
/
+10
2020-01-21
PR c++/40752 - useless -Wconversion with short +=.
Jason Merrill
3
-9
/
+74
2020-01-21
Handle -Wsign-conversion in conversion_warning.
Jason Merrill
4
-76
/
+81
2020-01-20
[PR 80005] Fix __has_include
Nathan Sidwell
2
-6
/
+5
2020-01-18
[C++ coroutines] Initial implementation.
Iain Sandoe
5
-0
/
+26
2020-01-10
Add diagnostic paths
David Malcolm
3
-0
/
+15
2020-01-10
PR c/93132 - bogus 'attribute((access))' warning when size-index is specified
Martin Sebor
2
-3
/
+10
2020-01-07
whitespace
Jason Merrill
2
-2
/
+2
2020-01-01
Update copyright years.
Jakub Jelinek
39
-39
/
+43
2019-12-20
c-ada-spec.h (decl_sloc): Delete.
Eric Botcazou
3
-2
/
+6
2019-12-20
OpenACC 2.6 deep copy: C and C++ front-end parts
Julian Brown
4
-0
/
+43
2019-12-19
Add OpenACC 2.6's no_create
Julian Brown
2
-0
/
+9
2019-12-17
PR c++/61339 - add warning for mismatch between struct and class
Martin Sebor
2
-0
/
+13
2019-12-11
Introduce pretty_printer::clone vfunc
David Malcolm
3
-0
/
+14
2019-12-10
Replace label_text ctor with "borrow" and "take"
David Malcolm
2
-1
/
+6
2019-12-10
diagnostic_show_locus: move initial newline to callers
David Malcolm
3
-4
/
+10
2019-12-06
c-cppbuiltin.c (c_cpp_builtins): Don't define __cpp_consteval for now.
Jakub Jelinek
2
-1
/
+6
2019-12-05
PR c++/91353 - P1331R2: Allow trivial default init in constexpr contexts.
Marek Polacek
2
-1
/
+9
2019-12-05
PR c++/92271 - make __is_same alias for __is_same_as.
Marek Polacek
2
-0
/
+6
2019-12-03
PR c++/91363 - P0960R3: Parenthesized initialization of aggregates.
Marek Polacek
2
-0
/
+7
2019-11-30
cgraph.h (symtab_node): Add symver flag.
Jan Hubicka
2
-0
/
+64
2019-11-30
[C] Add a target hook that allows targets to verify type usage
Richard Sandiford
2
-1
/
+22
2019-11-27
Implement P1814R0, CTAD for alias templates.
Jason Merrill
2
-1
/
+7
2019-11-26
re PR c++/61414 (enum class bitfield size-checking needs a separate warning f...
Jakub Jelinek
2
-0
/
+7
2019-11-25
Fix typo in C++2a paper number - P1920R1 -> P1902R1
Jakub Jelinek
1
-1
/
+1
2019-11-25
Prevent all uses of DFP when unsupported (PR c/91985).
Joseph Myers
4
-5
/
+24
2019-11-23
re PR middle-end/83859 (Please add new attribute which will establish relatio...
Jakub Jelinek
2
-4
/
+20
2019-11-22
re PR c/90677 (gcc-9.1.0 fails to build __gcc_diag__ souce: error: 'cgraph_no...
Jakub Jelinek
3
-19
/
+30
2019-11-22
Implement P1902R1, Missing feature-test macros 2017-2019.
Jakub Jelinek
2
-3
/
+19
2019-11-22
PR middle-end/83859 - attributes to associate pointer arguments and sizes
Martin Sebor
4
-6
/
+404
2019-11-21
Make more bad uses of fallthrough attribute into pedwarns.
Joseph Myers
2
-1
/
+6
2019-11-19
Change some bad uses of C2x attributes into pedwarns.
Joseph Myers
2
-1
/
+14
2019-11-15
Improve checks on C2x fallthrough attribute.
Joseph Myers
3
-2
/
+7
2019-11-15
Support C2x [[deprecated]] attribute.
Joseph Myers
3
-3
/
+7
2019-11-14
Support UTF-8 character constants for C2x.
Joseph Myers
2
-1
/
+8
2019-11-14
c-omp.c (c_omp_check_context_selector): Add nvidia to the list of valid vendors.
Jakub Jelinek
2
-1
/
+4
2019-11-14
omp-general.c (omp_context_name_list_prop): New function.
Jakub Jelinek
2
-19
/
+23
2019-11-13
Add C2x *_NORM_MAX constants to <float.h>.
Joseph Myers
2
-3
/
+15
[next]