mirror of git://gcc.gnu.org/git/gcc.git
rs6000.c (rs6000_aggregate_candidate): Revert accidental change due to wide-int branch merge.
2014-06-28 Ulrich Weigand <Ulrich.Weigand@de.ibm.com> * config/rs6000/rs6000.c (rs6000_aggregate_candidate): Revert accidental change due to wide-int branch merge. From-SVN: r212100
This commit is contained in:
parent
fb682f9458
commit
a86471635f
|
|
@ -1,3 +1,8 @@
|
||||||
|
2014-06-28 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
|
||||||
|
|
||||||
|
* config/rs6000/rs6000.c (rs6000_aggregate_candidate): Revert
|
||||||
|
accidental change due to wide-int branch merge.
|
||||||
|
|
||||||
2014-06-27 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
|
2014-06-27 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
|
||||||
|
|
||||||
* configure.ac (gcc_cv_as_compress_debug): Check for assembler
|
* configure.ac (gcc_cv_as_compress_debug): Check for assembler
|
||||||
|
|
|
||||||
|
|
@ -8766,6 +8766,7 @@ rs6000_aggregate_candidate (const_tree type, enum machine_mode *modep)
|
||||||
fixed. */
|
fixed. */
|
||||||
if (!COMPLETE_TYPE_P (type)
|
if (!COMPLETE_TYPE_P (type)
|
||||||
|| TREE_CODE (TYPE_SIZE (type)) != INTEGER_CST)
|
|| TREE_CODE (TYPE_SIZE (type)) != INTEGER_CST)
|
||||||
|
return -1;
|
||||||
|
|
||||||
for (field = TYPE_FIELDS (type); field; field = TREE_CHAIN (field))
|
for (field = TYPE_FIELDS (type); field; field = TREE_CHAIN (field))
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue