[Bug 1093055] Re: internal compiler error: in build_zero_init_1, at cp/init.c:279
Adam Seering
aseering at gmail.com
Thu Mar 14 16:50:51 UTC 2013
This bug has been fixed in upstream SVN for gcc 4.6, 4.7, and trunk
(4.8).
Could the upstream fix be pulled in? (Will it automatically be pulled
in the next time upstream posts a new minor-version release for these
versions?)
--
You received this bug notification because you are a member of Ubuntu
Foundations Bugs, which is subscribed to gcc-4.6 in Ubuntu.
https://bugs.launchpad.net/bugs/1093055
Title:
internal compiler error: in build_zero_init_1, at cp/init.c:279
Status in “gcc-4.6” package in Ubuntu:
Confirmed
Status in “gcc-4.7” package in Ubuntu:
Confirmed
Bug description:
I'm running the latest version of the gcc/g++ packages for Ubuntu
12.04:
$ g++ --version
g++ (Ubuntu/Linaro 4.6.3-1ubuntu5) 4.6.3
Copyright (C) 2011 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
$ apt-cache policy g++-4.6
g++-4.6:
Installed: 4.6.3-1ubuntu5
Candidate: 4.6.3-1ubuntu5
Version table:
*** 4.6.3-1ubuntu5 0
500 http://us.archive.ubuntu.com/ubuntu/ precise/main amd64 Packages
100 /var/lib/dpkg/status
$ lsb_release -rd
Description: Ubuntu 12.04.1 LTS
Release: 12.04
I'm trying to compile a particular source file. When I compile it as follows, I get the following error:
$ g++ -I ../include -I HelperLibraries -g -Wall -Wno-unused-value -shared -fPIC -o build/BasicIntegerParser_continuous.so ParserFunctions/BasicIntegerParser_continuous.cpp ../include/Vertica.cpp
ParserFunctions/BasicIntegerParser_continuous.cpp: In member function ‘virtual Vertica::UDParser* BasicIntegerParserFactory::prepare(Vertica::ServerInterface&, Vertica::PerColumnParamReader&, Vertica::PlanContext&, const Vertica::SizedColumnTypes&)’:
ParserFunctions/BasicIntegerParser_continuous.cpp:76:16: internal compiler error: in build_zero_init_1, at cp/init.c:279
Please submit a full bug report,
with preprocessed source if appropriate.
See <file:///usr/share/doc/gcc-4.6/README.Bugs> for instructions.
Preprocessed source stored into /tmp/cc8HZt1y.out file, please attach this to your bugreport.
I expected the file to compile properly, or at least provide an error
message describing a fault in my code rather than in the compiler.
I have attached the preprocessed source file as requested by the error
message.
Please let me know if I can help out in debugging or fixing.
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gcc-4.6/+bug/1093055/+subscriptions
More information about the foundations-bugs
mailing list