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.c
Age
Commit message (
Expand
)
Author
Files
Lines
2020-12-14
Correct/improve maybe_emit_free_warning (PR middle-end/98166, PR c++/57111, P...
Martin Sebor
1
-22
/
+103
2020-12-03
Add support for detecting mismatched allocation/deallocation calls.
Martin Sebor
1
-9
/
+171
2020-11-25
Clean up -Wformat-diag warnings (PR bootstrap/97622, PR bootstrap/94982)
Martin Sebor
1
-2
/
+2
2020-11-23
Implement the "persistent" attribute
Jozef Lawrynowicz
1
-44
/
+97
2020-11-20
PR middle-end/97879 - ICE on invalid mode in attribute access
Martin Sebor
1
-11
/
+24
2020-11-13
clang: fix -Wmisleading-indentation warning.
Martin Liska
1
-1
/
+1
2020-11-13
C-Family, Objective-C : Implement Objective-C nullability Part 1[PR90707].
Iain Sandoe
1
-0
/
+49
2020-11-13
C-family, Objective-C [1/3] : Implement Wobjc-root-class [PR77404].
Iain Sandoe
1
-0
/
+19
2020-11-07
Objective-C : Implement NSObject attribute.
Iain Sandoe
1
-0
/
+39
2020-10-30
Add -fzero-call-used-regs option and zero_call_used_regs function attributes.
qing zhao
1
-0
/
+51
2020-10-22
Implement no_stack_protector attribute.
Martin Liska
1
-1
/
+31
2020-10-14
PR c/97413 - bogus error on function declaration with many VLA arguments
Martin Sebor
1
-4
/
+9
2020-09-30
Avoid assuming a VLA access specification string contains a closing bracket (...
Martin Sebor
1
-12
/
+6
2020-09-19
Infrastructure & C front end changes for array parameter checking (PR c/50584).
Martin Sebor
1
-133
/
+446
2020-09-16
Detect conflicts between incompatible uses of the same attribute (PR c/78666).
Martin Sebor
1
-24
/
+169
2020-09-14
options: Save and restore opts_set for Optimization and Target options
Jakub Jelinek
1
-4
/
+5
2020-06-10
Add gcc_assert that &global_options are not dirty modified.
Martin Liska
1
-0
/
+12
2020-06-04
Implement a solution for PR middle-end/10138 and PR middle-end/95136.
Martin Sebor
1
-12
/
+17
2020-05-05
c-attribs.c: Fix warning about use of uninitialized variable nunits
Stefan Schulze Frielinghaus
1
-1
/
+3
2020-05-01
Add patch_area_size and patch_area_entry to crtl
H.J. Lu
1
-0
/
+9
2020-04-23
c-family: Fix ICE on attribute with -fgnu-tm [PR94733]
Marek Polacek
1
-1
/
+1
2020-03-27
PR c++/94346 - [9/10 Regression] ICE due to handle_copy_attribute since r9-3982
Martin Sebor
1
-11
/
+12
2020-03-27
PR c++/94098 - ICE on attribute access redeclaration
Martin Sebor
1
-8
/
+4
2020-03-01
PR middle-end/92721 - checking ICE on attribute access redeclaration
Martin Sebor
1
-2
/
+19
2020-02-10
PR c/93640 - The write_only and read_write attributes can be mistyped due to ...
Martin Sebor
1
-2
/
+2
2020-01-29
c++: Drop alignas restriction for stack variables.
Jason Merrill
1
-61
/
+1
2020-01-10
PR c/93132 - bogus 'attribute((access))' warning when size-index is specified
Martin Sebor
1
-3
/
+4
2020-01-01
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2019-11-30
cgraph.h (symtab_node): Add symver flag.
Jan Hubicka
1
-0
/
+59
2019-11-26
re PR c++/61414 (enum class bitfield size-checking needs a separate warning f...
Jakub Jelinek
1
-0
/
+1
2019-11-23
re PR middle-end/83859 (Please add new attribute which will establish relatio...
Jakub Jelinek
1
-4
/
+12
2019-11-22
PR middle-end/83859 - attributes to associate pointer arguments and sizes
Martin Sebor
1
-1
/
+387
2019-11-21
Make more bad uses of fallthrough attribute into pedwarns.
Joseph Myers
1
-1
/
+1
2019-11-15
Improve checks on C2x fallthrough attribute.
Joseph Myers
1
-2
/
+1
2019-11-15
Support C2x [[deprecated]] attribute.
Joseph Myers
1
-3
/
+1
2019-11-07
Expand C2x attribute parsing support and factor out from TM attributes.
Joseph Myers
1
-2
/
+4
2019-10-25
gimplify.h (omp_construct_selector_matches): Declare.
Jakub Jelinek
1
-0
/
+6
2019-10-12
c-common.h (c_omp_mark_declare_variant, [...]): Declare.
Jakub Jelinek
1
-2
/
+4
2019-10-10
c-common.h (c_omp_check_context_selector, [...]): Declare.
Jakub Jelinek
1
-0
/
+13
2019-09-03
Implement TARGET_HANDLE_GENERIC_ATTRIBUTE
Jozef Lawrynowicz
1
-10
/
+29
2019-08-14
Add generic support for noinit attribute.
Christophe Lyon
1
-1
/
+59
2019-06-19
PR c++/60364 - noreturn after first decl not diagnosed.
Marek Polacek
1
-3
/
+2
2019-06-05
c-decl.c (start_decl): Adjust quoting and hyphenation in diagnostics.
Martin Sebor
1
-12
/
+11
2019-05-22
Strip target_clones in copy attribute (PR lto/90500).
Martin Liska
1
-1
/
+2
2019-05-17
[PR89433] Refer to OpenACC 'routine' clauses from "omp declare target" attribute
Thomas Schwinge
1
-1
/
+1
2019-05-17
trans.c (check_inlining_for_nested_subprog): Quote reserved names.
Martin Sebor
1
-15
/
+16
2019-04-12
Commit a change missed in r270326:
Martin Sebor
1
-20
/
+63
2019-04-12
re PR c/89946 (ICE in assemble_start_function, at varasm.c:1871)
Jakub Jelinek
1
-2
/
+21
2019-04-01
PR c/89685 - ICE on attribute copy with a compound expression
Martin Sebor
1
-6
/
+22
2019-03-11
Wrap option names in gcc internal messages with %< and %>.
Martin Liska
1
-1
/
+2
[next]