Bug 196323
Summary: | g++ gives line number out of range with -pedantic | ||
---|---|---|---|
Product: | Red Hat Enterprise Linux 4 | Reporter: | Mark Nodine <mnodine> |
Component: | gcc3 | Assignee: | Jakub Jelinek <jakub> |
Status: | CLOSED NOTABUG | QA Contact: | |
Severity: | medium | Docs Contact: | |
Priority: | medium | ||
Version: | 4.0 | ||
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | i686 | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2006-06-22 16:00:46 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
Mark Nodine
2006-06-22 15:41:42 UTC
Sorry. Step 2 should have been 2. g++ -o -pedantic -Werror bug.cpp Please read the standard: ISO/IEC 14882:1998 In [cpp.line]/3: "If the digit sequence specifies zero or a number greater than 32767, the behavior is undefined." |