public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* Re: First Patch
       [not found]         ` <4DF1104C.70705@gmail.com>
@ 2011-06-09 19:25           ` Tobias Burnus
  0 siblings, 0 replies; only message in thread
From: Tobias Burnus @ 2011-06-09 19:25 UTC (permalink / raw)
  To: Daniel Carrera; +Cc: gfortran, gcc patches

Daniel Carrera wrote:
> I think I understand the problem. We have:
>
>
>   if (count == 0 || (count == 1 && images[0] == caf_this_image))
>     *stat = 0;

Well, you could have kept the return:

    if (count == 0 || (count == 1&&  images[0] == caf_this_image))
-    return 0;
+    *stat = 0;


Tobias

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2011-06-09 19:03 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20110609090257.GB19343@physik.fu-berlin.de>
     [not found] ` <4DF0D15C.6000803@gmail.com>
     [not found]   ` <20110609161949.GA23080@physik.fu-berlin.de>
     [not found]     ` <4DF108D1.7080004@gmail.com>
     [not found]       ` <20110609180408.GA24103@physik.fu-berlin.de>
     [not found]         ` <4DF1104C.70705@gmail.com>
2011-06-09 19:25           ` First Patch Tobias Burnus

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).