From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-qt1-x832.google.com (mail-qt1-x832.google.com [IPv6:2607:f8b0:4864:20::832]) by sourceware.org (Postfix) with ESMTPS id 7BB003858D20 for ; Sat, 21 Jan 2023 03:47:11 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org 7BB003858D20 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-qt1-x832.google.com with SMTP id e8so5807629qts.1 for ; Fri, 20 Jan 2023 19:47:11 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=to:message-id:subject:date:mime-version:from :content-transfer-encoding:from:to:cc:subject:date:message-id :reply-to; bh=wSTIOFtpwGE3n8TQq8K8jbkFUANvkqTu0jS+calh25g=; b=HpZVsvRrPzxXQLoCeKWUJIod+KvUzk42xCXw0aHk0bIk4ZwEfUnTktTxYJcGQaS008 0uCtLWBXc/2GxIqsQyil0EnsDGoN8erb9N0NP1REusFx6MgriV75QSbGQlkwgz1r72nc UMKSLZ37lqVb08KyTFasebtQOEcMxmSUC6rJ7kxGiIAI4AB5oIbkB+TckM90bE3ECSJa eIz4xk/cx5HiIQzNaE2Ki9wnmzBYN1YpVV26ER86+VzVgZ7WQHYaaSxDSNwgMg8G3t2n 62uQSdsgc7AxGThPAirbSxqQj0KnRKW3Ln1o90XpWTDsVXhhk5cbqbAOQiJ5gHZ4QY3Q HlIg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=to:message-id:subject:date:mime-version:from :content-transfer-encoding:x-gm-message-state:from:to:cc:subject :date:message-id:reply-to; bh=wSTIOFtpwGE3n8TQq8K8jbkFUANvkqTu0jS+calh25g=; b=ofAtCb9f4gCYl9R87XmAwibF3EUc0dGVdOq3e3deUQfZmKab8I9GVW5UPyZRBbxgUl Kc5roIYRCpONDPG8bhAj+XaO2lUxseJVW/R5/CvOqaI06M86tXKBhE5M70QphQFZqA+B /XR5Yn2wzWUAvtLGFQtt4tlY4ZMD6hIQRokVoaH+pP+LplyAcPj9CxKOiDGSf6CCqAkh DM0Ce8tnCdY+8svrPCOlqSgb5+W6RP6fMX8u17anMKVIXBU7vxilQcom8vzw68Ed5M4n 5WEGe1xp7qKHb0FiiNfywOx7PHPUC2x6FCw5dtrGtQcqirhIowSEJoFtvmW2Bc4PBIaI xyPg== X-Gm-Message-State: AFqh2kosLlyGbshDTpVIx5F1qZS78oq+u/mBt8+Ch2oZ6qyi5V2yCGJg bRRM/1Q47csF1m97KFes6YNDjp7WAUs= X-Google-Smtp-Source: AMrXdXsmpx/k31eav1Ox2NL8hIN6NAnmiNGlafMPkGILqTGLtSk3+gvlthbPLtOwdWbx3+iJ/J34+Q== X-Received: by 2002:ac8:4d02:0:b0:3b4:63d8:bcbb with SMTP id w2-20020ac84d02000000b003b463d8bcbbmr23464872qtv.28.1674272830527; Fri, 20 Jan 2023 19:47:10 -0800 (PST) Received: from smtpclient.apple ([2601:703:301:4600:18b:542f:e710:62df]) by smtp.gmail.com with ESMTPSA id v7-20020a05620a440700b006fb112f512csm27574519qkp.74.2023.01.20.19.47.09 for (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Fri, 20 Jan 2023 19:47:09 -0800 (PST) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable From: Mike Rejsa Mime-Version: 1.0 (1.0) Date: Fri, 20 Jan 2023 22:47:08 -0500 Subject: Executable size Message-Id: To: gcc-help@gcc.gnu.org X-Mailer: iPhone Mail (18H107) X-Spam-Status: No, score=-1.5 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: Hi, new to gcc, running 32b on an old Win-XP notebook. When I compile small utilities (say, treesort or equivalent, just console ou= tput) I get executables that are from 10-16 times larger as with my previous= compiler (a 16b Aztec). Something that compiles to 7-8k with the Aztec is 1= 00k+ with gcc. Why is this? TIA miker