[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#97030: marked as done ([fixed in gcc-3.0] wrong code generation)



Your message dated Mon, 28 May 2001 00:08:35 +0200 (MEST)
with message-id <15121.31254.719834.751026@bolero>
and subject line fixed bugs in gcc-3.0 (3.0.ds6-0pre010526)
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Darren Benham
(administrator, Debian Bugs database)

--------------------------------------
Received: (at submit) by bugs.debian.org; 10 May 2001 21:01:19 +0000
>From ege@rano.org Thu May 10 16:01:19 2001
Return-path: <ege@rano.org>
Received: from mta05-svc.ntlworld.com [62.253.162.45] 
	by master.debian.org with esmtp (Exim 3.12 1 (Debian))
	id 14xxYl-0006QV-00; Thu, 10 May 2001 16:01:19 -0500
Received: from dueto.rano1.org ([62.253.149.167]) by mta05-svc.ntlworld.com
          (InterMail vM.4.01.02.27 201-229-119-110) with ESMTP
          id <20010510210103.FXIV272.mta05-svc.ntlworld.com@dueto.rano1.org>
          for <submit@bugs.debian.org>; Thu, 10 May 2001 22:01:03 +0100
Received: from ege by dueto.rano1.org with local (Exim 3.22 #1 (Debian))
	id 14xxIe-0001WZ-00; Thu, 10 May 2001 21:44:40 +0100
From: edmundo@rano.org
Subject: gcc: seems to generate incorrect code
To: submit@bugs.debian.org
X-Mailer: bug 3.3.9
Message-Id: <E14xxIe-0001WZ-00@dueto.rano1.org>
Date: Thu, 10 May 2001 21:44:40 +0100
Delivered-To: submit@bugs.debian.org

Package: gcc
Version: 1:2.95.3-7
Severity: important

Maybe I've been working too hard, but this gcc seems to get this wrong
with -O2:

void gunc(unsigned a, unsigned b)
{
}

unsigned func(unsigned a, unsigned b)
{
  long long x = 0;

  gunc(a, b);
  return (x + 1) * a * b;
}

int main()
{
  unsigned a, b;

  a = 1;
  b = 1;
  return func(a, b);
}

-- System Information
Debian Release: testing/unstable
Kernel Version: Linux dueto.rano1.org 2.2.19 #4 SMP Mon Apr 16 12:55:15 BST 2001 i686 unknown

Versions of the packages gcc depends on:
ii  cpp            2.95.3-7       The GNU C preprocessor.
ii  cpp-2.95       2.95.4-0.01042 The GNU C preprocessor.
ii  gcc-2.95       2.95.4-0.01042 The GNU C compiler.

---------------------------------------
Received: (at 97030-done) by bugs.debian.org; 27 May 2001 22:10:18 +0000
>From doko@cs.tu-berlin.de Sun May 27 17:10:18 2001
Return-path: <doko@cs.tu-berlin.de>
Received: from mail.cs.tu-berlin.de [130.149.17.13] (root)
	by master.debian.org with esmtp (Exim 3.12 1 (Debian))
	id 1548jm-0005Ir-00; Sun, 27 May 2001 17:10:14 -0500
Received: from bolero.cs.tu-berlin.de (doko@bolero.cs.tu-berlin.de [130.149.19.1])
	by mail.cs.tu-berlin.de (8.9.3/8.9.3) with ESMTP id AAA03363;
	Mon, 28 May 2001 00:08:35 +0200 (MET DST)
Received: (from doko@localhost)
	by bolero.cs.tu-berlin.de (8.9.3+Sun/8.9.3) id AAA01795;
	Mon, 28 May 2001 00:08:35 +0200 (MEST)
From: Matthias Klose <doko@cs.tu-berlin.de>
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
Date: Mon, 28 May 2001 00:08:35 +0200 (MEST)
To: 98851-done@bugs.debian.org, 93597-done@bugs.debian.org,
        94576-done@bugs.debian.org, 96448-done@bugs.debian.org,
        96461-done@bugs.debian.org, 93343-done@bugs.debian.org,
        96348-done@bugs.debian.org, 96262-done@bugs.debian.org,
        97134-done@bugs.debian.org, 97905-done@bugs.debian.org,
        96451-done@bugs.debian.org, 95812-done@bugs.debian.org,
        93157-done@bugs.debian.org, 87000-done@bugs.debian.org,
        97030-done@bugs.debian.org
Subject: fixed bugs in gcc-3.0 (3.0.ds6-0pre010526)
X-Mailer: VM 6.43 under 20.4 "Emerald" XEmacs  Lucid
Message-ID: <15121.31254.719834.751026@bolero>
Delivered-To: 97030-done@bugs.debian.org

gcc-3.0 (3.0.ds6-0pre010526) unstable; urgency=high

  * Urgency "high" for replacing the gcc-3.0 snapshots in testing, which
    now are incompatile due to the changed ABIs.
  * Upstream begins tagging with "gcc-3_0_pre_2001mmdd".
  * Tighten dependencies to install only binary packages derived from
    one source (#98851). Tighten libc6-dev dependency to match libc6.

gcc-3.0 (3.0.ds6-0pre010525) unstable; urgency=low

  * ATTENTION: The ABI (exception handling) changed. No upgrade path from
    earlier snapshots (you had been warned in the postinst ...)
    Closing #93597, #94576, #96448, #96461.
    You have to rebuild 
  * HELP is appreciated for scanning the Debian BTS and sending followups
    to bug reports!!!
  * Should we name debian gcc uploads? What about a "still seeking
    g++ maintainer" upload?
  * Fixed in gcc-3.0: #97030
  * Update patches for recent (010525) CVS sources.
  * Make check depend on build target (fakeroot problmes).
  * debian/rules.d/binary-libgcc.mk: new file, build first.
  * Free memory detection on the hurd for running the testsuite.
  * Update debhelper build dependency.
  * libstdc++-doc: Include doxygen generated docs.
  * Fix boring packaging bugs, too tired for appropriate changelogs ...
    #93343, #96348, #96262, #97134, #97905, #96451, #95812, #93157
  * Fixed bugs: #87000. 



Reply to: