summaryrefslogtreecommitdiff
path: root/gcc/ginclude
Commit message (Expand)AuthorAgeFilesLines
* Update copyright years.Jakub Jelinek2017-01-0112-12/+12
* [Patch 6/17] Migrate excess precision logic to use TARGET_EXCESS_PRECISIONJames Greenhalgh2016-11-231-10/+62
* Define TS 18661-1 CR_DECIMAL_DIG in <float.h>.Joseph Myers2016-09-191-0/+7
* Make max_align_t respect _Float128.Joseph Myers2016-09-191-0/+8
* Define TS 18661-1 type width macros in <limits.h> and <stdint.h>.Joseph Myers2016-09-091-0/+101
* Implement C _FloatN, _FloatNx types.Joseph Myers2016-08-191-1/+182
* Test __cplusplus instead of __GXX_EXPERIMENTAL_CXX0X__Jonathan Wakely2016-01-291-1/+2
* PR c++/69462: Provide FLT_EVAL_METHOD and DECIMAL_DIG in float.h.Jonathan Wakely2016-01-291-1/+2
* Update copyright years.Jakub Jelinek2016-01-0412-12/+12
* PR c/68868 - atomic_init emits an unnecessary fenceMartin Sebor2015-12-161-6/+4
* Add out-of-line versions of some <stdatomic.h> functions (PR c/65083).Joseph Myers2015-11-181-0/+7
* unwind-arm-common.h: Revert previous commit.Andreas Tobler2015-01-091-8/+0
* configure.ac: Don't add ${libgcj} for arm*-*-freebsd*.Andreas Tobler2015-01-091-0/+8
* Update copyright years.Jakub Jelinek2015-01-0512-12/+12
* C++11 explicitly forbids macros for bool, true and false.Jonathan Wakely2014-10-241-1/+5
* re PR target/58757 (Advertise the lack of denormal support on alpha without -...Marc Glisse2014-09-111-12/+0
* DR 458Marek Polacek2014-08-141-24/+10
* config.gcc (*-*-dragonfly*): New target.John Marino2014-05-211-0/+4
* Update copyright years in gcc/Richard Sandiford2014-01-0212-12/+12
* extend.texi (Statement Exprs, Typeof): Discuss __auto_type.Joseph Myers2013-11-131-17/+25
* [multiple changes]Joseph Myers2013-11-081-0/+244
* Update copyright years in gcc/Richard Sandiford2013-01-1011-15/+11
* re PR c++/52764 (Including <cstdint> after <stdint.h> fails to define limit m...Paolo Carlini2012-10-062-5/+15
* re PR c++/54249 ([C++11] No ::nullptr_t in header <stddef.h>)Paolo Carlini2012-10-061-0/+7
* Remove obsolete IRIX 6.5 supportRainer Orth2012-03-141-3/+1
* Remove obsolete Tru64 UNIX V5.1B supportRainer Orth2012-03-121-5/+2
* stddef.h: Adjust previous patch.Tristan Gingold2012-03-121-1/+1
* stddef.h: Do not define __size_t on VMS.Tristan Gingold2012-03-091-0/+2
* stddef.h [...] (__size_t): Do not define.Robert Millan2012-02-121-2/+3
* gcc:Joseph Myers2011-12-202-5/+6
* c-decl.c (shadow_tag_warned, [...]): Handle _Alignas specifiers.Joseph Myers2011-11-062-1/+54
* arm.h (ASM_PREFERRED_EH_DATA_FORMAT): Define.Paul Brook2011-09-131-0/+251
* c-decl.c (grokdeclarator): Diagnose _Noreturn for non-C1X if pedantic.Joseph Myers2011-08-191-0/+4
* c-decl.c (shadow_tag_warned): Check for _Noreturn.Joseph Myers2011-08-181-0/+31
* re PR bootstrap/47147 (gcc 4.6 fails to compile on NetBSD)Jonathan Wakely2011-01-291-5/+7
* Update Copyright years for files modified in 2010.Jakub Jelinek2011-01-031-1/+1
* c-common.c (flag_isoc1x): New.Joseph Myers2010-04-251-0/+39
* Licensing changes to GPLv3 resp. GPLv3 with GCC Runtime Exception.Jakub Jelinek2009-04-098-102/+78
* re PR c/448 (<stdint.h>-related issues (C99 issues))Joseph Myers2009-03-312-0/+270
* re PR c++/36799 ([c++0x] error on va_copy in -std=c++0x mode)Andrew Pinski2009-03-271-1/+1
* Update Copyright years for files modified in 2008 and/or 2009.Jakub Jelinek2009-02-201-1/+1
* re PR c/34252 (DEC32_MIN_EXP, DEC32_MAX_EXP don't match TR 24732)Janis Johnson2009-01-061-8/+8
* float.h (DEC_EVAL_METHOD): Correct the macro name.Janis Johnson2008-09-111-2/+2
* stdfix.h: New file.Chao-ying Fu2007-09-071-0/+207
* arm.c, [...]: Fix comment typos.Kazu Hirata2007-09-011-1/+1
* Index: gcc/ChangeLogGeoffrey Keating2007-07-131-0/+174
* float.h: Check that __STDC_WANT_DEC_FP__ is defined, not that it is 1.Janis Johnson2007-04-191-2/+2
* Makefile.in (USER_H): Remove decfloat.h.Janis Johnson2007-01-292-109/+80
* decfloat.h (DEC*_DEN): Define using the correct builtins.Janis Johnson2006-09-211-3/+3
* target-def.h (TARGET_DECIMAL_FLOAT_SUPPORTED_P): New.Jon Grimm2005-12-161-0/+108