summaryrefslogtreecommitdiff
path: root/gcc/attribs.c
Commit message (Expand)AuthorAgeFilesLines
* re PR target/44290 (__naked attribute is broken)Jie Zhang2010-07-231-0/+13
* toplev.h: Do not include diagnostic-core.h.Manuel López-Ibáñez2010-07-081-2/+1
* attribs.c: Do not include rtl.h.Steven Bosscher2010-05-251-1/+0
* Make-lang.in, [...]: Update copyright years.Steven Bosscher2010-04-021-1/+2
* re PR c++/43116 (ICE when using attributes in a function alias declaration)Michael Matz2010-03-191-0/+4
* Remove trailing white spaces.H.J. Lu2009-11-251-1/+1
* attribs.c (register_attribute): Use CONST_CAST.Ian Lance Taylor2009-06-011-6/+6
* Correct formatting errors commited in rev 147516Taras Glek2009-05-141-10/+10
* 2009-05-13 Taras Glek <tglek@mozilla.com>Taras Glek2009-05-141-5/+15
* attribs.c (decl_attributes): Use %qE for identifiers in diagnostics.Joseph Myers2009-05-051-8/+8
* varasm.c: Do not include c-pragma.hSteven Bosscher2009-05-021-1/+0
* Update Copyright years for files modified in 2008 and/or 2009.Jakub Jelinek2009-02-201-1/+1
* Change attribute((option(...))) to attribute((target(...))); Do not allocate ...Michael Meissner2008-08-301-7/+7
* Add ability to set target options (ix86 only) and optimization options on a f...Michael Meissner2008-07-231-0/+36
* alias.c (record_alias_subset, [...]): Fix -Wc++-compat and/or -Wcast-qual war...Kaveh R. Ghazi2008-06-261-2/+3
* re PR c/35744 (ICE attributes for invalid types)Volker Reichelt2008-04-111-0/+3
* re PR c++/35315 (ICE with attribute transparent_union)Jason Merrill2008-02-261-1/+5
* re PR c++/19407 (vector keyword in typedef inside template struct ignored)Jason Merrill2007-09-221-8/+15
* attribs.c (hash_attr, [...]): Constify.Kaveh R. Ghazi2007-07-291-7/+7
* attribs.c: Include hashtab.hJan Hubicka2007-07-271-16/+80
* Change copyright header to refer to version 3 of the GNU General Public Licen...Nick Clifton2007-07-261-5/+4
* re PR c++/26905 (default-visibility class symbol improperly resolved as hidde...Jason Merrill2006-06-291-0/+8
* Whitespace fixupsMike Stump2006-05-181-7/+7
* 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