Boost C++ Libraries: Ticket #5808: fusion gcc 4.0.0 ICE https://svn.boost.org/trac10/ticket/5808 <p> Fedora Core release 4 (Stentz) g++ (GCC) 4.0.0 20050519 (Red Hat 4.0.0-8) </p> <p> simple.cpp: #include &lt;boost/fusion/view/single_view.hpp&gt; </p> <p> g++ -I$hot/boost simple.cpp </p> <p> See the error message below. It appears for all boost svn trunk revisions starting with 73854 (tested up to 74022). A workaround would be very helpful. </p> <p> Ralf </p> <p> /net/sigma/raid1/rwgk/hot/boost/boost/fusion/view/single_view/detail/next_impl.hpp: In static member function 'static boost::fusion::single_view_iterator&lt;typename Iterator::single_view_type, typename boost::mpl::next&lt;typename Iterator::position&gt;::type&gt; boost::fusion::extension::next_impl&lt;boost::fusion::single_view_iterator_tag&gt;::apply&lt;Iterator&gt;::call(const Iterator&amp;)': /net/sigma/raid1/rwgk/hot/boost/boost/fusion/view/single_view/detail/next_impl.hpp:40: internal compiler error: Segmentation fault Please submit a full bug report, with preprocessed source if appropriate. See &lt;URL:http://bugzilla.redhat.com/bugzilla&gt; for instructions. Preprocessed source stored into /tmp/cc9IZjJY.out file, please attach this to your bugreport. </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/5808 Trac 1.4.3 Eric Niebler Thu, 25 Aug 2011 00:32:55 GMT owner changed https://svn.boost.org/trac10/ticket/5808#comment:1 https://svn.boost.org/trac10/ticket/5808#comment:1 <ul> <li><strong>owner</strong> changed from <span class="trac-author">Eric Niebler</span> to <span class="trac-author">t_schwinger</span> </li> </ul> <p> I can't reproduce this problem because gcc-4.0.0 doesn't build on cygwin for me. There's no further progress I can make on this, sorry. Maybe Tobias can help. A patch would also gladly be accepted. </p> Ticket Ralf W. Grosse-Kunstleve Thu, 25 Aug 2011 07:52:49 GMT <link>https://svn.boost.org/trac10/ticket/5808#comment:2 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/5808#comment:2</guid> <description> <p> Thanks for looking into this! The fusion code is too complex for me; I have no idea where to start patching. However, I can provide direct access to the machine with the gcc-4.0.0 compiler. If you want to try this out, please email your public ssh key to rwgrosse-kunstleve@…. Also let me know your preferred account name and shell. </p> <p> BTW: we have a big selection of platforms: <a class="ext-link" href="http://cci.lbl.gov/cctbx_build/show_error_summary.cgi?build_tag=2011_08_24_1020"><span class="icon">​</span>http://cci.lbl.gov/cctbx_build/show_error_summary.cgi?build_tag=2011_08_24_1020</a> You are welcome to use any of these for testing as long as you like. </p> </description> <category>Ticket</category> </item> <item> <author>Kohei Takahashi <flast@…></author> <pubDate>Tue, 08 Mar 2016 05:37:39 GMT</pubDate> <title>version, milestone changed https://svn.boost.org/trac10/ticket/5808#comment:3 https://svn.boost.org/trac10/ticket/5808#comment:3 <ul> <li><strong>version</strong> <span class="trac-field-old">Boost Development Trunk</span> → <span class="trac-field-new">Boost 1.60.0</span> </li> <li><strong>milestone</strong> <span class="trac-field-old">To Be Determined</span> → <span class="trac-field-new">Boost 1.61.0</span> </li> </ul> <p> Confirmed. I'll submit a patch to fix this issue (but for post 1.61.0 beta). </p> Ticket Kohei Takahashi <flast@…> Tue, 08 Mar 2016 08:00:36 GMT <link>https://svn.boost.org/trac10/ticket/5808#comment:4 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/5808#comment:4</guid> <description> <p> The patch is here <a class="ext-link" href="https://github.com/boostorg/fusion/pull/127"><span class="icon">​</span>https://github.com/boostorg/fusion/pull/127</a> . </p> </description> <category>Ticket</category> </item> <item> <dc:creator>Joel de Guzman</dc:creator> <pubDate>Tue, 08 Mar 2016 08:46:06 GMT</pubDate> <title>status changed; resolution set https://svn.boost.org/trac10/ticket/5808#comment:5 https://svn.boost.org/trac10/ticket/5808#comment:5 <ul> <li><strong>status</strong> <span class="trac-field-old">new</span> → <span class="trac-field-new">closed</span> </li> <li><strong>resolution</strong> → <span class="trac-field-new">fixed</span> </li> </ul> Ticket