aboutsummaryrefslogtreecommitdiff
path: root/gcc/c-cppbuiltin.c
AgeCommit message (Expand)AuthorFilesLines
2007-09-07stdfix.h: New file.Chao-ying Fu1-0/+110
2007-07-26Change copyright header to refer to version 3 of the GNU General Public Licen...Nick Clifton1-4/+3
2007-07-18re PR target/30652 (SSE expansion is missing for isinf() and other fpclassify...Kaveh R. Ghazi1-25/+2
2007-06-07re PR c++/30759 (initializer-list accepted for object of non-POD type)Simon Martin1-1/+1
2007-05-21c-cppbuiltin.c (c_cpp_builtins): Define __GCC_HAVE_SYNC_COMPARE_AND_SWAP_1...Paolo Bonzini1-0/+27
2007-05-21defaults.h (IBM_FLOAT_FORMAT): Macro definition removed.Andreas Krebbel1-7/+7
2007-05-07re PR driver/31694 (__GFORTRAN__ preprocessor macro)Francois-Xavier Coudert1-0/+3
2007-04-19c-cppbuiltin.c (c_cpp_builtins): Remove definition of __STDC_WANT_DEC_FP__.Janis Johnson1-10/+5
2007-03-24Add BID decimal supportMichael Meissner1-0/+11
2007-03-21invoke.texi (-fpie, -fPIE): Document __pie__ and __PIE__.Richard Sandiford1-0/+5
2007-03-05c.opt (fgnu89-inline): New option.Ian Lance Taylor1-1/+7
2007-01-24c-cppbuiltin.c (builtin_define_type_sizeof): New function.Andreas Krebbel1-0/+27
2007-01-05c-cppbuiltin.c (c_cpp_builtins): __GXX_EXPERIMENTAL_CPP0X__ to __GXX_EXPERIME...Benjamin Kosnik1-2/+2
2006-11-01c-common.c (flag_cpp0x): New.Doug Gregor1-0/+2
2006-05-18Whitespace fixupsMike Stump1-5/+5
2006-01-18[multiple changes]Diego Novillo1-0/+3
2005-12-17tree-inline.c (copy_body_r): Use explicit cast when converting from void *.Gabriel Dos Reis1-5/+6
2005-12-16target-def.h (TARGET_DECIMAL_FLOAT_SUPPORTED_P): New.Jon Grimm1-0/+74
2005-12-13c-cppbuiltin.c (builtin_define_float_constants): Add fp_cast parameter, pass ...Carlos O'Donell1-14/+38
2005-11-22c-cppbuiltin.c (c_cpp_builtins): Define __pic__ and __PIC__ when flag_pic is ...Kaveh R. Ghazi1-0/+5
2005-08-13Document compatibility with earlier ProPolice implementation.James E Wilson1-1/+3
2005-06-27c-cppbuiltin.c (c_cpp_builtins): Add __SSP_ALL__ and __SSP__.Richard Henderson1-0/+6
2005-06-25Update FSF address.Kelley Cook1-2/+2
2005-05-01c-cppbuiltin.c (c_cpp_builtins): Do not define __GXX_WEAK__ to 1 if !flag_weak.Mark Mitchell1-1/+1
2005-01-21* c-cppbuiltin.c (define__GNUC__): Correct assertion.Tom Tromey1-1/+1
2005-01-18basic-block.h, [...]: Update copyright.Kazu Hirata1-1/+1
2005-01-07c-cppbuiltin.c (builtin_define_float_constants): Set __*_EPSILON__ for IBM lo...Geoffrey Keating1-1/+6
2004-11-13c-cppbuiltin.c, [...]: Fix comment typos.Kazu Hirata1-1/+1
2004-10-03c-aux-info.c, [...]: Follow code formatting conventions.Joseph Myers1-1/+1
2004-09-07c-aux-info.c (gen_type): Use gcc_assert or gcc_unreachable.Nathan Sidwell1-10/+7
2004-08-05c-common.c (c_stddef_cpp_builtins): Define __INTMAX_TYPE__ and __UINTMAX_TYPE__.Joseph Myers1-0/+21
2004-08-04defaults.h (TARGET_DECLSPEC): New macro.Mark Mitchell1-0/+9
2004-06-20c-common.h (has_c_linkage): New interface.Zack Weinberg1-0/+8
2004-06-03tree.h: Remove include of version.hMark G. Adams1-0/+1
2004-03-31builtins.c, [...]: Change most occurrences of TREE_UNSIGNED to TYPE_UNSIGNED.Richard Kenner1-3/+3
2004-03-04real.c (encode_ibm_extended): Don't bother rounding low double.Alan Modra1-0/+10
2004-01-21alias.c, [...]: Update copyright.Kazu Hirata1-1/+1
2004-01-16c-common.h: Fix comment formatting.Kazu Hirata1-2/+2
2003-12-23c-common.c (flag_abi_version): Default to 2.Mark Mitchell1-1/+17
2003-10-06real.h (REAL_MODE_FORMAT): New macro.Zack Weinberg1-1/+1
2003-06-30c-common.c (enum c_language_kind, flag_objc): Remove.Neil Booth1-4/+4
2003-06-19c-aux-info.c: Convert to ISO C99.Andreas Jaeger1-52/+30
2003-06-07Add commentary.Richard Henderson1-0/+2
2003-06-07* c-cppbuiltin.c (c_cpp_builtins): Define __EXCEPTIONS for C also.Richard Henderson1-2/+2
2003-05-18c-cppbuiltin.c (TARGET_OS_CPP_BUILTINS, [...]): Default here.Neil Booth1-0/+9
2003-05-11c-cppbuiltin.c (c_cpp_builtins): Move __STDC_HOSTED__ into cpplib as it's a S...Neil Booth1-5/+0
2003-03-15c-cppbuiltin.c (builtin_define_with_value_n): Fix whitespace.Roger Sayle1-1/+1
2003-03-15Makefile.in: Update.Neil Booth1-1/+1
2003-03-12c-cppbuiltin.c (cb_register_builtins): Define LP64 builtins for LP64 targets.Andreas Jaeger1-0/+9
2003-03-12* c-cppbuiltin.c (builtin_define_std): Make non-static.Neil Booth1-2/+3