From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-ed1-x52c.google.com (mail-ed1-x52c.google.com [IPv6:2a00:1450:4864:20::52c]) by sourceware.org (Postfix) with ESMTPS id 15142385B508 for ; Thu, 16 Mar 2023 17:49:53 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org 15142385B508 Authentication-Results: sourceware.org; dmarc=pass (p=none dis=none) header.from=gmail.com Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=gmail.com Received: by mail-ed1-x52c.google.com with SMTP id eg48so10702006edb.13 for ; Thu, 16 Mar 2023 10:49:53 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; t=1678988991; h=cc:to:subject:message-id:date:from:in-reply-to:references :mime-version:from:to:cc:subject:date:message-id:reply-to; bh=DVHfbKc+xjKjxro5Au0UMBL82PyfX/GVs7zw9oP6lzw=; b=dKPkZ1fPT9E0n3t1Ej8BdoAre3zV0+zA4ofbfAx9BViaZtt/s7uSDcrW6tSUqovUj+ nS+2OeexCWzqJYSdeXXJactjSckxqqT5xG69WVoq4EcPBMVr4Q/9Yi6jCTVKcMJ/9oQ2 BQCLNs7fPbnGLciGRPl4FGQoNfpt202Uj51+TaTtUgmX0TdcXGFbLIKJ/rG0gwRdLzxC Qu6k0CPUWvexkk+w8PZ/mbcBqQ/juIQH+0U9UeXxMH5NQ+GNCBnNfXdOJ25KHxv3wo1x C56stq3+byGO4hN113YSdIz+7hLvONNdE6y/PDS5/08PzkCRNJprcMOyh6nWxp2mt+rb +8Lg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; t=1678988991; h=cc:to:subject:message-id:date:from:in-reply-to:references :mime-version:x-gm-message-state:from:to:cc:subject:date:message-id :reply-to; bh=DVHfbKc+xjKjxro5Au0UMBL82PyfX/GVs7zw9oP6lzw=; b=d/upkAiA6VzUPj/NIXPB6f+2w/XTQnvk9MrCC/dn40RM0x4licmuGYl9f84cW0sFZ/ jQgt9dK2TlGmFwkv2bhDF7EXBVd9zSSchLTOq23ypb+bFV994QjXMRNvlTaVgoPmiJGz U+LJL54A0S8noWmjWWO/lCWPEv/nGJE6fH+EWXMp00WuaVvSbPYFcTG+PMwNRW21sHRz hyZdgvKxcdUOgf66STrrdf90Nnxt1t7/X5HnYOEfW1gtzPxaNHoIEBzcLTJPPDVWwW8L vVmS10Jg5ONLXbxB3O5jSIlDjRTRcXRRTJasKRS9HEf736mSTF5/bQV2GA45vXItseDR HHfw== X-Gm-Message-State: AO0yUKU1SVmkHuMnuYEPeu8T+1m3hdG3FRN47w/CPK15nok+k33RSC+J zsyX+/X5L/bcsGFjwLyIgS12/JUS+M4SraP61OY= X-Google-Smtp-Source: AK7set+bIEKCUGSBokqgriinxekEvTY68hrdgnLWNEueQ8i/q4nWwrYeeNdv9K/f6Atdhn9cB17ifguFPuxmC3JKDnQ= X-Received: by 2002:a17:906:4744:b0:8b1:780d:e43d with SMTP id j4-20020a170906474400b008b1780de43dmr5585390ejs.13.1678988991485; Thu, 16 Mar 2023 10:49:51 -0700 (PDT) MIME-Version: 1.0 References: In-Reply-To: From: Jonathan Wakely Date: Thu, 16 Mar 2023 17:49:40 +0000 Message-ID: Subject: Re: PROBLEM !!! __ OS: ANY LINUX __ COMPILERS: gcc & g++ __ OUTPUT: BAD!!! To: oszibarack korte Cc: gcc@gcc.gnu.org Content-Type: text/plain; charset="UTF-8" X-Spam-Status: No, score=-0.8 required=5.0 tests=BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,SPF_HELO_NONE,SPF_PASS,TXREP autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org List-Id: On Thu, 16 Mar 2023 at 17:45, oszibarack korte via Gcc wrote: > > *An unsolved problem for more than a decade!* > *Dear GNU Compiler Collection development team!* > > *There is a problem with the gcc and g++ compilers for Linux operating > systems!* > *Here are 3 pieces of C and 3 pieces of C++ source code.* > > > > > > *- Please compile them on any LINUX!- Run it!- Compare the output with the > corresponding source code!Summary: THE OUTPUTS ARE BAD !!!* No, your programs are bad. You need to flush the output if you want it to appear right away. When writing to standard output, a new line will cause that to happen.