aboutsummaryrefslogtreecommitdiff
path: root/gcc/objc
AgeCommit message (Expand)AuthorFilesLines
2000-08-21lang-specs.h: Do not process -o or run the assembler if -fsyntax-only.Nix1-7/+7
2000-08-06New command line option -fconstant-string-class to allow specifying a user de...Ovidiu Predescu1-1/+14
2000-08-06Moved the Objective-C specific options from toplev.c.Ovidiu Predescu1-0/+43
2000-08-05[multiple changes]Zack Weinberg1-2/+2
2000-08-04cpplex.c (parse_name): Might have to glue a CPP_OTHER token before the name.Zack Weinberg2-20/+1
2000-07-31Makefile.in: Rename cpp to cpp0, tradcpp to tradcpp0, and xcpp to cpp through...Zack Weinberg1-1/+1
2000-07-29Revert previous checkin.Mark Mitchell1-3/+16
2000-07-29Makefile.in: Generate objc parser along with the C parser.Mark Mitchell1-16/+3
2000-07-14cvsignore: Add generated YACC files.Mark Mitchell1-0/+2
2000-07-13gcc.c (do_spec_1): Add new %B operator.Zack Weinberg1-71/+15
2000-07-12gcc.c (C specs [!USE_CPPLIB]): Invoke tradcpp if any of -traditional, -ftradi...Zack Weinberg1-5/+4
2000-07-12gcc_update (files_and_dependencies): Remove generated YACC files.Mark Mitchell2-7883/+0
2000-07-11Regenerate after this patch:Benjamin Chelf2-347/+225
2000-06-19c-parse.in (undeclared_variable_notice): Moved to c-typeck.c.Zack Weinberg3-821/+532
2000-06-06c-common.h (c_language_kind): New type.Mark Mitchell1-1/+1
2000-06-05objc-act.c (generate_method_descriptors): Register objc_method_prototype_temp...Zack Weinberg1-57/+52
2000-06-05tree.h (VOID_TYPE_P): New macro.Nathan Sidwell2-425/+423
2000-05-09top level:Zack Weinberg2-10/+9
2000-05-04bb-reorder.c (get_next_bb_note, [...]): Prototype.Kaveh R. Ghazi1-0/+2
2000-05-03Makefile.in (WARN_CFLAGS): Add -pedantic -Wno-long-long.Jason Merrill1-1/+1
2000-04-21Update. Build with the same version of bison.Jeff Law1-502/+502
2000-04-12objc-act.c: Include ggc.h.Jakub Jelinek4-52/+209
2000-04-03gcc.c (C specs): Pass -f(no-)show-column to the preprocessor.Zack Weinberg1-0/+2
2000-03-30c-parse.in (cast_expr): Move change from March 21 into c-parse.in since it is...Jeffrey A Law2-5/+5
2000-03-25* Rework fields used to describe positions of bitfields andRichard Kenner1-7/+2
2000-03-20c-parse.in (SAVE_WARN_FLAGS): Use size_int.Martin v. Löwis2-26/+21
2000-03-17objc-act.c (encode_method_prototype): Pass types, not PARM_DECLs, to int_size...Mark Mitchell1-1/+1
2000-03-17* Clean up usages of TREE_INT_CST_LOW.Richard Kenner3-29/+19
2000-03-14c-parse.y, [...]: Regenerate.Greg McGary2-1656/+1668
2000-03-07rtl.h (rtunion_def): Constify member `rtstr'.Kaveh R. Ghazi1-3/+3
2000-02-28* Eliminate DECL_FIELD_SIZE.Richard Kenner1-21/+7
2000-02-28regenJason Merrill2-510/+510
2000-02-26Fix copyrightsJeff Law2-2/+4
2000-02-24tree.h (TREE_SET_PERMANENT): New macro.Zack Weinberg1-7/+0
2000-02-16lang-specs.h: Add new __GNUC_PATCHLEVEL__ define to default spec.Richard Henderson1-4/+6
2000-01-30c-parse.in: Apply Ulrich's changes from c-parse.y.Zack Weinberg2-4/+4
2000-01-25c-common.c, [...]: Remove all references to obstack functions obsoleted by GC...Zack Weinberg3-807/+604
2000-01-18c-parse.in (SAVE_WARN_FLAGS): Create an INTEGER_CST.Martin v. Löwis2-18/+21
2000-01-12c-common.c: PROTO -> PARAMS.Kaveh R. Ghazi4-165/+165
1999-12-18objc-parse.c: Regenerate.Zack Weinberg1-111/+179
1999-12-10c-parse.in (string): With -Wtraditional, warn if ANSI string concatenation is...Kaveh R. Ghazi2-405/+407
1999-10-26c-parse.in (cast_expr): Constify.Kaveh R. Ghazi2-2/+2
1999-10-15c-parse.in (component_decl): Support anonymous struct/union.Alastair J. Houghton2-1272/+1294
1999-09-24Allow to distinguish between three classes of builtin functionsBernd Schmidt1-4/+4
1999-09-22c-parse.in: save and restore warn_pointer_arith on __extension__ along with p...Jim Kingdon2-518/+540
1999-09-15Remove second arg from assign_parmsBernd Schmidt1-1/+1
1999-09-14* objc/Make-lang.in: Prepend $(SHELL) to move-if-change calls.Marc Espie1-1/+1
1999-09-07Commit parts that were missing in Mark's last commitBernd Schmidt2-509/+531
1999-09-06Merge in gcc2-ss-010999Jeff Law2-685/+614
1999-09-07c-aux-info.c (concat): Don't define.Kaveh R. Ghazi1-4/+2