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/fortran_unsigned
devel/gccgo
devel/gfortran-caf
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-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-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
/
c-decl.c
Age
Commit message (
Expand
)
Author
Files
Lines
2003-03-26
c-decl.c (finish_function): Always defer if DECL_DECLARED_INLINE_P.
Richard Henderson
1
-2
/
+7
2003-03-22
c-common.c: Include intl.h.
Zack Weinberg
1
-16
/
+11
2003-03-17
c-tree.h (struct lang_identifier): Remove error_locus field.
Zack Weinberg
1
-7
/
+26
2003-03-12
re PR c/9928 (ICE on duplicate enum declaration)
Eric Botcazou
1
-1
/
+2
2003-03-08
inline-3.c: New test.
Jan Hubicka
1
-1
/
+1
2003-03-02
params.def: Introduce parameter max-inline-insns-rtl for a separate limit for...
Kurt Garloff
1
-0
/
+2
2003-02-26
objc-act.c: Include cgraph.h
Jan Hubicka
1
-1
/
+1
2003-02-22
* c-decl.c (c_expand_body_1): Fix.
Jan Hubicka
1
-0
/
+1
2003-02-22
expmed.c (expand_divmod): Undo sign extensions for unsigned operands
Jan Hubicka
1
-0
/
+1
2003-02-12
Makefile.in (CRTSTUFF_CFLAGS): Add -fno-unit-at-a-time
Jan Hubicka
1
-44
/
+74
2003-02-10
re PR c/7741 (ICE on conflicting types (make_decl_rtl at varasm.c:834))
Eric Botcazou
1
-0
/
+6
2003-01-24
Rename -W to -Wextra.
Phil Edwards
1
-2
/
+2
2003-01-18
alias.c: Fix comment typos.
Kazu Hirata
1
-2
/
+2
2003-01-10
Merge from pch-branch.
Geoffrey Keating
1
-3
/
+5
2003-01-03
c-common.c (finish_fname_decls): Put the DECL_STMTs inside the outermost scope.
Jason Merrill
1
-0
/
+12
2002-12-16
Merge basic-improvements-branch to trunk
Zack Weinberg
1
-0
/
+2
2002-12-13
c-decl.c: Fix a comment typo.
Kazu Hirata
1
-1
/
+1
2002-11-26
* c-decl.c: (start_struct): Commonize flag setting.
Nathan Sidwell
1
-12
/
+9
2002-11-20
re PR c/8518 (ICE when compiling mplayer)
Eric Botcazou
1
-2
/
+3
2002-11-10
c-decl.c (grokdeclarator): Make error for duplicate type qualifiers into a pe...
Joseph Myers
1
-1
/
+9
2002-10-19
c-decl.c, decl.c (start_decl): Point users of the old initialized- typedef ex...
Zack Weinberg
1
-1
/
+1
2002-10-09
c-decl.c (start_decl): Unconditionally issue error for 'typedef foo = bar'.
Zack Weinberg
1
-19
/
+4
2002-09-22
ChangeLog: Follow spelling conventions.
Kazu Hirata
1
-5
/
+5
2002-08-21
re PR c/4319 (short accepted on typedef'd char)
Joseph Myers
1
-6
/
+5
2002-08-17
c-decl.c (flexible_array_type_p): New function.
Joseph Myers
1
-0
/
+43
2002-08-10
c-common.c (flag_objc): New.
Ziemowit Laski
1
-10
/
+16
2002-08-07
Makefile.in (c-opts.o, [...]): Update.
Neil Booth
1
-262
/
+0
2002-08-07
c-decl.c (duplicate_decls): Error out for incompatible TLS declarations.
Aldy Hernandez
1
-0
/
+14
2002-08-01
c-common.c: Define all C/ObjC/C++ warning and flag variables.
Neil Booth
1
-144
/
+0
2002-07-28
builtins.def [...]: Require an explicit ATTRS argument.
Roger Sayle
1
-4
/
+0
2002-07-25
c-decl.c (c_decode_option): No need to handle switches cpplib handles.
Neil Booth
1
-8
/
+1
2002-07-22
* c-decl.c (build_compound_literal): Set decl TREE_READONLY from TYPE.
Jakub Jelinek
1
-0
/
+1
2002-07-22
c-decl.c (build_compound_literal): Defer compound literal decls until until f...
Jakub Jelinek
1
-5
/
+11
2002-07-21
c-decl.c (build_array_declarator): Say 'ISO C90', not 'ISO C89'.
Gabriel Dos Reis
1
-7
/
+7
2002-07-16
varargs.h: Replace with stub which issues #error.
Zack Weinberg
1
-20
/
+0
2002-07-11
c-decl.c (duplicate_decls): Preserve the noreturn attribute on non-ANSI built...
Roger Sayle
1
-5
/
+0
2002-07-01
tree.h: Modify builtin_function interface to take an extra argument ATTRS...
Roger Sayle
1
-3
/
+8
2002-06-20
utils.c (init_gigi_decls): Use ARRAY_SIZE in lieu of explicit array size calc...
Kaveh R. Ghazi
1
-1
/
+1
2002-06-16
c-common.c (flag_ms_extensions): Move from c++ front end.
Richard Henderson
1
-5
/
+38
2002-06-10
re PR c/6660 (Typedeffed unnamed structs/unions do not compile with gcc-3.1)
Jakub Jelinek
1
-2
/
+5
2002-06-07
cppinit.c (COMMAND_LINE_OPTIONS): Give all relevant -W options their own entr...
Zack Weinberg
1
-1
/
+1
2002-06-04
Merge from pch-branch up to tag pch-commit-20020603.
Geoffrey Keating
1
-133
/
+47
2002-05-31
c-decl.c (struct binding_level): Change int field n_incomplete to tree list i...
Stan Shebs
1
-14
/
+24
2002-05-25
Makefile.in (C_COMMON_H): Fix.
Neil Booth
1
-1
/
+21
2002-05-23
c-common.c (warn_nonnull): Declare.
Jason Thorpe
1
-0
/
+1
2002-05-21
c-common.h (enum rid): Add RID_THREAD.
Richard Henderson
1
-18
/
+75
2002-05-18
c-common.c (c_common_post_options): Warn if -Wformat-zero-length is used with...
Jason Thorpe
1
-0
/
+1
2002-05-09
Makefile.in: Update.
Neil Booth
1
-0
/
+4
2002-05-06
c-common.c (warn_multichar): New.
Neil Booth
1
-4
/
+0
2002-05-03
defaults.h (BOOL_TYPE_SIZE): Move default here from cp/decl.c.
Jason Merrill
1
-2
/
+1
[next]