[Bug c++/36391] Compilation never ends

2008-10-23 Thread ivan at vc dot cvut dot cz
--- Comment #9 from ivan at vc dot cvut dot cz 2008-10-23 07:57 --- Subject: Re: Compilation never ends Quoting manu at gcc dot gnu dot org <[EMAIL PROTECTED]>: > > > --- Comment #6 from manu at gcc dot gnu dot org 2008-10-21 21:25 --- > I cannot compile this testcase with GC

[Bug c++/36391] Compilation never ends

2008-10-22 Thread manu at gcc dot gnu dot org
--- Comment #8 from manu at gcc dot gnu dot org 2008-10-22 17:05 --- (In reply to comment #7) > > testcase compiles on recent 4.3 with -m{32,64} -O{0..3} w/ boost-1.36.0. > it needs ~1second/~120MB on my quad core box. > Thanks Pawel! If you could test also a recent GCC 4.4 that would

[Bug c++/36391] Compilation never ends

2008-10-22 Thread pluto at agmk dot net
--- Comment #7 from pluto at agmk dot net 2008-10-22 16:58 --- (In reply to comment #6) > I cannot compile this testcase with GCC 4.3.2 or a recent revision of GCC > 4.4. > > Could you recreate the prepocessed source with those compilers? > testcase compiles on recent 4.3 with -m{32

[Bug c++/36391] Compilation never ends

2008-10-21 Thread manu at gcc dot gnu dot org
--- Comment #6 from manu at gcc dot gnu dot org 2008-10-21 21:25 --- I cannot compile this testcase with GCC 4.3.2 or a recent revision of GCC 4.4. Could you recreate the prepocessed source with those compilers? -- manu at gcc dot gnu dot org changed: What|Removed

[Bug c++/36391] Compilation never ends

2008-09-11 Thread rhorstmann at securecomputing dot com
--- Comment #5 from rhorstmann at securecomputing dot com 2008-09-11 07:49 --- I think this is the same as http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29512 So should be fixed in 4.3. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=36391

[Bug c++/36391] Compilation never ends

2008-06-15 Thread ivan at cvut dot cz
--- 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= ( ch_p('=') | ';' |

[Bug c++/36391] Compilation never ends

2008-06-15 Thread ivan at cvut dot cz
--- 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: What

[Bug c++/36391] Compilation never ends

2008-06-05 Thread ivan at cvut dot cz
--- 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/new

[Bug c++/36391] Compilation never ends

2008-05-30 Thread ivan at cvut dot cz
--- 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 specializations and o