summaryrefslogtreecommitdiff
path: root/gcc/attribs.c
Commit message (Expand)AuthorAgeFilesLines
* * attribs.c, c-pragma.c, caller-save.c, cfghooks.h,kazu2005-04-281-1/+1
* * diagnostic.c (warning): Accept parameter to classify warning option.dj2005-04-231-3/+3
* PR c/18282rth2004-12-091-7/+1
* gcc:jsm282004-09-151-4/+4
* * attribs.c (strip_attrs): Remove.jsm282004-08-311-102/+0
* * alias.c (mems_in_disjoint_alias_sets_p, record_alias_subset,nathan2004-08-301-24/+23
* 2004-06-01 Jerry Quinn <jlquinn@optonline.net>jlquinn2004-06-021-1/+0
* PR c++/14587jason2004-04-301-1/+20
* * alias.c, attribs.c, bt-load.c, builtins.c, c-common.c,kazu2004-03-201-2/+2
* * stor-layout.c (do_type_align): Only copy DECL_USER_ALIGN fromjason2003-08-201-3/+26
* * c-common.c (flag_noniso_default_format_attributes): Delete.sayle2003-08-041-9/+1
* * alloc-pool.c: Convert to ISO C90 prototypes.aj2003-06-151-12/+6
* Merge basic-improvements-branch to trunkzack2002-12-161-0/+2
* Index: ChangeLoggeoffk2002-08-051-1/+0
* * alias.c: Fix formatting.kazu2002-05-261-1/+1
* * attribs.c (c_common_attribute_table): Move table and handlersneil2002-04-241-1153/+9
* Plug memory leak in handle_vector_size_attributebernds2002-04-181-8/+43
* * Makefile.in (convert.o, calls.o, expmed.o): Update.neil2002-03-291-3/+4
* * Makefile.in (attribs.o): Update.neil2002-03-271-1/+2
* * attribs.c (decl_attributes): Fix signed/unsigned warning.ghazi2002-03-101-1/+1
* * attribs.c (init_attributes, decl_attributes): Use ARRAY_SIZE inghazi2002-03-031-19/+7
* * attribs.c (handle_alias_attribute): Don't call assemble_alias.rth2002-03-031-3/+0
* * attribs.c (c_common_attribute_table): Add visibility.jakub2002-02-261-0/+48
* 2002-02-26 Aldy Hernandez <aldyh@redhat.com>aldyh2002-02-261-4/+25
* * attribs.c (decl_attributes): Also re-layout PARM_DECL andjason2002-02-251-1/+3
* 2002-02-21 Aldy Hernandez <aldyh@redhat.com>aldyh2002-02-221-0/+30
* * attribs.c (decl_attributes): Clear ATTR_FLAG_TYPE_IN_PLACEkenner2002-01-171-1/+8
* * attribs.c (handle_deprecated_attribute): constify WHAT.grahams2002-01-121-1/+1
* Added __attribute__((deprecated)) patches.ira2002-01-101-0/+65
* * attribs.c (handle_vector_size_attribute): Use host_integerpkenner2002-01-011-10/+12
* * attribs.c (c_common_attribute_table): Swap decl_req and type_reqaldyh2001-12-141-10/+5
* 2001-12-07 Aldy Hernandez <aldyh@redhat.com>aldyh2001-12-071-0/+139
* * attribs.c (handle_no_check_memory_usage_atribute): Deleted.kenner2001-12-051-37/+0
* * ChangeLog.2, ChangeLog.4, ChangeLog.5, ChangeLog,jsm282001-11-041-1/+1
* * attribs.c (handle_noinline_attribute): New function.aoliva2001-10-181-0/+53
* * attribs.c (decl_attributes): Possibly calljsm282001-10-021-1/+9
* * attribs.c: New file, from c-common.c.kenner2001-09-221-0/+1201