Bug 162717

Summary: simplify_gen_subreg reports internal error (attached)
Product: [Fedora] Fedora Reporter: Matt Ginsberg <ginsberg>
Component: gccAssignee: Jakub Jelinek <jakub>
Status: CLOSED UPSTREAM QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: 3   
Target Milestone: ---   
Target Release: ---   
Hardware: i386   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2005-07-12 10:32:16 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 source none

Description Matt Ginsberg 2005-07-07 23:51:39 UTC
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.8) Gecko/20050511 Firefox/1.0.4

Description of problem:
I assume attachment is sufficient; line of code is

    os << (lit ? display_lit(*i) : *i);

for an output stream os

Version-Release number of selected component (if applicable):
gcc-3.4.3-22.fc3

How reproducible:
Always

Steps to Reproduce:
1. compile the file
2.
3.
  

Additional info:

Comment 1 Matt Ginsberg 2005-07-07 23:53:00 UTC
Created attachment 116495 [details]
preprocessed source

Comment 2 Jakub Jelinek 2005-07-12 10:32:16 UTC
Tracking this upstream.