Bug 706632

Summary: Compatibility compiler g++34 gets internal error
Product: Red Hat Enterprise Linux 6 Reporter: Arthur Sorkin <art>
Component: compat-gcc-34Assignee: Jakub Jelinek <jakub>
Status: CLOSED WONTFIX QA Contact: qe-baseos-tools-bugs
Severity: high Docs Contact:
Priority: unspecified    
Version: 6.0CC: law
Target Milestone: rc   
Target Release: ---   
Hardware: x86_64   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2014-11-18 21:32: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:
Attachments:
Description Flags
file referenced in the error message. none

Description Arthur Sorkin 2011-05-21 18:31:46 UTC
Created attachment 500211 [details]
file referenced in the error message.

Description of problem:

ppl-0.10.2/src/checked.inlines.hh:607: internal compiler error: in invert_truthvalue, at fold-const.c:2700
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://bugzilla.redhat.com/bugzilla> for instructions.
Preprocessed source stored into /tmp/ccVxHB7b.out file, please attach this to your bugreport.



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

Reading specs from /usr/lib/gcc/x86_64-redhat-linux/3.4.6/specs
Configured with: ../configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --enable-shared --enable-threads=posix --disable-checking --with-system-zlib --enable-__cxa_atexit --disable-libunwind-exceptions --enable-languages=c,c++,f77 --disable-libgcj --host=x86_64-redhat-linux
Thread model: posix
gcc version 3.4.6 20060404 (Red Hat 3.4.6-19.el6)


How reproducible:

Always


Steps to Reproduce:
1. Build ppl-0.10.2 with compat gcc34/g++34 and all other compat packages installed.  Command line option -m32.

compat-libstdc++-33-3.2.3-69.el6.x86_64
compat-glibc-headers-2.5-46.2.x86_64
compat-libstdc++-33-3.2.3-69.el6.i686
compat-gcc-34-3.4.6-19.el6.x86_64
compat-gcc-34-c++-3.4.6-19.el6.x86_64
compat-glibc-2.5-46.2.x86_64

2.
3.
  
Actual results:

Internal compiler error.


Expected results:

Works with 4.4.4 compiler.


Additional info:

Comment 2 Arthur Sorkin 2011-05-21 18:53:41 UTC
g++34 -m32 -w -D_GNU_SOURCE -DHAVE_CONFIG_H -I. -I/home/asorkin/gnu/src/ppl-0.10.2/src -I.. -I.. -I/home/asorkin/src/ppl-0.10.2/src -I/home/asorkin/obj/host-libs/usr/include -g -O2 -frounding-math -W -Wall -MT Constraint.lo -MD -MP -MF .deps/Constraint.Tpo

Comment 3 RHEL Program Management 2011-07-06 01:37:48 UTC
This request was evaluated by Red Hat Product Management for
inclusion in the current release of Red Hat Enterprise Linux.
Because the affected component is not scheduled to be updated
in the current release, Red Hat is unfortunately unable to
address this request at this time. Red Hat invites you to
ask your support representative to propose this request, if
appropriate and relevant, in the next release of Red Hat
Enterprise Linux. If you would like it considered as an
exception in the current release, please ask your support
representative.

Comment 5 Jeff Law 2014-11-18 21:32:53 UTC
While we acknowledge that an internal-compiler-error is bad, we are not planning to update compat-gcc-34 to fix this issue.  While we certainly could fix this bug, policy is to minimize the amount of changes made to the compat-gcc packages.

We strongly recommend using the base system compiler or the DTS compilers.