Open
Bug 741104
Opened 13 years ago
Updated 2 years ago
internal compiler error: in tree_nrv, at tree-nrv.c:143
Categories
(Firefox Build System :: General, defect)
Tracking
(Not tracked)
NEW
People
(Reporter: BenB, Unassigned)
References
Details
(Keywords: regression)
Environment:
- Ubuntu 10.04 64bit
- g++-4.4.real (Ubuntu 4.4.3-4ubuntu5.1) 4.4.3
The last compile a while a go on the same system worked fine, so this is a regression.
...
nsHttpPipeline.cpp
nsHttpActivityDistributor.cpp
nsHttpChannelAuthProvider.cpp
HttpChannelParent.cpp
HttpChannelChild.cpp
HttpChannelParentListener.cpp
In file included from ../../../dist/include/nsAutoPtr.h:48,
from ../../../dist/include/gfxPattern.h:46,
from ../../../dist/include/IPC/IPCMessageUtils.h:54,
from ../../../ipc/ipdl/_ipdlheaders/mozilla/net/PNecko.h:14,
from ../../../ipc/ipdl/_ipdlheaders/mozilla/net/PNeckoChild.h:9,
from ../../../dist/include/mozilla/net/NeckoChild.h:44,
from /mnt/compile/mozilla/thunderbird/trunk/source/mozilla/netwerk/protocol/http/nsHttp.h:60,
from ../../../dist/include/mozilla/net/HttpChannelParent.h:45,
from .../mozilla/netwerk/protocol/http/HttpChannelParent.cpp:41:
../../../dist/include/nsCOMPtr.h: In function ‘nsQueryInterface do_QueryInterface(nsISupports*)’:
../../../dist/include/nsCOMPtr.h:316: internal compiler error: in tree_nrv, at tree-nrv.c:143
Please submit a full bug report,
with preprocessed source if appropriate.
See <file:///usr/share/doc/gcc-4.4/README.Bugs> for instructions.
Reporter | ||
Comment 1•13 years ago
|
||
Does it fail with 4.4.7? 4.5? I think we've had some fun errors with 4.4 in the past.
Reporter | ||
Comment 3•13 years ago
|
||
I can't easily install another compiler, I didn't find newer official packages.
Reporter | ||
Comment 4•13 years ago
|
||
(But I assume newer versions are fine, given that the tree isn't burning, and given the above gcc bug report.)
Well the GCC bug you linked is fixed in 4.4.2 if I read it correctly, and you're using 4.4.3.
Tinderbox is using 4.5.x IIRC.
Comment 6•13 years ago
|
||
See bug 621446
Reporter | ||
Comment 7•13 years ago
|
||
> See bug 621446
Thanks! Confirmed, attachment 606580 [details] [diff] [review] fixes this bug here for me.
(Not marking DUP, but dependent, because the summary of the other bug is about something else.)
Depends on: 621446
Updated•7 years ago
|
Product: Core → Firefox Build System
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•