index
:
riscv-gnu-toolchain/gcc.git
devel/analyzer
devel/autopar_devel
devel/autopar_europar_2021
devel/bypass-asm
devel/c++-contracts
devel/c++-coroutines
devel/c++-modules
devel/c++-name-lookup
devel/coarray_native
devel/existing-fp8
devel/fortran_unsigned
devel/gccgo
devel/gfortran-caf
devel/gfortran-test
devel/gimple-linterchange
devel/gomp-5_0-branch
devel/icpp2021
devel/ira-select
devel/ix86/evex512
devel/jlaw/crc
devel/loop-unswitch-support-switches
devel/lto-offload
devel/m2link
devel/modula-2
devel/mold-lto-plugin
devel/mold-lto-plugin-v2
devel/nothrow-detection
devel/omp/gcc-10
devel/omp/gcc-11
devel/omp/gcc-12
devel/omp/gcc-13
devel/omp/gcc-14
devel/omp/gcc-15
devel/omp/gcc-9
devel/omp/ompd
devel/power-ieee128
devel/range-gen3
devel/ranger
devel/rust/master
devel/sh-lra
devel/sphinx
devel/ssa-range
devel/subreg-coalesce
devel/unified-autovect
master
releases/egcs-1.0
releases/egcs-1.1
releases/gcc-10
releases/gcc-11
releases/gcc-12
releases/gcc-13
releases/gcc-14
releases/gcc-15
releases/gcc-2.95
releases/gcc-2.95.2.1-branch
releases/gcc-3.0
releases/gcc-3.1
releases/gcc-3.2
releases/gcc-3.3
releases/gcc-3.4
releases/gcc-4.0
releases/gcc-4.1
releases/gcc-4.2
releases/gcc-4.3
releases/gcc-4.4
releases/gcc-4.5
releases/gcc-4.6
releases/gcc-4.7
releases/gcc-4.8
releases/gcc-4.9
releases/gcc-5
releases/gcc-6
releases/gcc-7
releases/gcc-8
releases/gcc-9
releases/libgcj-2.95
trunk
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
gcc
/
objc
/
objc-act.c
Age
Commit message (
Expand
)
Author
Files
Lines
2002-09-17
Fixed ObjC typechecking, particularly case with protocols
Nicola Pero
1
-34
/
+191
2002-09-06
c-lang.c (objc_is_id): New stub.
Ziemowit Laski
1
-6
/
+20
2002-09-06
Compile ObjC @protocols into list of ObjC statically allocated instances,
Nicola Pero
1
-1
/
+84
2002-09-06
Fixed bugs in the ObjC -gen-decls option
Nicola Pero
1
-11
/
+36
2002-09-03
Fixed typo causing bloat when compiling ObjC programs with GNU runtime
Nicola Pero
1
-4
/
+4
2002-08-27
Added -Wundeclared-selector ObjC command line option
Nicola Pero
1
-0
/
+30
2002-08-26
objc-act.c (get_super_receiver): If inside a class method of a category...
Ziemowit Laski
1
-2
/
+6
2002-08-20
objc-act.c (building_objc_message_expr): Rename to current_objc_message_selec...
Ziemowit Laski
1
-4
/
+4
2002-08-20
objc-act.c (build_ivar_chain): Remove.
Ziemowit Laski
1
-59
/
+17
2002-08-10
c-common.c (flag_objc): New.
Ziemowit Laski
1
-16
/
+1
2002-08-08
objc-act.c (build_selector_translation_table): Issue warning...
Devang Patel
1
-0
/
+26
2002-08-07
Makefile.in (c-opts.o, [...]): Update.
Neil Booth
1
-41
/
+0
2002-08-01
objc-act.c (encode_complete_bitfield): Add prototype and avoid ISO C style fu...
Kaveh R. Ghazi
1
-1
/
+5
2002-08-01
c-common.c: Define all C/ObjC/C++ warning and flag variables.
Neil Booth
1
-35
/
+4
2002-07-29
objc-act.c (objc_init): Return immediately if filename is NULL.
Neil Booth
1
-0
/
+2
2002-07-25
objc-act.c (UTAG_STATICS, [...]): Remove.
Neil Booth
1
-6
/
+0
2002-07-23
defaults.h (obstack_chunk_alloc, [...]): Default definition.
Neil Booth
1
-3
/
+0
2002-07-09
objc-act.c (adjust_type_for_id_default): Fix my previous patch.
Devang Patel
1
-1
/
+1
2002-07-02
objc-act.c (adjust_type_for_id_default): Do not allow an object as parameter.
Devang Patel
1
-0
/
+4
2002-07-02
c-parse.in (designator): Enable designated initializers if ObjC.
Ziemowit Laski
1
-4
/
+2
2002-07-01
tree.h: Modify builtin_function interface to take an extra argument ATTRS...
Roger Sayle
1
-4
/
+8
2002-07-01
objc-act.c (finish_file): Avoid finish_objc() if -fsyntax-only.
Devang Patel
1
-1
/
+4
2002-06-11
objc-act.c (warn_with_ivar): Adjust calls to diagnostic_count_error.
Gabriel Dos Reis
1
-2
/
+2
2002-06-05
toplev.h (report_error_function): Remove.
Gabriel Dos Reis
1
-4
/
+5
2002-06-04
Merge from pch-branch up to tag pch-commit-20020603.
Geoffrey Keating
1
-73
/
+7
2002-05-25
Makefile.in (C_COMMON_H): Fix.
Neil Booth
1
-2
/
+0
2002-04-26
c-common.c (fix_string_type): Split out of ...
Richard Henderson
1
-16
/
+18
2002-03-29
Makefile.in (convert.o, [...]): Update.
Neil Booth
1
-1
/
+1
2002-03-28
c-decl.c (finish_function): New arg can_defer_p.
Richard Henderson
1
-2
/
+2
2002-03-20
Makefile.in: Update.
Neil Booth
1
-4
/
+1
2002-03-13
c-common.c (c_tree_code_type, [...]): Delete.
Kaveh R. Ghazi
1
-52
/
+0
2002-03-12
Makefile.in (debug.o): Depend on debug.h.
Kaveh R. Ghazi
1
-1
/
+1
2002-02-27
c-common.c, [...]: Delete code implementing -traditional mode.
Zack Weinberg
1
-3
/
+0
2002-02-18
objc-act.c (handle_impent): Remove leading '*' from objc_class_name.
David Billinghurst
1
-1
/
+1
2002-02-02
c-decl.c, [...]: Revert bitfield patch.
Neil Booth
1
-0
/
+7
2002-01-29
re PR c/3325 (cast of bit-field to same type gets discarded)
Neil Booth
1
-7
/
+0
2002-01-08
Remove spurious warnings of the like '__objc_class_ref_NSObject defined but
Nicola Pero
1
-0
/
+1
2002-01-06
objc-act.c (handle_impent): Use assemble_variable to emit __objc_class_name_*.
Jakub Jelinek
1
-6
/
+15
2002-01-02
objc-act.c (hack_method_prototype): Clear current_function_decl after abusing...
Richard Henderson
1
-1
/
+5
2001-12-29
objc-act.c (STRING_OBJECT_CLASS_NAME): Remove.
Stan Shebs
1
-6
/
+4
2001-12-29
* objc/objc-act.c: Apply various cosmetic and formatting changes.
Stan Shebs
1
-67
/
+63
2001-12-28
objc-act.c (build_module_descriptor): Make sure the init function is not defe...
Stan Shebs
1
-0
/
+8
2001-12-17
Makefile.in: Update dependencies.
Neil Booth
1
-27
/
+1
2001-12-12
Fixed compilation of bitfields of enumerations in args and ivars
Nicola Pero
1
-1
/
+2
2001-12-11
objc-act.c (build_string_class_template): New.
Richard Henderson
1
-2
/
+36
2001-12-11
objc-act.c (finish_message_expr): Fix misplaced parens in a test of class names.
Stan Shebs
1
-2
/
+2
2001-12-11
objc-act.c (build_constructor): Cast initializer values to the proper field t...
Richard Henderson
1
-1
/
+20
2001-12-04
Make-lang.in: Update copyright.
Ziemowit Laski
1
-66
/
+37
2001-12-02
cfgrtl.c (purge_all_dead_edges): Initialize variable.
Kaveh R. Ghazi
1
-1
/
+1
2001-12-02
* objc-act.c: Partially reverse mistaken commit.
Neil Booth
1
-1
/
+27
[next]