Bug 77428

Summary: gcc-gnat has an assertion failure while compiling program
Product: [Retired] Red Hat Linux Reporter: jfm2
Component: gcc3Assignee: Jakub Jelinek <jakub>
Status: CLOSED WONTFIX QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: 8.0   
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: 2002-11-06 21:30:53 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:

Description jfm2 2002-11-06 21:30:46 UTC
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (X11; U; Linux i586; en-US; rv:1.0.1) Gecko/20020830

Description of problem:
Gnat aborts when compiling program with following message

+===========================GNAT BUG DETECTED==============================+
| 3.2 20020903 (3.2-7) (i386-redhat-linux-gnu) Assert_Failure expander.adb:83|
| Error detected at
/usr/lib/gcc-lib/i386-redhat-linux/3.2/adainclude/a-strbou.adb:47:7
[opentoken.ads:73:4]|
| Please submit a bug report, see http://gcc.gnu.org/bugs.html.            |
| Include the entire contents of this bug box in the report.               |
| Include the exact gcc or gnatmake command that you entered.              |
| Also include sources listed below in gnatchop format                     |
| (concatenated together with no headers between files).                   |
+==========================================================================+

Command was:  "gcc -c -O2 -mcpu=i686 -gnatpn -fPIC opentoken-production-parser.ads"



Version-Release number of selected component (if applicable):


How reproducible:
Always

Steps to Reproduce:
1.Just try to compile OpenToken
2.
3.
	

Actual Results:  Compilation aborted

Expected Results:  Compilation success or error but not an assertion failure
causing to abort

Additional info:

I can submit teh source who made it abort.

Comment 1 Jakub Jelinek 2002-11-10 20:18:14 UTC
Please report this to http://gcc.gnu.org/gnats.html instead.