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
/
c-common.c
Age
Commit message (
Expand
)
Author
Files
Lines
2008-11-04
re PR c/35430 (ICE with complex arithmetic)
Jakub Jelinek
1
-5
/
+7
2008-11-04
re PR c/37106 (ICE with -fpic or -fPIC: in mems_in_disjoint_alias_sets_p, at ...
Jakub Jelinek
1
-0
/
+6
2008-10-29
re PR middle-end/11492 (Bogus warning with -Wsign-compare)
Manuel López-Ibáñez
1
-28
/
+0
2008-10-24
re PR c/7543 (no warning for always-false "if (!a & 0x4)" bitwise and on bool...
Manuel López-Ibáñez
1
-52
/
+90
2008-10-06
c-decl.c (finish_decl): Pass input_location to build_unary_op.
Aldy Hernandez
1
-8
/
+11
2008-09-30
c-common.c (empty_if_body_warning): Remove.
Paolo Bonzini
1
-25
/
+0
2008-09-26
re PR c/37645 (ICE with weakref attribute)
Jakub Jelinek
1
-1
/
+3
2008-09-24
c-common.c (fname_decl): New location argument.
Aldy Hernandez
1
-3
/
+4
2008-09-23
c-tree.h: Add argument to c_objc_common_truthvalue_conversion, parser_build_b...
Aldy Hernandez
1
-36
/
+65
2008-09-09
c-common.c (c_expand_decl): Remove.
Paolo Bonzini
1
-22
/
+0
2008-09-01
tree.c (protected_set_expr_location): New.
Aldy Hernandez
1
-2
/
+5
2008-08-30
Change attribute((option(...))) to attribute((target(...))); Do not allocate ...
Michael Meissner
1
-70
/
+9
2008-08-29
re PR c/18050 (-Wsequence-point reports false positives)
Manuel López-Ibáñez
1
-0
/
+7
2008-08-28
re PR c++/37217 (-Wconversion causes ICE with __builtin_strcmp with one char ...
Manuel López-Ibáñez
1
-1
/
+1
2008-08-27
re PR c++/35321 (ICE with invalid use of __builtin_offsetof)
Paolo Carlini
1
-0
/
+1
2008-08-26
c-common.c (do_switch_warnings): Look through the CONST_DECLs in the enumerat...
Douglas Gregor
1
-0
/
+2
2008-08-21
diagnostic.c (pedwarn_at): Rename as pedwarn.
Manuel López-Ibáñez
1
-14
/
+14
2008-08-20
re PR c/35701 (Quieten -Wconversion warnings)
Manuel López-Ibáñez
1
-3
/
+15
2008-08-20
re PR c++/35602 (Bogus warning with -Wsign-conversion)
Manuel López-Ibáñez
1
-0
/
+11
2008-08-20
diagnostic.c (inform): Add an explicit location_t parameter.
Manuel López-Ibáñez
1
-1
/
+1
2008-08-13
re PR c/30551 (-pedantic does not include -Wmain, but -pedantic-errors does m...
Manuel López-Ibáñez
1
-10
/
+7
2008-08-13
re PR c/35635 (-Wconversion problematic with bitfields)
Manuel López-Ibáñez
1
-29
/
+76
2008-08-09
gimple.c (gimple_build_call_1): Deal with FUNCTION_DECL fn.
Richard Guenther
1
-9
/
+2
2008-08-09
re PR c++/17880 (-Wsequence-point doesn't warn inside if, while, do condition...
Manuel López-Ibáñez
1
-2
/
+4
2008-08-08
c-common.c (c_common_reswords): Also warn about keyword "bool".
Kaveh R. Ghazi
1
-1
/
+1
2008-08-06
matrix-reorg.c (compute_offset): Avoid C++ keywords.
Kaveh R. Ghazi
1
-26
/
+26
2008-08-06
re PR c++/8715 ('~' operator for unsigned char and conversion to bool)
Manuel López-Ibáñez
1
-0
/
+141
2008-07-30
re PR c/34389 (-Wconversion produces wrong warning)
Manuel López-Ibáñez
1
-13
/
+148
2008-07-28
backport: ChangeLog.tuples: ChangeLog from gimple-tuples-branch.
Richard Biener
1
-56
/
+53
2008-07-25
Fix IA-64 breakage...
Michael Meissner
1
-3
/
+6
2008-07-23
re PR c/35058 (-Werror= works only with some warnings)
Manuel López-Ibáñez
1
-21
/
+24
2008-07-23
Add ability to set target options (ix86 only) and optimization options on a f...
Michael Meissner
1
-5
/
+240
2008-07-18
c-common.c (c_stddef_cpp_builtins): Define __CHAR16_TYPE__ and __CHAR32_TYPE__.
Kris Van Hees
1
-0
/
+2
2008-07-15
re PR middle-end/36369 (may_alias broken with previous uses of non attributed...
Richard Guenther
1
-6
/
+7
2008-07-11
c-common.h (enum rid): Add RID_CXX_COMPAT_WARN.
Ian Lance Taylor
1
-0
/
+173
2008-07-06
config.gcc (extra_headers): Add cross-stdarg.h for target x86_64-*-* and i?86...
Kai Tietz
1
-0
/
+14
2008-07-04
Revert 137452.
Kai Tietz
1
-14
/
+0
2008-07-04
config.gcc (extra_headers): Add cross-stdarg.h for target x86_64-*-* and i?86...
Kai Tietz
1
-0
/
+14
2008-07-03
re PR bootstrap/33304 (Bootstrap failure on solaris2 using cc due to empty ma...
Andrew Haley
1
-47
/
+71
2008-07-01
c-typeck.c (convert_for_assignment): Use vector_targets_convertible_p.
Daniel Jacobowitz
1
-0
/
+14
2008-06-22
c-lex.c (narrowest_unsigned_type): Change itk to int.
Ian Lance Taylor
1
-2
/
+3
2008-06-18
targhooks.h (struct gcc_target): New member unwind_word_mode.
Ulrich Weigand
1
-0
/
+2
2008-06-11
alias.c (get_alias_set): Use the element alias-set for arrays.
Richard Guenther
1
-1
/
+2
2008-06-06
cgraph.c: Fix typos in comments.
Ralf Wildenhues
1
-3
/
+3
2008-05-25
Delete get_inner_array_type. Use strip_array_types instead.
Alan Modra
1
-12
/
+0
2008-05-23
builtin-types.def (BT_FN_INT_INT_INT_INT_INT_INT_VAR): New.
Kaveh R. Ghazi
1
-2
/
+34
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
[next]