Commit 63a57e0f by J"orn Rennecke Committed by Joern Rennecke

* h8300.c (dosize): Fix test for "sub".

From-SVN: r45288
parent 598e9ba5
Thu Aug 30 16:00:31 2001 J"orn Rennecke <amylaar@redhat.com>
* h8300.c (dosize): Fix test for "sub".
Thu Aug 30 10:21:43 2001 J"orn Rennecke <amylaar@redhat.com> Thu Aug 30 10:21:43 2001 J"orn Rennecke <amylaar@redhat.com>
* c-typeck.c (pointer_diff): Try to eliminate common term before * c-typeck.c (pointer_diff): Try to eliminate common term before
......
...@@ -185,7 +185,7 @@ dosize (file, op, size) ...@@ -185,7 +185,7 @@ dosize (file, op, size)
if ((TARGET_H8300 && size <= 4) if ((TARGET_H8300 && size <= 4)
|| ((TARGET_H8300H || TARGET_H8300S) && size <= 8) || ((TARGET_H8300H || TARGET_H8300S) && size <= 8)
|| (TARGET_H8300 && current_function_needs_context || (TARGET_H8300 && current_function_needs_context
&& strcmp (op, "sub"))) && ! strcmp (op, "sub")))
{ {
unsigned HOST_WIDE_INT amount; unsigned HOST_WIDE_INT amount;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment