First Last Prev Next    No search results available      Search page      Enter new bug
Bug#: 8799
Product:  
Component:  
Status: RESOLVED
Resolution: FIXED
Assigned To: Gabriel Dos Reis <gdr@gcc.gnu.org>
Host:
Reported against  
Priority:  
Severity:  
Target Milestone:  
 
 
Target:
Reporter: Robert Schiele <rschiele@gmail.com>
Add CC:
CC:
Remove selected CCs
Build:
URL:
Summary:
Keywords:
Known to work:
Known to fail:

Attachment Description Type Created Size Actions
Create a New Attachment (proposed patch, testcase, etc.) View All

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

Additional Comments:






View Bug Activity   |   Format For Printing   |   Clone This Bug


Description:   Last confirmed: Opened: 2002-12-03 08:16
"g++ -c ice.ii" ICEs with the error message:

ice.ii:2: type specifier omitted for parameter `
Internal compiler error: Error reporting routines re-entered.
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://www.gnu.org/software/gcc/bugs.html> for instructions.

at the followig illegal codeline:

struct { a(void = 0; a(0), a(0)

Release:
3.2.2 20021202 (prerelease) and 3.3 20021202 (experimental)

Environment:
This bug is independent of system and configuration.

How-To-Repeat:
See description.

------- Comment #1 From Volker Reichelt 2002-12-03 08:32 -------
State-Changed-From-To: open->analyzed
State-Changed-Why: Confirmed.
    
    gcc 2.95.x handles the situation gracefully:
    
      bug.cc:2: type specifier omitted for parameter
      bug.cc:2: parse error at end of input
    
    gcc 3.0.x gets confused:
    
    bug.cc:2: type specifier omitted for parameter
    bug.cc:2: parse error at end of input
    bug.cc:2: confused by earlier errors, bailing out
    
    since 3.1 (also with releases!) we have:
    
      bug.cc:2: type specifier omitted for parameter `
      Internal compiler error: Error reporting routines re-entered.
      Please submit a full bug report,
      with preprocessed source if appropriate.
      See <URL:http://www.gnu.org/software/gcc/bugs.html> for instructions.

------- Comment #2 From Gabriel Dos Reis 2002-12-03 08:39 -------
Responsible-Changed-From-To: unassigned->gdr
Responsible-Changed-Why: Working on a fix.

------- Comment #3 From Gabriel Dos Reis 2002-12-04 05:49 -------
State-Changed-From-To: analyzed->closed
State-Changed-Why: Fixed in both mainline (3.3) and 3.2 branch

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