summaryrefslogtreecommitdiff
path: root/gcc/ginclude
AgeCommit message (Expand)Author
2020-09-02c++: Stop defining true, false and bool as macros in <stdbool.h>Jonathan Wakely
2020-01-01Update copyright years.Jakub Jelinek
2019-11-13Add C2x *_NORM_MAX constants to <float.h>.Joseph Myers
2019-10-10Update DFP macros in float.h for C2x and TS 18661-2.Joseph Myers
2019-10-03Define WIDTH macros for C2x.Joseph Myers
2019-09-10[ARM/FDPIC v6 06/24] [ARM] FDPIC: Add support for c++ exceptionsChristophe Lyon
2019-06-24Define C11 macros such as FLT_DECIMAL_DIG for C++17Jonathan Wakely
2019-01-01Update copyright years.Jakub Jelinek
2018-06-25stddef.h: Remove an obsolete comment on FreeBSD 5.Gerald Pfeifer
2018-06-24stddef.h: Simplify conditions around avoiding re-definition of __size_t.Maya Rashish
2018-06-20* ginclude/stddef.h: Limit #include <machine/ansi.h> to NetBSD.Maya Rashish
2018-01-03Update copyright years.Jakub Jelinek
2017-11-15Add __builtin_tgmath for better tgmath.h implementation (bug 81156).Joseph Myers
2017-01-01Update copyright years.Jakub Jelinek
2016-11-23[Patch 6/17] Migrate excess precision logic to use TARGET_EXCESS_PRECISIONJames Greenhalgh
2016-09-19Define TS 18661-1 CR_DECIMAL_DIG in <float.h>.Joseph Myers
2016-09-19Make max_align_t respect _Float128.Joseph Myers
2016-09-09Define TS 18661-1 type width macros in <limits.h> and <stdint.h>.Joseph Myers
2016-08-19Implement C _FloatN, _FloatNx types.Joseph Myers
2016-01-29Test __cplusplus instead of __GXX_EXPERIMENTAL_CXX0X__Jonathan Wakely
2016-01-29PR c++/69462: Provide FLT_EVAL_METHOD and DECIMAL_DIG in float.h.Jonathan Wakely
2016-01-04Update copyright years.Jakub Jelinek
2015-12-16PR c/68868 - atomic_init emits an unnecessary fenceMartin Sebor
2015-11-18Add out-of-line versions of some <stdatomic.h> functions (PR c/65083).Joseph Myers
2015-01-09unwind-arm-common.h: Revert previous commit.Andreas Tobler
2015-01-09configure.ac: Don't add ${libgcj} for arm*-*-freebsd*.Andreas Tobler
2015-01-05Update copyright years.Jakub Jelinek
2014-10-24C++11 explicitly forbids macros for bool, true and false.Jonathan Wakely
2014-09-11re PR target/58757 (Advertise the lack of denormal support on alpha without -...Marc Glisse
2014-08-14DR 458Marek Polacek
2014-05-21config.gcc (*-*-dragonfly*): New target.John Marino
2014-01-02Update copyright years in gcc/Richard Sandiford
2013-11-13extend.texi (Statement Exprs, Typeof): Discuss __auto_type.Joseph Myers
2013-11-08[multiple changes]Joseph Myers
2013-01-10Update copyright years in gcc/Richard Sandiford
2012-10-06re PR c++/52764 (Including <cstdint> after <stdint.h> fails to define limit m...Paolo Carlini
2012-10-06re PR c++/54249 ([C++11] No ::nullptr_t in header <stddef.h>)Paolo Carlini
2012-03-14Remove obsolete IRIX 6.5 supportRainer Orth
2012-03-12Remove obsolete Tru64 UNIX V5.1B supportRainer Orth
2012-03-12stddef.h: Adjust previous patch.Tristan Gingold
2012-03-09stddef.h: Do not define __size_t on VMS.Tristan Gingold
2012-02-12stddef.h [...] (__size_t): Do not define.Robert Millan
2011-12-20gcc:Joseph Myers
2011-11-06c-decl.c (shadow_tag_warned, [...]): Handle _Alignas specifiers.Joseph Myers
2011-09-13arm.h (ASM_PREFERRED_EH_DATA_FORMAT): Define.Paul Brook
2011-08-19c-decl.c (grokdeclarator): Diagnose _Noreturn for non-C1X if pedantic.Joseph Myers
2011-08-18c-decl.c (shadow_tag_warned): Check for _Noreturn.Joseph Myers
2011-01-29re PR bootstrap/47147 (gcc 4.6 fails to compile on NetBSD)Jonathan Wakely
2011-01-03Update Copyright years for files modified in 2010.Jakub Jelinek
2010-04-25c-common.c (flag_isoc1x): New.Joseph Myers