-
Bug
-
Resolution: Unresolved
-
Minor
-
Jenkins 2.452.2
Analysis Model API Plugin 12.4.0
Warnings Plugin 11.3.0
In the build output of our C++ program, the following warning is ignored and does not appear in the Warnings plugin analysis:
In member function 'void CInput::UpdateText(int, int, int)':
cc1plus: warning: 'void* __builtin_memset(void*, int, long unsigned int)': specified size 18446744073709551612 exceeds maximum object size 9223372036854775807 [-Wstringop-overflow=]
I assume the output of cc1/cc1plus is not handled by the GCC parser.
For reference, the pipeline step analyzing the build output is the following:
recordIssues enabledForFailure: true, qualityGates: [[threshold: 1, type: 'NEW']], tool: gcc()
[JENKINS-73509] GCC parser does not handle cc1/cc1plus warnings
Description |
Original:
In the build output of our C++ program, the following warning is ignored and does not appear in the Warnings plugin analysis:
{{ In member function 'void CInput::UpdateText(int, int, int)': cc1plus: warning: 'void* __builtin_memset(void*, int, long unsigned int)': specified size 18446744073709551612 exceeds maximum object size 9223372036854775807 [-Wstringop-overflow=] }} I assume the output of cc1/cc1plus is not handled by the GCC parser. For reference, the pipeline step analyzing the build output is the following: {{ recordIssues enabledForFailure: true, qualityGates: [[threshold: 1, type: 'NEW']], tool: gcc() }} |
New:
In the build output of our C++ program, the following warning is ignored and does not appear in the Warnings plugin analysis:
{{In member function 'void CInput::UpdateText(int, int, int)': cc1plus: warning: 'void* __builtin_memset(void*, int, long unsigned int)': specified size 18446744073709551612 exceeds maximum object size 9223372036854775807 [-Wstringop-overflow=]}} I assume the output of cc1/cc1plus is not handled by the GCC parser. For reference, the pipeline step analyzing the build output is the following: {{recordIssues enabledForFailure: true, qualityGates: [[threshold: 1, type: 'NEW']], tool: gcc()}} |
Description |
Original:
In the build output of our C++ program, the following warning is ignored and does not appear in the Warnings plugin analysis:
{{In member function 'void CInput::UpdateText(int, int, int)': cc1plus: warning: 'void* __builtin_memset(void*, int, long unsigned int)': specified size 18446744073709551612 exceeds maximum object size 9223372036854775807 [-Wstringop-overflow=]}} I assume the output of cc1/cc1plus is not handled by the GCC parser. For reference, the pipeline step analyzing the build output is the following: {{recordIssues enabledForFailure: true, qualityGates: [[threshold: 1, type: 'NEW']], tool: gcc()}} |
New:
In the build output of our C++ program, the following warning is ignored and does not appear in the Warnings plugin analysis:
{{In member function 'void CInput::UpdateText(int, int, int)':}} {{cc1plus: warning: 'void* __builtin_memset(void*, int, long unsigned int)': specified size 18446744073709551612 exceeds maximum object size 9223372036854775807 [-Wstringop-overflow=]}} I assume the output of cc1/cc1plus is not handled by the GCC parser. For reference, the pipeline step analyzing the build output is the following: {{recordIssues enabledForFailure: true, qualityGates: [[threshold: 1, type: 'NEW']], tool: gcc()}} |
Component/s | New: analysis-model [ 23523 ] | |
Component/s | Original: analysis-model-api-plugin [ 24221 ] | |
Component/s | Original: warnings-ng-plugin [ 24526 ] | |
Assignee | Original: Ulli Hafner [ drulli ] | |
Labels | New: help-wanted newbie-friendly |
Status | Original: Open [ 1 ] | New: In Progress [ 3 ] |
Assignee | New: Ayush [ ayush_1856 ] |