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-15
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-15
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
/
c-decl.cc
Age
Commit message (
Expand
)
Author
Files
Lines
2024-07-10
c: ICE on invalid with attribute optimize [PR115549]
Marek Polacek
1
-1
/
+4
2024-06-25
c: Fix ICE related to incomplete structures in C23 [PR114930]
Jakub Jelinek
1
-7
/
+31
2024-06-18
c23: Fix for redeclared enumerator initialized with different type [PR115109]
Martin Uecker
1
-3
/
+26
2024-06-06
c: Fix up pointer types to may_alias structures [PR114493]
Jakub Jelinek
1
-0
/
+15
2024-05-31
Provide counted_by attribute to flexible array member field
Qing Zhao
1
-17
/
+63
2024-05-31
C23: allow aliasing for types derived from structs with variable size
Martin Uecker
1
-1
/
+1
2024-05-31
C: allow aliasing of compatible types derived from enumeral types [PR115157]
Martin Uecker
1
-2
/
+9
2024-05-06
Update the C FE routine "add_flexible_array_elts_to_size" C++ FE routine "lay...
Qing Zhao
1
-6
/
+23
2024-05-06
C and C++ FE changes to support flexible array members in unions and alone in...
Qing Zhao
1
-11
/
+5
2024-04-20
c: Fix ICE with -g and -std=c23 related to incomplete types [PR114361]
Jakub Jelinek
1
-1
/
+48
2024-04-09
Fix up duplicated words mostly in comments, part 2
Jakub Jelinek
1
-2
/
+2
2024-04-05
Revert "Fix ICE with -g and -std=c23 related to incomplete types [PR114361]"
Martin Uecker
1
-1
/
+0
2024-04-03
Fix ICE with -g and -std=c23 related to incomplete types [PR114361]
Martin Uecker
1
-0
/
+1
2024-02-10
Use HOST_SIZE_T_PRINT_* and HOST_WIDE_INT_T_PRINT_* some more
Jakub Jelinek
1
-2
/
+2
2024-02-05
c: Avoid ICE with _BitInt(N) : 0 bitfield [PR113740]
Jakub Jelinek
1
-1
/
+1
2024-01-31
c: Fix ICE for nested enum redefinitions with/without fixed underlying type [...
Joseph Myers
1
-2
/
+5
2024-01-21
C23: Fix ICE for composite type for structs with unsigned bitfields [PR113492]
Martin Uecker
1
-1
/
+1
2024-01-03
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2023-12-22
c23: construct composite type for tagged types
Martin Uecker
1
-9
/
+12
2023-12-21
c23: aliasing of compatible tagged types
Martin Uecker
1
-1
/
+50
2023-12-21
c23: tag compatibility rules for enums
Martin Uecker
1
-9
/
+56
2023-12-21
c23: tag compatibility rules for struct and unions
Martin Uecker
1
-5
/
+67
2023-12-11
Fix regression causing ICE for structs with VLAs [PR 112488]
Martin Uecker
1
-8
/
+25
2023-12-05
Restore build with GCC 4.8 to GCC 5
Richard Sandiford
1
-1
/
+1
2023-12-02
Allow target attributes in non-gnu namespaces
Richard Sandiford
1
-5
/
+7
2023-12-01
c: Add new -Wdeclaration-missing-parameter-type permerror
Florian Weimer
1
-2
/
+4
2023-12-01
c: Do not ignore some forms of -Wimplicit-int in system headers
Florian Weimer
1
-1
/
+1
2023-12-01
c: Turn -Wimplicit-int into a permerror
Florian Weimer
1
-31
/
+12
2023-12-01
c: Turn -Wimplicit-function-declaration into a permerror
Florian Weimer
1
-10
/
+10
2023-11-29
Introduce hardbool attribute for C
Alexandre Oliva
1
-0
/
+10
2023-11-23
c: Add __builtin_stdc_* builtins
Jakub Jelinek
1
-1
/
+2
2023-11-07
openmp: Add support for the 'indirect' clause in C/C++
Kwok Cheung Yeung
1
-0
/
+8
2023-11-07
c: Refer more consistently to C23 not C2X
Joseph Myers
1
-46
/
+46
2023-11-04
openmp: Add omp::decl support for C2X
Jakub Jelinek
1
-5
/
+5
2023-11-04
openmp: Add support for omp::directive and omp::sequence attributes in C2X
Jakub Jelinek
1
-4
/
+78
2023-10-18
[c] Fix PR 101364: ICE after error due to diagnose_arglist_conflict not check...
Andrew Pinski
1
-1
/
+2
2023-10-17
c: error for function with external and internal linkage [PR111708]
Martin Uecker
1
-0
/
+21
2023-09-12
OpenMP (C only): omp allocate - extend parsing support, improve diagnostic
Tobias Burnus
1
-0
/
+26
2023-09-06
C _BitInt incremental fixes [PR102989]
Jakub Jelinek
1
-2
/
+9
2023-09-06
C _BitInt support [PR102989]
Jakub Jelinek
1
-49
/
+145
2023-09-06
c: Don't pedwarn on _FloatN{,x} or {f,F}N{,x} suffixes for C2X
Jakub Jelinek
1
-6
/
+7
2023-07-31
c: add -Wmissing-variable-declarations [PR65213]
Hamza Mahfooz
1
-1
/
+9
2023-06-29
Update documentation to clarify a GCC extension [PR c/77650]
Qing Zhao
1
-0
/
+9
2023-06-29
Introduce IR bit TYPE_INCLUDES_FLEXARRAY for the GCC extension
Qing Zhao
1
-0
/
+11
2023-05-23
Fix ICEs related to VM types in C 2/2 [PR109450]
Martin Uecker
1
-52
/
+60
2023-05-23
Fix ICEs related to VM types in C 1/2 [PR70418, PR107557, PR108423]
Martin Uecker
1
-17
/
+22
2023-05-19
c: Remove dead code related to type compatibility across TUs.
Martin Uecker
1
-41
/
+15
2023-05-19
c: Do not allow thread-local tentative definitions for C2x
Joseph Myers
1
-3
/
+17
2023-05-18
c: use _P() defines from tree.h
Bernhard Reutner-Fischer
1
-3
/
+3
2023-05-16
c: Remove restrictions on declarations in 'for' loops for C2X
Joseph Myers
1
-17
/
+21
[next]