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-common.c
Age
Commit message (
Expand
)
Author
Files
Lines
2008-05-18
re PR middle-end/35509 (builtin isinf() mismatch to compile-time substitution)
Kaveh R. Ghazi
1
-0
/
+1
2008-05-09
pa.c (reloc_needed): Use CASE_CONVERT.
Tomas Bily
1
-4
/
+3
2008-05-07
[multiple changes]
Kenneth Zadeck
1
-1
/
+1
2008-05-02
Rolled back the following changes made in revision 134865:
Simon Baldwin
1
-54
/
+0
2008-05-01
c-common.h (warn_array_subscript_range): New function.
Simon Baldwin
1
-0
/
+54
2008-04-27
targhooks.h (default_emutls_var_fields, [...]): Declare.
Nathan Sidwell
1
-0
/
+7
2008-04-24
re PR c++/35758 (vector_size attribute lost in function arguments for templates)
Jakub Jelinek
1
-1
/
+1
2008-04-24
c-common.h (check_builtin_function_arguments): Declare.
Richard Guenther
1
-0
/
+79
2008-04-23
tree-cfg.c (verify_expr): Check with is_gimple_address.
Paolo Bonzini
1
-1
/
+0
2008-04-23
re PR c/36021 (__attribute__((alloc_size(n))) with function of no arguments c...
Richard Guenther
1
-6
/
+1
2008-04-18
cpp-id-data.h (UC): Was U, conflicts with U...
Kris Van Hees
1
-9
/
+99
2008-04-15
dwarf2asm.c (dw2_assemble_integer): Cast to unsigned HOST_WIDE_INT for hex pr...
Doug Kwan
1
-1
/
+2
2008-03-27
re PR c/32511 (GCC rejects inline+weak function)
Richard Guenther
1
-2
/
+7
2008-03-25
typeck.c (composite_pointer_type_r): Add SFINAE support.
Douglas Gregor
1
-0
/
+4
2008-03-07
c-common.c (vector_types_convertible_p): Call langhook instead of comptypes.
Paolo Bonzini
1
-1
/
+1
2008-03-02
re PR c++/24924 (front end and preprocessor pedantic_errors settings should a...
Manuel López-Ibáñez
1
-9
/
+15
2008-02-26
system.h (USE_MAPPED_LOCATION): Poison.
Tom Tromey
1
-4
/
+0
2008-02-25
c-common.c (match_case_to_enum_1): Add appropriate OPT_W* parameter to warning.
Manuel López-Ibáñez
1
-3
/
+22
2008-02-19
c-common.c (warn_for_collisions_1): Use appropriate option when warning.
Manuel López-Ibáñez
1
-1
/
+2
2008-01-22
re PR c++/34914 (Member pointer to vector rejected)
Jakub Jelinek
1
-4
/
+5
2008-01-04
re PR c/34457 (ICE with VLA and -combine)
Tom Tromey
1
-2
/
+6
2007-11-26
c-common.c (conversion_warning): Use get_unwidened instead of get_narrower.
Manuel López-Ibáñez
1
-28
/
+6
2007-11-23
re PR c++/34198 (-Wconversion gives apparent erroneous warning with g++ 4.3-2...
Jakub Jelinek
1
-5
/
+30
2007-11-19
PR debug/29436, c/32326
Jason Merrill
1
-12
/
+4
2007-11-06
re PR c++/33977 (internal compiler error: canonical types differ for identica...
Douglas Gregor
1
-64
/
+13
2007-09-26
re PR c/25309 (ICE on initialization of a huge array)
Joseph Myers
1
-0
/
+10
2007-09-23
expr.c (expand_expr_real_1): Use get_callee_fndecl instead of checking CALL_E...
Jakub Jelinek
1
-0
/
+25
2007-09-23
tree.h (block_nonartificial_location): New prototype.
Jakub Jelinek
1
-2
/
+27
2007-09-13
c-common.c (fname_as_string): Update.
Tom Tromey
1
-16
/
+11
2007-09-11
decl.c (java_expand_body): Kill.
Jan Hubicka
1
-9
/
+0
2007-09-01
c-common.c (const_strip_array_types): Delete.
Kaveh R. Ghazi
1
-9
/
+0
2007-08-28
tree.h (DECL_DISREGARD_INLINE_LIMITS): New.
Richard Guenther
1
-2
/
+3
2007-08-25
c-common.c (vector_types_convertible_p, [...]): Constify.
Kaveh R. Ghazi
1
-5
/
+5
2007-08-20
c-common.h (enum rid): Add new enumeration values of RID_SAT, RID_FRACT, and ...
Chao-ying Fu
1
-10
/
+286
2007-08-16
c-common.c (const_strip_array_types): New.
Kaveh R. Ghazi
1
-0
/
+9
2007-08-11
alias.h (alias_set_type): Define new type.
Ian Lance Taylor
1
-6
/
+6
2007-07-26
Change copyright header to refer to version 3 of the GNU General Public Licen...
Nick Clifton
1
-4
/
+3
2007-07-25
c-common.c (fname_as_string, [...]): Constify.
Kaveh R. Ghazi
1
-2
/
+2
2007-07-18
re PR middle-end/32668 (The type-generic builtins apply default promotions)
Kaveh R. Ghazi
1
-0
/
+18
2007-07-10
re PR bootstrap/32617 (explow.c references DECL_ALIGN of a FUNCTION_DECL)
Geoffrey Keating
1
-5
/
+17
2007-07-06
libgcc2.h (word_type): Type definition removed.
Andreas Krebbel
1
-0
/
+4
2007-07-06
c-common.c (boolean_increment): Use correctly typed constant.
Richard Guenther
1
-1
/
+1
2007-07-02
tree.h (alias_sets_might_conflict_p): Rename into alias_sets_must_conflict_p.
Eric Botcazou
1
-2
/
+2
2007-06-29
c-common.c (pointer_int_sum): Do the negation in sizetype.
Eric Botcazou
1
-11
/
+6
2007-06-23
extend.texi: Document that dllimport and dllexport imply default visibility.
Mark Mitchell
1
-15
/
+20
2007-06-15
[multiple changes]
Andrew Pinski
1
-4
/
+8
2007-06-11
really remove signed(_or_unsigned)?_type langhooks
Rafael Espindola
1
-33
/
+12
2007-06-07
re PR c++/30759 (initializer-list accepted for object of non-POD type)
Simon Martin
1
-3
/
+2
2007-06-04
* c-common.c (c_common_get_alias_set): Fix indentation.
Tom Tromey
1
-8
/
+8
2007-06-04
re PR c/32191 (ICE with complex __float128)
Uros Bizjak
1
-1
/
+2
[next]