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-attribs.cc
Age
Commit message (
Expand
)
Author
Files
Lines
2024-11-28
Add support for nonnull_if_nonzero attribute [PR117023]
Jakub Jelinek
1
-1
/
+28
2024-11-22
build: Remove INCLUDE_MEMORY [PR117737]
Andrew Pinski
1
-1
/
+0
2024-11-20
OpenMP: C front-end support for dispatch + adjust_args
Paul-Antoine Arras
1
-0
/
+3
2024-10-25
gcc: Remove trailing whitespace
Jakub Jelinek
1
-3
/
+3
2024-10-24
Use unique_ptr in more places in pretty_printer/diagnostics [PR116613]
David Malcolm
1
-0
/
+1
2024-09-05
c-family: add attribute flag_enum [PR81665]
Jason Merrill
1
-0
/
+30
2024-09-03
Explicitly document that the "counted_by" attribute is only supported in C.
Qing Zhao
1
-1
/
+9
2024-08-31
c: Add support for unsequenced and reproducible attributes
Jakub Jelinek
1
-0
/
+55
2024-07-23
C++: Support clang compatible [[musttail]] (PR83324)
Andi Kleen
1
-0
/
+20
2024-07-20
Revert "C++: Support clang compatible [[musttail]] (PR83324)"
Andi Kleen
1
-20
/
+0
2024-07-19
C++: Support clang compatible [[musttail]] (PR83324)
Andi Kleen
1
-0
/
+20
2024-07-19
Add a musttail generic attribute to the c-attribs table
Andi Kleen
1
-0
/
+15
2024-05-31
Provide counted_by attribute to flexible array member field
Qing Zhao
1
-1
/
+67
2024-05-31
C: allow aliasing of compatible types derived from enumeral types [PR115157]
Martin Uecker
1
-0
/
+1
2024-05-29
c++: pragma target and static init [PR109753]
Jason Merrill
1
-0
/
+4
2024-04-23
Further spelling fixes in translatable strings
Jakub Jelinek
1
-1
/
+1
2024-01-09
c-family: copy attribute diagnostic fixes [PR113262]
Jakub Jelinek
1
-18
/
+14
2024-01-03
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2023-12-16
Add support for target_version attribute
Andrew Carlotti
1
-4
/
+36
2023-12-16
c-family: Simplify attribute exclusion handling
Andrew Carlotti
1
-48
/
+30
2023-12-12
ipa/92606 - properly handle no_icf attribute for variables
Richard Biener
1
-1
/
+2
2023-12-05
Introduce strub: machine-independent stack scrubbing
Alexandre Oliva
1
-0
/
+82
2023-12-05
Restore build with GCC 4.8 to GCC 5
Richard Sandiford
1
-2
/
+2
2023-12-02
Allow target attributes in non-gnu namespaces
Richard Sandiford
1
-6
/
+14
2023-11-29
Introduce hardbool attribute for C
Alexandre Oliva
1
-1
/
+96
2023-11-11
c: Synthesize nonnull attribute for parameters declared with static [PR110815]
Martin Uecker
1
-1
/
+11
2023-11-07
openmp: Add support for the 'indirect' clause in C/C++
Kwok Cheung Yeung
1
-0
/
+2
2023-10-26
Add attribute((null_terminated_string_arg(PARAM_IDX)))
David Malcolm
1
-0
/
+17
2023-10-20
Control flow redundancy hardening
Alexandre Oliva
1
-0
/
+22
2023-09-19
c++: extend cold, hot attributes to classes
Javier Martinez
1
-2
/
+48
2023-09-06
C _BitInt incremental fixes [PR102989]
Jakub Jelinek
1
-1
/
+2
2023-05-26
c: -Wstringop-overflow for parameters with forward-declared sizes
Martin Uecker
1
-0
/
+9
2023-02-18
Fix ICE related to implicit access attributes for VLA arguments [PR105660]
Martin Uecker
1
-12
/
+16
2023-01-16
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2023-01-09
c: check if target_clone attrs are all string
Martin Liska
1
-4
/
+10
2022-12-02
Fix a few incorrect accesses.
Andrew MacLeod
1
-1
/
+1
2022-11-16
c++: Allow attributes on concepts - DR 2428
Jakub Jelinek
1
-1
/
+2
2022-10-07
Add a new option -fstrict-flex-arrays[=n] and new attribute strict_flex_array
Qing Zhao
1
-0
/
+47
2022-10-06
c++, c: Implement C++23 P1774R8 - Portable assumptions [PR106654]
Jakub Jelinek
1
-0
/
+15
2022-08-31
c: C2x attributes fixes and updates
Joseph Myers
1
-0
/
+7
2022-07-23
Adding three new function attributes for static analysis of file descriptors
Immad Mir
1
-0
/
+31
2022-05-27
c-family: fix attribute constructor ICE [PR90658]
Marek Polacek
1
-1
/
+1
2022-05-16
attribs: fix typedefs in generic code [PR105492]
Jason Merrill
1
-10
/
+0
2022-05-16
Use more ARRAY_SIZE.
Martin Liska
1
-2
/
+1
2022-05-07
c, c++: attribute format on a ctor with a vbase [PR101833, PR47634]
Marek Polacek
1
-11
/
+22
2022-04-30
c-family: attribute ((aligned, mode)) [PR100545]
Jason Merrill
1
-1
/
+15
2022-03-16
PR c/98198: ICE-on-invalid-code error recovery.
Roger Sayle
1
-0
/
+2
2022-03-07
Fix up duplicated duplicated words in comments
Jakub Jelinek
1
-2
/
+2
2022-03-01
ipa: Improve error handling for target_clone single value
Martin Liska
1
-0
/
+6
2022-02-11
[gimplefe] Add vector_mask attribute to get access to vector bools
Richard Biener
1
-0
/
+36
[next]