c: Update checks on constexpr floating-point initializers
[platform/upstream/gcc.git] / gcc / c / c-typeck.cc
2023-02-02 Joseph Myersc: Update checks on constexpr floating-point initializers
2023-01-16 Jakub JelinekUpdate copyright years.
2023-01-14 Jakub Jelinekc++: Avoid incorrect shortening of divisions [PR108365]
2022-11-12 Joseph Myersc: C2x constexpr
2022-11-03 Joseph Myersc: C2x auto
2022-10-28 Joseph Myersc: tree: target: C2x (...) function prototypes and...
2022-10-28 Joseph Myersc: C2x enums with fixed underlying type [PR61469]
2022-10-24 Jakub Jelinekc, c++: Fix up excess precision handling of scalar_to_v...
2022-10-14 Jakub Jelinekmiddle-end, c++, i386, libgcc: std::bfloat16_t and...
2022-10-14 Joseph Myersc: C2x storage class specifiers in compound literals
2022-10-06 Joseph Myersc: C2x typeof
2022-09-24 Jakub Jelinekopenmp, c: Tighten up c_tree_equal [PR106981]
2022-09-22 David Malcolmc: fix uninitialized c_expr::m_decimal [PR106830]
2022-09-19 Marek Polacekc: Stray inform note with -Waddress [PR106947]
2022-09-14 Julian BrownOpenMP/OpenACC: mapping group list-handling improvements
2022-09-03 Jakub Jelinekopenmp: Partial OpenMP 5.2 doacross and omp_cur_iterati...
2022-09-02 David Malcolmc/c++: new warning: -Wxor-used-as-pow [PR90885]
2022-08-31 Joseph Myersc: C2x attributes fixes and updates
2022-08-26 Jakub JelinekImplement __builtin_issignaling
2022-08-25 Marek Polacekc: Implement C23 nullptr (N3042)
2022-08-25 Joseph Myersc: Support C2x empty initializer braces
2022-08-17 Tobias BurnusOpenMP/C++: Allow classes with static members to be...
2022-08-08 Tom HonermannC: Implement C2X N2653 char8_t and UTF-8 string literal...
2022-08-01 David Malcolmc: improvements to address space diagnostics
2022-06-07 Jakub Jelinekopenmp: Add support for OpenMP 5.2 linear clause syntax...
2022-05-27 Jakub Jelinekopenmp: Add support for enter clause on declare target
2022-05-25 Jakub Jelinekc: Improve build_component_ref diagnostics [PR91134]
2022-05-18 Marek Polacekc: Implement new -Wenum-int-mismatch warning [PR105131]
2022-05-12 Jakub Jelinekopenmp: Add omp_all_memory support (C/C++ only so far)
2022-04-08 Jakub Jelinekc: Error on va_arg with function type [PR105149]
2022-03-22 Marek Polacekc: -Wmissing-field-initializers and designated inits...
2022-03-12 Thomas SchwingeAdd 'gcc/tree.cc:user_omp_clause_code_name' [PR65095]
2022-03-09 Joseph Myersc: Revert C2x changes to function type compatibility
2022-03-09 Jakub Jelinekc, c++, c-family: -Wshift-negative-value and -Wshift...
2022-02-10 Marcel VollweilerC, C++, Fortran, OpenMP: Add 'has_device_addr' clause...
2022-02-09 Jakub Jelinekc: Fix up __builtin_assoc_barrier handling in the C...
2022-01-17 Martin LiskaChange references of .c files to .cc files
2022-01-17 Martin LiskaRename .c files to .cc files.