summaryrefslogtreecommitdiff
path: root/gcc/attribs.c
Commit message (Expand)AuthorAgeFilesLines
* Update FSF address.Kelley Cook2005-06-251-2/+2
* common.opt (-Wattributes): New.DJ Delorie2005-05-251-3/+4
* attribs.c, [...]: Update copyright.Kazu Hirata2005-04-281-1/+1
* diagnostic.c (warning): Accept parameter to classify warning option.DJ Delorie2005-04-231-3/+3
* re PR c/18282 (PR c/17384 patch causes regression from 3.4.2)Richard Henderson2004-12-091-7/+1
* attribs.c, [...]: Use %<, %> and %q for quoting in diagnostics going through ...Joseph Myers2004-09-151-4/+4
* attribs.c (strip_attrs): Remove.Joseph Myers2004-08-311-102/+0
* alias.c (mems_in_disjoint_alias_sets_p, [...]): Use gcc_assert and gcc_unreac...Nathan Sidwell2004-08-301-24/+23
* Makefile.in (EXPR_H): Add insn-config.h...Jerry Quinn2004-06-021-1/+0
* re PR c++/14587 (Multiple inheriance/DLL testcase (g++.dg/ext/dllexport-MI1.C...Jason Merrill2004-04-301-1/+20
* alias.c, [...]: Replace calls via (*targetm.foo) () with targetm.foo ().Kazu Hirata2004-03-201-2/+2
* stor-layout.c (do_type_align): Only copy DECL_USER_ALIGN from TYPE_USER_ALIGN...Jason Merrill2003-08-201-3/+26
* c-common.c (flag_noniso_default_format_attributes): Delete.Roger Sayle2003-08-041-9/+1
* alloc-pool.c: Convert to ISO C90 prototypes.Andreas Jaeger2003-06-151-12/+6
* Merge basic-improvements-branch to trunkZack Weinberg2002-12-161-0/+2
* Index: ChangeLogGeoffrey Keating2002-08-051-1/+0
* alias.c: Fix formatting.Kazu Hirata2002-05-261-1/+1
* attribs.c (c_common_attribute_table): Move table and handlers to c-common.c.Neil Booth2002-04-241-1153/+9
* Plug memory leak in handle_vector_size_attributeBernd Schmidt2002-04-181-8/+43
* Makefile.in (convert.o, [...]): Update.Neil Booth2002-03-291-3/+4
* Makefile.in (attribs.o): Update.Neil Booth2002-03-271-1/+2
* * attribs.c (decl_attributes): Fix signed/unsigned warning.Kaveh R. Ghazi2002-03-101-1/+1
* attribs.c (init_attributes, [...]): Use ARRAY_SIZE in lieu of explicit sizeof...Kaveh R. Ghazi2002-03-031-19/+7
* attribs.c (handle_alias_attribute): Don't call assemble_alias.Richard Henderson2002-03-021-3/+0
* attribs.c (c_common_attribute_table): Add visibility.Jakub Jelinek2002-02-261-0/+48
* dwarf2out.c (modified_type_die): Do not call type_main_variant for vectors.Aldy Hernandez2002-02-261-4/+25
* attribs.c (decl_attributes): Also re-layout PARM_DECL and RESULT_DECL.Jason Merrill2002-02-251-1/+3
* attr-alwaysinline.c: New.Aldy Hernandez2002-02-221-0/+30
* attribs.c (decl_attributes): Clear ATTR_FLAG_TYPE_IN_PLACE if type_required a...Richard Kenner2002-01-171-1/+8
* attribs.c (handle_deprecated_attribute): constify WHAT.Graham Stott2002-01-121-1/+1
* Added __attribute__((deprecated)) patches.Ira Ruben2002-01-101-0/+65
* attribs.c (handle_vector_size_attribute): Use host_integerp and tree_int_cst;...Richard Kenner2002-01-011-10/+12
* attribs.c (c_common_attribute_table): Swap decl_req and type_req for the mode...Aldy Hernandez2001-12-141-10/+5
* extend.texi (Variable Attributes): Document vector_size.Aldy Hernandez2001-12-071-0/+139
* attribs.c (handle_no_check_memory_usage_atribute): Deleted.Richard Kenner2001-12-051-37/+0
* ChangeLog.2, [...]: Fix spelling errors.Joseph Myers2001-11-041-1/+1
* attribs.c (handle_noinline_attribute): New function.Alexandre Oliva2001-10-181-0/+53
* attribs.c (decl_attributes): Possibly call insert_default_attributes to inser...Joseph Myers2001-10-021-1/+9
* attribs.c: New file, from c-common.c.Richard Kenner2001-09-221-0/+1201