aboutsummaryrefslogtreecommitdiff
path: root/gcc/objc/objc-act.c
AgeCommit message (Expand)AuthorFilesLines
2006-06-06* objc-act.c: Remove prototype for objc_build_volatilized_type.Mike Stump1-1/+0
2006-05-28Fix whitespacingMike Stump1-3/+5
2006-05-24* objc-act.c (build_next_objc_exception_stuff): Use JBLEN instead of _JBLEN.Mike Stump1-5/+5
2006-05-05re PR objc/27240 (ICE with invalid fields)Volker Reichelt1-0/+3
2006-03-02Fixed a couple of objctective-c bugs.Fariborz Jahanian1-3/+6
2006-01-31tree-vrp.c: Use XNEW/XCNEW allocation wrappers.Marcin Dalecki1-2/+2
2005-12-16re PR objc/25360 (Complex types are not encoded)Andrew Pinski1-0/+6
2005-12-12re PR objc/25348 (ICE encoding zero sized struct array)Andrew Pinski1-3/+6
2005-12-02objc-act.c (objc_build_exc_ptr, [...]): Use buildN instead of build.Richard Guenther1-16/+16
2005-10-21Index: objc/ChangeLogGeoffrey Keating1-0/+17
2005-10-17objc-act.c (objc_build_component_ref): Adjust call to finish_class_member_acc...Andreas Krebbel1-1/+1
2005-08-31re PR objc/23306 ([unit-at-a-time] objc exceptions (GNU runtime) don't work w...Andrew Pinski1-59/+11
2005-08-30re PR objc/23381 (Next runtime objc exceptions are broken)Andrew Pinski1-0/+1
2005-08-09part of PR objc/21992Andrew Pinski1-0/+2
2005-07-20Make CONSTRUCTOR use VEC to store initializers.Giovanni Bajo1-1/+1
2005-07-08Makefile.in (TREE_H): Add treestruct.def.Daniel Berlin1-1/+0
2005-07-08objc-act.c (objc_build_struct): Pass in an actual @interface instead of its n...Ziemowit Laski1-9/+26
2005-07-07re PR objc/22274 (string[1-4].m, const-str-5.m fails with the gnu runtime)Ziemowit Laski1-1/+1
2005-07-02c.opt, [...]: Remove "." from end of help texts.Joseph Myers1-7/+7
2005-07-02toplev.c (default_tree_printer): Handle setting location with '+' flag.Joseph Myers1-6/+6
2005-07-01objc-act.c (objc_build_volatilized_type): New function.Ziemowit Laski1-2/+37
2005-06-29darwin.c (machopic_select_section): constant ObjC string objects now always h...Ziemowit Laski1-11/+34
2005-06-28Makefile.in: Set and use UNWIND_H.Paul Brook1-0/+1
2005-06-28objc-act.c (objc_build_struct): Save the TYPE_OBJC_INFO portion of TYPE_LANG_...Ziemowit Laski1-0/+16
2005-06-25Update FSF address.Kelley Cook1-2/+2
2005-06-15c-tree.h (default_function_array_conversion): Declare.Joseph Myers1-4/+16
2005-05-25objc-act.c (volatilized_hash): Avoid warnings on 64-bit machines.Mike Stump1-1/+1
2005-05-24objc-act.c (objc_build_struct): New function.Ziemowit Laski1-375/+568
2005-05-18re PR objc/21641 (cris-axis-elf, cris-axis-linux-gnu, mmix-knuth-mmixware, x8...Mike Stump1-3/+4
2005-05-17Yet more Objective-C++...Ziemowit Laski1-223/+817
2005-04-23diagnostic.c (warning): Accept parameter to classify warning option.DJ Delorie1-41/+41
2005-04-21c-common.h (objc_build_method_signature): Update prototype.Roger Sayle1-7/+10
2005-04-20re PR c/12913 (Jumps into variable length array scope not rejected)Joseph Myers1-6/+13
2005-04-13Make-lang.in (objc-lang.o): Depend on tree-gimple.h.Dale Johannesen1-0/+49
2005-03-30re PR c++/772 (Statement expressions issues)Joseph Myers1-0/+6
2005-03-23c-common.c (c_common_truthvalue_conversion): Adjust comment.Joseph Myers1-4/+4
2005-01-29lang-specs.h, [...]: Update copyright.Kazu Hirata1-1/+1
2005-01-28objc-act.c (objc_finish_file): In ObjC++ mode, set at_eof before calling inst...Matt Austern1-0/+1
2005-01-26re PR objc/18862 (ICE on gcc-4.0-20041205/gcc/testsuite/objc.dg/selector-1.m)Alexander Malmberg1-2/+9
2005-01-24re PR objc/18408 (ICE compiling code that involves casting classes)Alexander Malmberg1-0/+22
2005-01-16objc-act.c (objc_push_parm): Call c_type_promotes_to() via a lang-hook.Ziemowit Laski1-1/+2
2005-01-15re PR objc/19321 (objc ignores volatile in argument types for messages)Ziemowit Laski1-12/+23
2005-01-01re PR c/19031 (#pragma weak handling changes in 4.0.0)Richard Henderson1-2/+0
2004-12-30re PR objc/18971 (Can't send messages to methods with arrays as parameters)Ziemowit Laski1-6/+39
2004-12-16objc-act.c (build_private_template): Change to return 'void'...Ziemowit Laski1-67/+86
2004-11-29[multiple changes]Joseph Myers1-0/+3
2004-11-09re PR objc/18406 (ICE compiling Objective C code with long double arguments)Andrew Pinski1-0/+1
2004-11-09builtins.c, [...]: Avoid "`" as left quote, using "'" or %q, %< and %> as app...Joseph Myers1-65/+65
2004-11-08re PR objc/16546 ([unit-at-a-time] Solaris 10/x86 libobjc bootstrap failure: ...Andrew Pinski1-13/+0
2004-10-31c-common.h (objc_lookup_ivar): Add second parameter to prototype.Ziemowit Laski1-11/+35