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-06-04
c-decl.c (c_init_decl_processing): Clear input_file_name while building commo...
J"orn Rennecke
1
-0
/
+8
2003-06-04
c-common.c (handle_cleanup_attribute): New.
Richard Henderson
1
-0
/
+37
2003-05-22
* c-decl.c (duplicate_decls): Test DECL for ERROR_MARK.
Richard Kenner
1
-1
/
+4
2003-05-19
c-decl.c (finish_decl): When setting the DECL_ASSEMBLER_NAME of a function us...
J"orn Rennecke
1
-6
/
+12
2003-05-13
c-decl.c (duplicate_decls): Re-invoke make_decl_rtl if the old decl had insta...
Richard Henderson
1
-0
/
+9
2003-05-11
re PR c/10675 (Compile time increases quadratically with struct size)
Richard Henderson
1
-25
/
+59
2003-05-08
c-decl.c (define_label): Tidy.
Gabriel Dos Reis
1
-29
/
+19
2003-05-03
c-decl.c (pending_invalid_xref_file): Remove.
Nathan Sidwell
1
-10
/
+6
2003-05-01
input.h (lineno): Rename to ...
Nathan Sidwell
1
-7
/
+7
2003-04-28
c-decl.c (finish_decl): When prototype with asmspec is found for built-in...
Jakub Jelinek
1
-4
/
+20
2003-04-18
re PR c/9177 (-fdump-translation-unit: C front end deletes function_decl AST ...
Alexander Sotirov
1
-1
/
+2
2003-04-17
re PR c/10375 (Function-local external decls of builtins don't get attributes)
Roger Sayle
1
-0
/
+2
2003-04-15
c-decl.c (implicitly_declare): Copy declarations that are going to be placed ...
Mark Mitchell
1
-1
/
+7
2003-04-15
c-decl.c (grokdeclarator): Reject extern redeclarations of static variables.
Mark Mitchell
1
-1
/
+16
2003-04-14
tree.h (DECL_BUILT_IN_NONANSI): Remove.
Roger Sayle
1
-16
/
+2
2003-04-14
builtin-types.def (BT_FN_STRING_CONST_STRING): New builtin type.
Roger Sayle
1
-0
/
+2
2003-04-11
c-decl.c (struct binding_level): Add shadowed_tags and function_body...
Zack Weinberg
1
-766
/
+543
2003-04-03
stor-layout.c (do_type_align): New fn, split out from...
Jason Merrill
1
-22
/
+0
2003-04-01
re PR middle-end/9936 (ICE with local function and variable-length 2d array)
Mark Mitchell
1
-1
/
+42
2003-03-31
re PR java/10145 (java and c++ disagree about class layout)
Jason Merrill
1
-12
/
+0
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
[next]