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-common.h
Age
Commit message (
Expand
)
Author
Files
Lines
2016-12-21
re PR bootstrap/78817 (stage2 bootstrap failure in vec.h:1613:5: error: argum...
Jakub Jelinek
1
-1
/
+1
2016-11-23
[Patch 6/17] Migrate excess precision logic to use TARGET_EXCESS_PRECISION
James Greenhalgh
1
-0
/
+5
2016-11-14
Make-lang.in (C_AND_OBJC_OBJS): Add gimple-parser.o.
Prasad Ghangal
1
-0
/
+6
2016-11-13
re PR tree-optimization/35503 (Warning about restricted pointers?)
Prathamesh Kulkarni
1
-0
/
+1
2016-10-25
internal-fn.def (LAUNDER): New internal function.
Jakub Jelinek
1
-2
/
+2
2016-10-17
Makefile.in (C_COMMON_OBJS): Add c-family/c-attribs.o.
Marek Polacek
1
-8
/
+9
2016-10-11
Makefile.in (C_COMMON_OBJS): Add c-family/c-warn.o.
Marek Polacek
1
-58
/
+61
2016-10-07
Implement LWG2296 helper intrinsic c-family/
Jakub Jelinek
1
-0
/
+1
2016-10-06
Implement P0258R2 - helper for C++17 std::has_unique_object_representations t...
Jakub Jelinek
1
-1
/
+2
2016-10-04
PR c++/77852 - class deduction from list-init
Jason Merrill
1
-0
/
+1
2016-09-26
Implement -Wimplicit-fallthrough.
Marek Polacek
1
-0
/
+1
2016-09-14
c-common.c (c_common_truthvalue_conversion): Use false instead of 0.
Marek Polacek
1
-1
/
+1
2016-09-09
Implement P0035R4, C++17 new of over-aligned types.
Jason Merrill
1
-0
/
+1
2016-09-07
Move class substring_loc from c-family into gcc
David Malcolm
1
-29
/
+3
2016-08-25
c-common.c (warn_logical_not_parentheses): Print fixit hints.
Marek Polacek
1
-1
/
+2
2016-08-19
Implement C _FloatN, _FloatNx types.
Joseph Myers
1
-0
/
+14
2016-08-18
Spelling suggestions for misspelled preprocessor directives
David Malcolm
1
-0
/
+5
2016-08-16
Fix caret locations in format_type_warning (PR c/72857)
David Malcolm
1
-3
/
+6
2016-08-08
c-format.c: suggest the correct format string to use (PR c/64955)
David Malcolm
1
-0
/
+7
2016-08-05
On-demand locations within string-literals
David Malcolm
1
-0
/
+29
2016-07-20
C: convert return type of lookup_name_fuzzy from tree to const char *
David Malcolm
1
-1
/
+1
2016-07-15
re PR c/71858 (Surprising suggestions for misspellings)
Jakub Jelinek
1
-0
/
+3
2016-06-22
C FE: suggest corrections for misspelled identifiers and type names
David Malcolm
1
-0
/
+9
2016-06-01
c-common.c (get_source_date_epoch): Rename to cb_get_source_date_epoch.
Eduard Sanou
1
-5
/
+10
2016-05-24
re PR middle-end/70434 (adding an extraneous cast to vector type results in i...
Richard Biener
1
-1
/
+1
2016-05-11
re PR c++/71024 (Missing warning for contradictory attributes)
Marek Polacek
1
-0
/
+1
2016-05-03
re PR c/70859 (Bad column number in type-generic function errors)
Marek Polacek
1
-1
/
+2
2016-05-03
* c-common.h (enum c_omp_region_type): Remove stray comma.
Marek Polacek
1
-1
/
+1
2016-05-02
c-common.h (enum c_omp_region_type): Define.
Cesar Philippidis
1
-0
/
+9
2016-04-29
re PR middle-end/70626 (bogus results in 'acc parallel loop' reductions)
Cesar Philippidis
1
-1
/
+1
2016-04-28
c-common.c (get_source_date_epoch): New function...
Eduard Sanou
1
-0
/
+5
2016-04-27
re PR c++/69024 ([cilkpus] cilk_spawn is broken for initializations with impl...
Ryan Burn
1
-0
/
+3
2016-04-27
invoke.texi (Warning Options): Add -Wmemset-elt-size.
Bernd Schmidt
1
-0
/
+1
2016-04-25
Implement C++17 [[maybe_unused]] attribute.
Jason Merrill
1
-0
/
+1
2016-04-20
re PR c++/69363 (ICE when doing a pragma simd reduction with max)
Ilya Verbin
1
-1
/
+0
2016-01-27
re PR c++/69267 ([cilkplus] ICE when calling a function with an empty class a...
Ryan Burn
1
-2
/
+1
2016-01-13
Improve warning locations (PR66208)
Bernd Schmidt
1
-1
/
+1
2016-01-04
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2015-12-21
C and C++ FE: fix source ranges for binary ops
David Malcolm
1
-1
/
+1
2015-12-16
Better error recovery for merge-conflict markers
David Malcolm
1
-0
/
+4
2015-12-02
Define c_fully_fold separately for C and C++.
Jason Merrill
1
-1
/
+0
2015-12-02
Fix TYPE_MAIN_VARIANT construction for arrays of qualified typedefs (PR c/681...
Joseph Myers
1
-1
/
+1
2015-11-11
re PR c/68107 (Non-VLA type whose size is half or more of the address space c...
Marek Polacek
1
-0
/
+1
2015-11-06
Reimplement diagnostic_show_locus, introducing rich_location classes
David Malcolm
1
-2
/
+2
2015-11-05
gcc/
Jakub Jelinek
1
-1
/
+5
2015-11-03
re PR c/67882 (surprising offsetof result on an invalid array member without ...
Martin Sebor
1
-1
/
+1
2015-10-27
[PR c/64765, c/64880] Support OpenACC Combined Directives in C, C++
Thomas Schwinge
1
-0
/
+1
2015-10-20
array-notation-common.c (is_cilkplus_vector_p): Define.
Marek Polacek
1
-0
/
+1
2015-10-13
builtin-types.def (BT_FN_BOOL_UINT_LONGPTR_LONGPTR_LONGPTR, [...]): New.
Jakub Jelinek
1
-4
/
+5
2015-10-04
Implement N4514, C++ Extensions for Transactional Memory.
Jason Merrill
1
-1
/
+5
[next]