aboutsummaryrefslogtreecommitdiff
path: root/gcc/attribs.c
AgeCommit message (Expand)AuthorFilesLines
2011-08-04re PR middle-end/49905 (Better sanity checking on sprintf src & dest to produ...Jakub Jelinek1-3/+4
2011-06-22In gcc/: 2011-06-21 Nicola Pero <nicola.pero@meta-innovation.com>Nicola Pero1-0/+6
2011-03-21ChangeLog gcc/Kai Tietz1-1/+1
2011-03-11attribs.c (lookup_attribute_spec): Take const_tree.Jason Merrill1-1/+1
2010-07-23re PR target/44290 (__naked attribute is broken)Jie Zhang1-0/+13
2010-07-08toplev.h: Do not include diagnostic-core.h.Manuel López-Ibáñez1-2/+1
2010-05-25attribs.c: Do not include rtl.h.Steven Bosscher1-1/+0
2010-04-02Make-lang.in, [...]: Update copyright years.Steven Bosscher1-1/+2
2010-03-19re PR c++/43116 (ICE when using attributes in a function alias declaration)Michael Matz1-0/+4
2009-11-25Remove trailing white spaces.H.J. Lu1-1/+1
2009-06-01attribs.c (register_attribute): Use CONST_CAST.Ian Lance Taylor1-6/+6
2009-05-14Correct formatting errors commited in rev 147516Taras Glek1-10/+10
2009-05-142009-05-13 Taras Glek <tglek@mozilla.com>Taras Glek1-5/+15
2009-05-05attribs.c (decl_attributes): Use %qE for identifiers in diagnostics.Joseph Myers1-8/+8
2009-05-02varasm.c: Do not include c-pragma.hSteven Bosscher1-1/+0
2009-02-20Update Copyright years for files modified in 2008 and/or 2009.Jakub Jelinek1-1/+1
2008-08-30Change attribute((option(...))) to attribute((target(...))); Do not allocate ...Michael Meissner1-7/+7
2008-07-23Add ability to set target options (ix86 only) and optimization options on a f...Michael Meissner1-0/+36
2008-06-26alias.c (record_alias_subset, [...]): Fix -Wc++-compat and/or -Wcast-qual war...Kaveh R. Ghazi1-2/+3
2008-04-11re PR c/35744 (ICE attributes for invalid types)Volker Reichelt1-0/+3
2008-02-26re PR c++/35315 (ICE with attribute transparent_union)Jason Merrill1-1/+5
2007-09-22re PR c++/19407 (vector keyword in typedef inside template struct ignored)Jason Merrill1-8/+15
2007-07-29attribs.c (hash_attr, [...]): Constify.Kaveh R. Ghazi1-7/+7
2007-07-27attribs.c: Include hashtab.hJan Hubicka1-16/+80
2007-07-26Change copyright header to refer to version 3 of the GNU General Public Licen...Nick Clifton1-5/+4
2006-06-29re PR c++/26905 (default-visibility class symbol improperly resolved as hidde...Jason Merrill1-0/+8
2006-05-18Whitespace fixupsMike Stump1-7/+7
2005-06-25Update FSF address.Kelley Cook1-2/+2
2005-05-25common.opt (-Wattributes): New.DJ Delorie1-3/+4
2005-04-28attribs.c, [...]: Update copyright.Kazu Hirata1-1/+1
2005-04-23diagnostic.c (warning): Accept parameter to classify warning option.DJ Delorie1-3/+3
2004-12-09re PR c/18282 (PR c/17384 patch causes regression from 3.4.2)Richard Henderson1-7/+1
2004-09-15attribs.c, [...]: Use %<, %> and %q for quoting in diagnostics going through ...Joseph Myers1-4/+4
2004-08-31attribs.c (strip_attrs): Remove.Joseph Myers1-102/+0
2004-08-30alias.c (mems_in_disjoint_alias_sets_p, [...]): Use gcc_assert and gcc_unreac...Nathan Sidwell1-24/+23
2004-06-02Makefile.in (EXPR_H): Add insn-config.h...Jerry Quinn1-1/+0
2004-04-30re PR c++/14587 (Multiple inheriance/DLL testcase (g++.dg/ext/dllexport-MI1.C...Jason Merrill1-1/+20
2004-03-20alias.c, [...]: Replace calls via (*targetm.foo) () with targetm.foo ().Kazu Hirata1-2/+2
2003-08-20stor-layout.c (do_type_align): Only copy DECL_USER_ALIGN from TYPE_USER_ALIGN...Jason Merrill1-3/+26
2003-08-04c-common.c (flag_noniso_default_format_attributes): Delete.Roger Sayle1-9/+1
2003-06-15alloc-pool.c: Convert to ISO C90 prototypes.Andreas Jaeger1-12/+6
2002-12-16Merge basic-improvements-branch to trunkZack Weinberg1-0/+2
2002-08-05Index: ChangeLogGeoffrey Keating1-1/+0
2002-05-26alias.c: Fix formatting.Kazu Hirata1-1/+1
2002-04-24attribs.c (c_common_attribute_table): Move table and handlers to c-common.c.Neil Booth1-1153/+9
2002-04-18Plug memory leak in handle_vector_size_attributeBernd Schmidt1-8/+43
2002-03-29Makefile.in (convert.o, [...]): Update.Neil Booth1-3/+4
2002-03-27Makefile.in (attribs.o): Update.Neil Booth1-1/+2
2002-03-10* attribs.c (decl_attributes): Fix signed/unsigned warning.Kaveh R. Ghazi1-1/+1
2002-03-03attribs.c (init_attributes, [...]): Use ARRAY_SIZE in lieu of explicit sizeof...Kaveh R. Ghazi1-19/+7