Bug 111655

Summary: segfault during compilation, gcc 3.2.2-1
Product: [Fedora] Fedora Reporter: Vladimir Vukicevic <vladimir>
Component: gccAssignee: Jakub Jelinek <jakub>
Status: CLOSED RAWHIDE QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: 1   
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2004-10-04 07:37:55 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Attachments:
Description Flags
source code for bug
none
unpreprocessed test case none

Description Vladimir Vukicevic 2003-12-08 00:39:16 UTC
gcc-3.3.2-1 rpm

Preprocessed source attached.  Reproduce with "g++ gppbug.cpp -lstdc++"

Comment 1 Vladimir Vukicevic 2003-12-08 00:40:27 UTC
Created attachment 96391 [details]
source code for bug

Comment 2 Richard Henderson 2004-10-04 07:34:57 UTC
Created attachment 104705 [details]
unpreprocessed test case

Lift out standard headers so that I can try building with gcc 3.4.

Comment 3 Richard Henderson 2004-10-04 07:37:55 UTC
The test case is buggy.  The primary error is

z.c:52: error: template argument required for `class CommandArgument'

which is

PrinterCommand (std::vector<class CommandArgument> args) : ...

Gcc 3.4 gives the proper error message for this.