This is the mail archive of the systemtap@sourceware.org mailing list for the systemtap project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug translator/12137] New: SDT fails -pedantic with too-long strings


http://sourceware.org/bugzilla/show_bug.cgi?id=12137

           Summary: SDT fails -pedantic with too-long strings
           Product: systemtap
           Version: unspecified
            Status: NEW
          Severity: normal
          Priority: P2
         Component: translator
        AssignedTo: systemtap@sources.redhat.com
        ReportedBy: jistone@redhat.com


While running sdt.exp:

Executing on host: gcc /home/jistone/systemtap/testsuite/systemtap.base/sdt.c 
-g -isystem/home/jistone/systemtap/testsuite -isystem/usr/local/include -Wall
-Wextra -Werror -pedantic  -lm   -o sdt.c.exe.3    (timeout = 300)
cc1: warnings being treated as errors
/home/jistone/systemtap/testsuite/systemtap.base/sdt.c: In function âcall4â:
/home/jistone/systemtap/testsuite/systemtap.base/sdt.c:20: error: string length
â526â is greater than the length â509â ISO C90 compilers are required to
support
/home/jistone/systemtap/testsuite/systemtap.base/sdt.c: In function âcall5â:
/home/jistone/systemtap/testsuite/systemtap.base/sdt.c:25: error: string length
â549â is greater than the length â509â ISO C90 compilers are required to
support
/home/jistone/systemtap/testsuite/systemtap.base/sdt.c: In function âcall6â:
/home/jistone/systemtap/testsuite/systemtap.base/sdt.c:30: error: string length
â572â is greater than the length â509â ISO C90 compilers are required to
support
/home/jistone/systemtap/testsuite/systemtap.base/sdt.c: In function âcall7â:
/home/jistone/systemtap/testsuite/systemtap.base/sdt.c:35: error: string length
â595â is greater than the length â509â ISO C90 compilers are required to
support
/home/jistone/systemtap/testsuite/systemtap.base/sdt.c: In function âcall8â:
/home/jistone/systemtap/testsuite/systemtap.base/sdt.c:40: error: string length
â618â is greater than the length â509â ISO C90 compilers are required to
support
/home/jistone/systemtap/testsuite/systemtap.base/sdt.c: In function âcall9â:
/home/jistone/systemtap/testsuite/systemtap.base/sdt.c:45: error: string length
â641â is greater than the length â509â ISO C90 compilers are required to
support
/home/jistone/systemtap/testsuite/systemtap.base/sdt.c: In function âcall10â:
/home/jistone/systemtap/testsuite/systemtap.base/sdt.c:50: error: string length
â666â is greater than the length â509â ISO C90 compilers are required to
support
compiler exited with status 1
output is:
[repeat of above]
FAIL: compiling sdt.c additional_flags=-pedantic uprobe

The same errors come up for:
FAIL: compiling sdt.c additional_flags=-ansi additional_flags=-pedantic uprobe

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]