Bug 374599 - Footer/Summary after Parallel Build is printed in the middle of error output
Summary: Footer/Summary after Parallel Build is printed in the middle of error output
Status: NEW
Alias: None
Product: CDT
Classification: Tools
Component: cdt-build (show other bugs)
Version: 8.0   Edit
Hardware: All All
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: cdt-build-inbox@eclipse.org CLA
QA Contact: Jonah Graham CLA
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-03-18 06:45 EDT by Andrew Gvozdev CLA
Modified: 2020-09-04 15:19 EDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Andrew Gvozdev CLA 2012-03-18 06:45:48 EDT
The summary of build for ParallelBuilder is expected to be after the end of output produced by build, unlike

**** Rebuild of configuration Debug for project InternalBuilder ****

**** Internal Builder is used for build               ****
g++-4 -DULONG=unsigned long -DULONG=unsigned long -Ipath to something -O0 -g3 -Wall -c -fmessage-length=0 -o src\InternalBuilder.o ..\src\InternalBuilder.cpp 
g++-4 -DULONG=unsigned long -DULONG=unsigned long -Ipath to something -O0 -g3 -Wall -c -fmessage-length=0 -o src\InternalBuilder2.o ..\src\InternalBuilder2.cpp 
..\src\InternalBuilder2.cpp: In function 'int main2()':
..\src\InternalBuilder2.cpp:13: error: expected `;' before 'dfh'
Build complete for project InternalBuilder
Time consumed: 654  ms.  Parallel threads used: 2
..\src\InternalBuilder.cpp: In function 'int main()':
..\src\InternalBuilder.cpp:13: error: expected ',' or ';' before 'edhe'