Bug 16470
| Summary: | Programs built with gcc no longer run on a remote server | ||
|---|---|---|---|
| Product: | [Retired] Red Hat Raw Hide | Reporter: | Need Real Name <101355.471> |
| Component: | gcc | Assignee: | Jakub Jelinek <jakub> |
| Status: | CLOSED DEFERRED | QA Contact: | |
| Severity: | high | Docs Contact: | |
| Priority: | medium | ||
| Version: | 1.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: | 2000-08-17 20:39:25 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
Need Real Name
2000-08-17 20:39:23 UTC
Without a testcase I cannot do really anything about it. Please reopen if you have a self-contained testcase which triggers some miscompilation in gcc. Try compiling with -O0 to see if it cures it (if it does, then please track it down to a particular .c file which causes it not to work even when all other files are compiled with -On n>=1), if not, try compiling it with some older gcc (like egcs from RH6.2) and similarly mix objects up to see which one if compiled by egcs and all others are compiled by gcc makes the bug go away. |