aboutsummaryrefslogtreecommitdiff
path: root/gcc/doc/extend.texi
AgeCommit message (Expand)AuthorFilesLines
2004-06-23* doc/extend.texi (Function Attributes): Alphabetize.Nathan Sidwell1-439/+451
2004-06-20c-common.h (has_c_linkage): New interface.Zack Weinberg1-29/+51
2004-06-09revert: re PR c++/15815 (Update #pragma interface and #pragma implementation ...Mark Mitchell1-6/+0
2004-06-07re PR c++/15815 (Update #pragma interface and #pragma implementation document...Mark Mitchell1-0/+6
2004-06-01c-parse.in (OFFSETOF, [...]): New.Richard Henderson1-20/+28
2004-05-15extend.texi: Update WG14 URL.Joseph Myers1-1/+1
2004-04-18extend.texi (Strong Using): Warn users against using this feature.Mark Mitchell1-0/+5
2004-03-27builtin-types.def (BT_WINT, [...]): New.Kaveh R. Ghazi1-7/+29
2004-03-25builtins.def: Add ctype builtins.Kaveh R. Ghazi1-47/+66
2004-03-24extend.texi (ARM Built-in Functions): Replace with correct declarations.Ian Lance Taylor1-135/+124
2004-03-16c-common.c (c_common_type_for_mode): Build vector types on demand.Paolo Bonzini1-22/+16
2004-03-14contrib.texi, [...]: Capitalize "gcc", "g++" and "g77" or mark up with approp...Joseph Myers1-19/+19
2004-02-23i386.c: Rename pni to sse3.Kelley Cook1-2/+2
2004-02-19reload1.c (reload): Correct comment.Ian Lance Taylor1-4/+1
2004-02-04config.gcc: Remove obsolete ports and configurations.Kazu Hirata1-2/+0
2004-02-01builtins.def (BUILT_IN_SIGNBIT, [...]): New GCC builtins.Roger Sayle1-0/+4
2004-01-21extend.texi (Extended Asm): Clarify memory clobber.Andreas Jaeger1-6/+28
2004-01-20c-decl.c (c_init_decl_processing): Set pedantic_lvalues to true unconditionally.Joseph Myers1-89/+0
2004-01-18c-tree.texi, [...]: Remove trailing whitespace.Joseph Myers1-9/+9
2004-01-18contrib.texi, [...]: Consistently use "GNU/Linux" and "Microsoft Windows" ter...Joseph Myers1-11/+11
2004-01-18c-tree.texi, [...]: Use @smallexample instead of @example.Joseph Myers1-254/+254
2004-01-07re PR c/6024 (GCC fails to diagnose mismatch of enum types in prototype/funct...Joseph Myers1-2/+4
2004-01-04re PR c/3414 (Inaccurate documentation of __attribute__((malloc)))Joseph Myers1-3/+8
2003-12-18note that in-out operands should only be used with register constraintsJason Merrill1-12/+13
2003-12-16re PR c++/13275 (Implementation of offsetof macro)Mark Mitchell1-0/+20
2003-12-10extend.texi (Vector Extensions): Document that bitwise operations also work o...Geoffrey Keating1-5/+6
2003-12-05extend.texi (Constructing Calls): Add warning about the limitations of the fu...Eric Botcazou1-0/+5
2003-11-11cp-tree.h (DECL_NAMESPACE_ASSOCIATIONS): New macro.Jason Merrill1-0/+40
2003-11-08c-typeck.c (pedantic_lvalue_warning): Deprecate compound expressions as lvalues.Joseph Myers1-1/+2
2003-10-26extend.texi (interrupt_handler): Add m68k to the list of processors implement...Bernardo Innocenti1-6/+6
2003-10-22h8300.c (h8300_output_function_epilogue): Remove.Kazu Hirata1-0/+6
2003-10-22* doc/extend.texi: Mention H8S wherever H8/300H is mentioned.Kazu Hirata1-8/+8
2003-10-20* doc/extend.texi: Deprecate casts as lvalues.Joseph Myers1-1/+2
2003-10-19extend.texi: Fix typos.Kazu Hirata1-2/+2
2003-10-12extend.texi (Function Attributes): Mention the exceptional path for noreturn-...Hans-Peter Nilsson1-0/+4
2003-10-04extend.texi (Function Attributes): Fix title of GNU C Preprocessor manual.Gerald Pfeifer1-3/+3
2003-10-04extend.texi: Document how GCC estimates and relies on the size of an asm.Richard Earnshaw1-0/+20
2003-09-16c-common.c (handle_warn_unused_result_attribute): New function.Jason Merrill1-3/+23
2003-09-09builtin-types.def (BT_FN_COMPLEX_LONGDOUBLE_COMPLEX_LONGDOUBLE_COMPLEX_LONGDO...Kaveh R. Ghazi1-26/+89
2003-09-04Remove cast-as-lvalue extension.Mark Mitchell1-3/+3
2003-08-28builtin-types.def (BT_INT_PTR, [...]): New.Kaveh R. Ghazi1-23/+37
2003-08-28builtin-types.def (BT_FN_FLOAT_INT_FLOAT, [...]): New.Kaveh R. Ghazi1-18/+62
2003-08-28builtin-types.def (BT_FN_INT_FLOAT, [...]): New.Kaveh R. Ghazi1-37/+168
2003-08-06extend.texi (Function Attributes): Document the IA-64 version of the "model" ...David Mosberger1-4/+14
2003-08-03builtin-types.def (BT_SSIZE): New primitive type.Roger Sayle1-6/+17
2003-08-01re PR c++/11295 (ICE when using a non-trivial object in a compound statement ...Nathan Sidwell1-25/+60
2003-07-27extend.texi (Deprecated Features): Implicit typename is gone.Nathan Sidwell1-5/+7
2003-07-25extend.texi (Function Attributes): GNU C++ does now allow unused parameter de...Nathan Sidwell1-4/+7
2003-07-21* doc/extend.texi: Fixes to spelling, grammar, and diction.Dave Fluri1-19/+20
2003-07-19* c-decl.c (named_labels, shadowed_labels, label_level_chain)Zack Weinberg1-15/+35