Note: This is a public test instance of Red Hat Bugzilla. The data contained within is a snapshot of the live data so any changes you make will not be reflected in the production Bugzilla. Email is disabled so feel free to test any aspect of the site that you want. File any problems you find or give feedback at bugzilla.redhat.com.

Bug 783586

Summary: Build failure - internal compiler error: in tsubst, at cp/pt.c:11285
Product: [Fedora] Fedora Reporter: Matthias Clasen <mclasen>
Component: gccAssignee: Jakub Jelinek <jakub>
Status: CLOSED RAWHIDE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: rawhideCC: jakub, jreznik, kevin, than
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: gcc-4.7.0-0.9.fc17 Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2012-01-24 07:38:29 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:
Bug Depends On:    
Bug Blocks: 765955    
Attachments:
Description Flags
preprocessed source file none

Description Matthias Clasen 2012-01-20 22:36:04 UTC
Created attachment 556618 [details]
preprocessed source file

Building PackageKit-0.7.2 with gcc 4.7 in todays rawhide ends with:

/usr/include/QtDBus/qdbuspendingreply.h: In substitution of 'template<class T1, class T2, class T3, class T4, class T5, class T6, class T7, class T8> template<int Index> const typename QDBusPendingReply<T1, T2, T3, T4, T5, T6, T7, T8>::Select::Type QDBusPendingReply::argumentAt() const [with int Index = <missing>; T1 = 0; T2 = <missing>; T3 = <missing>; T4 = <missing>; T5 = <missing>; T6 = <missing>; T7 = <missing>; T8 = <missing>]':
/usr/include/QtDBus/qdbuspendingreply.h:186:30:   required from 'QDBusPendingReply<T1, T2, T3, T4, T5, T6, T7, T8>::operator typename QDBusPendingReply<T1, T2, T3, T4, T5, T6, T7, T8>::Select<0>::Type() const [with T1 = QString; T2 = void; T3 = void; T4 = void; T5 = void; T6 = void; T7 = void; T8 = void; typename QDBusPendingReply<T1, T2, T3, T4, T5, T6, T7, T8>::Select<0>::Type = QString]'
daemon.cpp:153:68:   required from here
/usr/include/QtDBus/qdbuspendingreply.h:170:40: internal compiler error: in tsubst, at cp/pt.c:11285


I've attached the preprocessed source

Comment 1 Jakub Jelinek 2012-01-21 00:02:07 UTC
*** Bug 783463 has been marked as a duplicate of this bug. ***

Comment 2 Kevin Kofler 2012-01-23 16:03:19 UTC
Ping? This is breaking the build of almost all Qt-using packages…

Comment 3 Kevin Kofler 2012-01-23 16:55:42 UTC
Upstream fix: http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51925#c2

Comment 4 Jakub Jelinek 2012-01-24 13:14:05 UTC
*** Bug 784272 has been marked as a duplicate of this bug. ***