First Last Prev Next    No search results available      Search page      Enter new bug
Bug#: 9916
Product:  
Component:  
Status: RESOLVED
Resolution: FIXED
Assigned To: Not yet assigned to anyone <unassigned@gcc.gnu.org>
Host:
Reported against  
Priority:  
Severity:  
Target Milestone:  
 
 
Target:
Reporter: sobe@ure.cas.cz
Add CC:
CC:
Remove selected CCs
Build:
URL:
Summary:
Keywords:
Known to work:
Known to fail:

Attachment Description Type Created Size Actions
agent_triggerbug.ii.bz2 agent_triggerbug.ii.bz2 application/octet-stream 2003-05-21 15:17 13.77 KB Edit
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 9916 depends on: Show dependency tree
Show dependency graph
Bug 9916 blocks:

Additional Comments:






View Bug Activity   |   Format For Printing   |   Clone This Bug


Description:   Last confirmed: Opened: 2003-03-03 12:46
internal compiler error.

Release:
gcc-3.2.2 compiled with 'make bootstrap'

Environment:
cygwin-w32

------- Comment #1 From Wolfgang Bangerth 2003-03-03 13:42 -------
From: Wolfgang Bangerth <bangerth@ticam.utexas.edu>
To: gcc-gnats@gcc.gnu.org
Cc:  
Subject: Re: c++/9916
Date: Mon, 3 Mar 2003 13:42:06 -0600 (CST)

 The other report I had in mind is PR 7050. It has a similar problem, but 
 also ICEs with 3.3 and mainline.
 
 W.
 
 -------------------------------------------------------------------------
 Wolfgang Bangerth             email:            bangerth@ticam.utexas.edu
                               www: http://www.ticam.utexas.edu/~bangerth/
 
 

------- Comment #2 From Wolfgang Bangerth 2003-03-03 14:36 -------
State-Changed-From-To: open->analyzed
State-Changed-Why: Confirmed. This is the following problem:
    ---------------------
    void no_return () __attribute__((__noreturn__));
    int i
     = (true ? 0 : (no_return(), 0));
    -------------------------------
    It is fixed in 3.3 and 3.4, though, so will probably not
    be fixed for 3.2.x. I keep it open until we decide to
    abandon the 3.2 branch, since it is a regression (didn't
    ICE with 3.0).
    
    W.

------- Comment #3 From Joe Buck 2003-04-25 20:03 -------
State-Changed-From-To: analyzed->closed
State-Changed-Why: Fixed for 3.3.

First Last Prev Next    No search results available      Search page      Enter new bug