Bug 199934

Summary: gcc-4.1.1 rejects valid code (no match for function)
Product: [Fedora] Fedora Reporter: Neal Becker <ndbecker2>
Component: gccAssignee: Jakub Jelinek <jakub>
Status: CLOSED NOTABUG QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: 5   
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: 2006-07-24 17:34:06 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
preprocessed none

Description Neal Becker 2006-07-24 14:15:29 UTC
Description of problem:

gcc-4.1.1 rejects valid code (no match for function)

Version-Release number of selected component (if applicable):
gcc-4.1.1-1.fc5

How reproducible:


Steps to Reproduce:
1.
2.
3.
  
Actual results:

g++ -fsyntax-only  -xc++ -I /usr/local/src/boost.cvs TurboDec_1_4.H
TurboDec_1_4.H: In member function âvoid 
TurboDec_1_4::turbo_constituent_dec(const apriori_t&, const rec_message_t&, 
const rec_parity_t&, const rec_tail_t&, extrinsic_t&)â:
TurboDec_1_4.H:210: error: no matching function for call 
to âTurboDec_1_4::compute_alpha(double [dec_length][8][2], double [dec_length]
[8])â
TurboDec_1_4.H:212: error: no matching function for call 
to âTurboDec_1_4::compute_beta(double [dec_length][8][2], double [dec_length]
[8], double [dec_length][8])â

Expected results:


Additional info:
gcc32 accepts code

Comment 1 Neal Becker 2006-07-24 14:15:30 UTC
Created attachment 132915 [details]
preprocessed

Comment 2 Neal Becker 2006-07-24 17:34:06 UTC
Resolved - C array is not a type