8sa1-gcc/gcc/java
Jakub Jelinek e15eb172b0 re PR other/59545 (Signed integer overflow issues)
PR other/59545
	* genattrtab.c (struct attr_hash): Change hashcode type to unsigned.
	(attr_hash_add_rtx, attr_hash_add_string): Change hashcode parameter
	to unsigned.
	(attr_rtx_1): Change hashcode variable to unsigned.
	(attr_string): Likewise.  Perform first multiplication in unsigned
	type.
	* ifcvt.c (noce_try_store_flag_constants): Avoid signed integer
	overflows.
	* double-int.c (neg_double): Likewise.
	* stor-layout.c (set_min_and_max_values_for_integral_type): Likewise.
	* combine.c (force_to_mode): Likewise.
	* postreload.c (move2add_use_add2_insn, move2add_use_add3_insn,
	reload_cse_move2add, move2add_note_store): Likewise.
	* simplify-rtx.c (simplify_const_unary_operation,
	simplify_const_binary_operation): Likewise.
	* ipa-split.c (find_split_points): Initialize first.can_split
	and first.non_ssa_vars.
	* gengtype-state.c (read_state_files_list): Fix up check.
	* genautomata.c (reserv_sets_hash_value): Use portable rotation
	idiom.
java/
	* class.c (hashUtf8String): Compute hash in unsigned type.
	* javaop.h (WORD_TO_INT): Avoid signed integer overflow.

From-SVN: r206134
2013-12-19 22:27:51 +01:00
..
boehm.c
builtins.c Factor unrelated declarations out of tree.h. 2013-11-19 07:31:09 -05:00
ChangeLog re PR other/59545 (Signed integer overflow issues) 2013-12-19 22:27:51 +01:00
ChangeLog.ptr
ChangeLog.tree-ssa
class.c re PR other/59545 (Signed integer overflow issues) 2013-12-19 22:27:51 +01:00
config-lang.in
constants.c Factor unrelated declarations out of tree.h. 2013-11-19 07:31:09 -05:00
decl.c Remove macros that implicitly use input_location 2013-11-22 14:18:13 +00:00
except.c Factor unrelated declarations out of tree.h. 2013-11-19 07:31:09 -05:00
expr.c Factor unrelated declarations out of tree.h. 2013-11-19 07:31:09 -05:00
gcj.texi
java-except.h
java-gimplify.c gimple.h: Remove all includes. 2013-11-22 15:58:51 +00:00
java-opcodes.h
java-tree.def
java-tree.h
javaop.def
javaop.h re PR other/59545 (Signed integer overflow issues) 2013-12-19 22:27:51 +01:00
jcf-depend.c
jcf-dump.c
jcf-io.c
jcf-parse.c Remove macros that implicitly use input_location 2013-11-22 14:18:13 +00:00
jcf-path.c
jcf-reader.c
jcf.h
jvgenmain.c
jvspec.c
lang-specs.h
lang.c
lang.opt
Make-lang.in
mangle_name.c
mangle.c Factor unrelated declarations out of tree.h. 2013-11-19 07:31:09 -05:00
parse.h
resource.c Factor unrelated declarations out of tree.h. 2013-11-19 07:31:09 -05:00
typeck.c Factor unrelated declarations out of tree.h. 2013-11-19 07:31:09 -05:00
verify-glue.c Factor unrelated declarations out of tree.h. 2013-11-19 07:31:09 -05:00
verify-impl.c
verify.h
win32-host.c
zextract.c
zipfile.h