--- Comment #4 from ivan at cvut dot cz 2008-06-15 16:11 ---
Final shortened code looks like this:
-- snap --
#include
void A()
{
using namespace boost::spirit;
rule<> char_tm= (
--- Comment #3 from ivan at cvut dot cz 2008-06-15 16:05 ---
Created an attachment (id=15773)
--> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=15773&action=view)
Shortened version
This is shortened version. - 7 lines only :(
--
ivan at cvut dot cz changed:
--- Comment #2 from ivan at cvut dot cz 2008-06-05 14:35 ---
This bug is related to x86_64 target. When generating 32bit .o file,
compilations succeds even with 64bit version of g++.
See:
[EMAIL PROTECTED]:/tmp$ g++ -m32 trotl_parser.i
In file included from /usr/include/c++/4.2/ext
--- Comment #1 from ivan at cvut dot cz 2008-05-30 14:09 ---
Created an attachment (id=15704)
--> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=15704&action=view)
This source fails to compile
This source uses boost::spirit parser generator. Uses a lot of template
specializati
: Compilation never ends
Product: gcc
Version: 4.2.4
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: c++
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: ivan at cvut dot cz
GCC build triplet: x86_64