X-Authentication-Warning: delorie.com: mail set sender to djgpp-workers-bounces using -f X-Recipient: djgpp-workers AT delorie DOT com X-Original-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20221208; t=1694221732; x=1694826532; darn=delorie.com; h=content-transfer-encoding:to:subject:message-id:date:from :in-reply-to:references:mime-version:from:to:cc:subject:date :message-id:reply-to; bh=okqs8A6PSOZ7J4sKApjy2L2B1EysMREHm6pmivpDHGs=; b=DtWyACAJ3ZB12UW03MWdV/j5G585uqmAAsCbKFeyt9m0Zl75yPluq4rVkNgfPG/8wu QqIOD2svF86v3y/oJR1n3y43+zAp1XYK8u9lCD7XVsd5u5nwk7nxDyb92dDCfPpTKX0z 5UBtf6+WAGS8dORcDv0qASPgx5rz49mJzw52YENDBJEAmXXKiB3rso9rgn4KpYXkFb0D MwPLFGk5Z/b32DGuq775FrKCGOYudQXSAHxfe5C5fhm1ozLnYc2fJP5LJChUL+mTgZXy iTSBUiIUtCUcltYHIr7fHe9YYfZh/D1I3vOrSA3W+EuzBPyiA6z6mbTbtMD2IzvBkaCD ON4A== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1694221732; x=1694826532; h=content-transfer-encoding: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=okqs8A6PSOZ7J4sKApjy2L2B1EysMREHm6pmivpDHGs=; b=H1Uc0iSlELaNxv9K4bDXXSvbtw0TFoMecjK4IXsv6NJnhbz1nsZjg4IZGy9d/3qRy6 IK6fV+vDZHrNMechvgn9KWBxc3BREOMuFPhk9JIBW4GpZPJ0mUwXCteAqpvT0ttJ8xDD /3TpSI3clB1M4yrCtwSHTqFsCZzyIdxJbX3fJrhR65KqOiFB1I1gfwVUbIqknqBZEu3k ak+fHvfCKadjwgzYtA8O6cSTycBGBhi4C72nhm5k2KO9XMU6KtGXUogqs2D++14ilgnn 27AqD3zXvEpaHSpmIXHbFm0GiYq+krnGJ1f2sqIta7k+ftZEEhXZ1P5/QMxpMUbiyAjw JPFw== X-Gm-Message-State: AOJu0Yww3UCfqocOwrC198S8Atd67WPOpLPCBWtrb7tAnF8uR9GqRdZo Y1fy6ZrpdcEs9Jf/Jg0u2IJuuTbZbu8n6WB6bj2OqQtG X-Google-Smtp-Source: AGHT+IEhDwqWak6dQvr7N2BhxEBekACMJybbMJC4iKm2fYuqxt4qXJcpi6PXRDOjXJEqPM77ESFCLOnLA37/pMRM8wk= X-Received: by 2002:a0d:c085:0:b0:58f:c78e:5918 with SMTP id b127-20020a0dc085000000b0058fc78e5918mr3953712ywd.52.1694221731835; Fri, 08 Sep 2023 18:08:51 -0700 (PDT) MIME-Version: 1.0 References: <43a80695-a096-41e7-9f3d-5e92a3037deb AT iki DOT fi> <3901eeab-f64a-480b-ad9a-20505d087c59 AT iki DOT fi> <50eb082d-a867-4363-b31a-10eaada9ec31 AT iki DOT fi> In-Reply-To: <50eb082d-a867-4363-b31a-10eaada9ec31@iki.fi> From: "Rugxulo (rugxulo AT gmail DOT com) [via djgpp-workers AT delorie DOT com]" Date: Fri, 8 Sep 2023 20:08:38 -0500 Message-ID: Subject: Re: gcc-13 To: djgpp-workers AT delorie DOT com Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id 38918rjm032517 Reply-To: djgpp-workers AT delorie DOT com Hi, On Wed, Sep 6, 2023 at 9:49 AM Andris Pavēnis (andris DOT pavenis AT iki DOT fi) [via djgpp-workers AT delorie DOT com] wrote: > > The problem was that unzipping large ZIP archive was extremely slow with LFN enabled and it failed > at end or there were files missing (I do not remember exactly any more) > > Testing of non-LFN install of gcc-13.2 and reporting results would be nice Unzipping, installing, and running in FreeDOS (older kernel 2041) with SFNs only (no DOSLFN loaded) seems to work fine (old 2010 Dell laptop, booting FAT32 USB jump drive). Various simple C (and translated PAS) programs compile and function correctly. I didn't test anything heavy, but it should be fine. (I had various tests for my MetaDOS floppy, but I did not try that here.) Back in 2009-10, Scott (Moore) Franco had brought the old ETH Zurich P4 p-code subset Pascal (compiler and interpreter) up to full "classic" Pascal compliance, renamed P5 (ISO 7185, roughly J&W before UCSD and Borland). It was also written in the same classic dialect of Pascal. In 2013 I wrote a generic GNUmakefile and published my GPC-built binaries of P5 for FreeDOS (tested successfully against his test suite). When DJGPP 2.05 came out (with a new GPC build), I rebuilt it (2015, 2017). So, for fun, I've used that over the years (among other things). One other guy (Trevor Blight) has adapted P5 to what he calls p5c, using modern GCC and Clang extensions. So it translates directly to C from PAS (and supports the optional ISO 7185 conformant arrays). I've already used that successfully with DJGPP's GCC 10 and 12, and this build of 13 seems to also work fine with my programs. (I've been writing a lot of Pascal lately.) I have not tested p7zip (C++ / G++ / GPP) yet.