[Bug c++/52343] [C++11] alias-definition dont work in `templateclass` params type

2012-11-06 Thread cppljevans at suddenlink dot net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52343 --- Comment #2 from Larry Evans cppljevans at suddenlink dot net 2012-11-06 20:53:02 UTC --- Created attachment 28625 -- http://gcc.gnu.org/bugzilla/attachment.cgi?id=28625 test file

[Bug c++/52343] [C++11] alias-definition dont work in `templateclass` params type

2012-11-06 Thread cppljevans at suddenlink dot net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52343 --- Comment #3 from Larry Evans cppljevans at suddenlink dot net 2012-11-06 20:55:19 UTC --- Created attachment 28626 -- http://gcc.gnu.org/bugzilla/attachment.cgi?id=28626 compilation of test file with 2 compilers and 2 values of macro

[Bug c++/54710] moderately large tuple, with many gets, ballons compile time

2012-09-27 Thread cppljevans at suddenlink dot net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54710 --- Comment #8 from Larry Evans cppljevans at suddenlink dot net 2012-09-27 14:03:25 UTC --- Created attachment 28292 -- http://gcc.gnu.org/bugzilla/attachment.cgi?id=28292 with optimization set to -O1 for both gcc and clang Shows

[Bug c++/54710] moderately large tuple, with many gets, ballons compile time

2012-09-27 Thread cppljevans at suddenlink dot net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54710 --- Comment #9 from Larry Evans cppljevans at suddenlink dot net 2012-09-27 14:12:24 UTC --- (In reply to comment #7) Can you provide absolute compile-times The .out files show output of unix time command. Is that not what you mean

[Bug c++/54710] moderately large tuple, with many gets, ballons compile time

2012-09-27 Thread cppljevans at suddenlink dot net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54710 Larry Evans cppljevans at suddenlink dot net changed: What|Removed |Added Attachment #28292|0 |1

[Bug c++/54710] moderately large tuple, with many gets, ballons compile time

2012-09-26 Thread cppljevans at suddenlink dot net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54710 --- Comment #5 from Larry Evans cppljevans at suddenlink dot net 2012-09-26 19:01:30 UTC --- (In reply to comment #4) That: --enable-checking=assert,misc,tree,gc,rtl,runtime will enable very compile-time intensive internal

[Bug c++/54710] moderately large tuple, with many gets, ballons compile time

2012-09-26 Thread cppljevans at suddenlink dot net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54710 Larry Evans cppljevans at suddenlink dot net changed: What|Removed |Added Attachment #28274|0 |1

[Bug c++/54710] New: moderately large tuple, with many gets, ballons compile time

2012-09-25 Thread cppljevans at suddenlink dot net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54710 Bug #: 54710 Summary: moderately large tuple, with many gets, ballons compile time Classification: Unclassified Product: gcc Version: 4.8.0 Status:

[Bug c++/54710] moderately large tuple, with many gets, ballons compile time

2012-09-25 Thread cppljevans at suddenlink dot net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54710 --- Comment #2 from Larry Evans cppljevans at suddenlink dot net 2012-09-25 17:15:29 UTC --- The gcc compiler was downloaded from: ftp://gcc.gnu.org/pub/gcc/snapshots/4.8-20120624/gcc-4.8-20120624.tar.bz2 it was configured

[Bug c++/41727] inner template specialization on non-type arg template causes ICE

2009-11-21 Thread cppljevans at suddenlink dot net
--- Comment #2 from cppljevans at suddenlink dot net 2009-11-21 16:46 --- Created an attachment (id=19075) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=19075action=view) zip archive with test case and Makefile and compile output The recently attached .zip file contains: M

[Bug c++/41727] New: inner template specialization on non-type arg template causes ICE

2009-10-16 Thread cppljevans at suddenlink dot net
gnu dot org ReportedBy: cppljevans at suddenlink dot net http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41727

[Bug c++/41727] inner template specialization on non-type arg template causes ICE

2009-10-16 Thread cppljevans at suddenlink dot net
--- Comment #1 from cppljevans at suddenlink dot net 2009-10-16 10:01 --- Created an attachment (id=18807) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=18807action=view) testcase with compiler output shown in comments Compiler output showing ICE is shown in comments after

[Bug c++/40092] -std=gnu++0x expansion pattern fails with error about derived template instead of actual template

2009-08-16 Thread cppljevans at suddenlink dot net
--- Comment #12 from cppljevans at suddenlink dot net 2009-08-16 13:44 --- Created an attachment (id=18375) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=18375action=view) compare of `make -k check-c++` before and after patch The attached .zip file contains the diffs between gcc

[Bug c++/40092] -std=gnu++0x expansion pattern fails with error about derived template instead of actual template

2009-08-15 Thread cppljevans at suddenlink dot net
--- Comment #11 from cppljevans at suddenlink dot net 2009-08-15 15:44 --- Created an attachment (id=18371) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=18371action=view) test case for gcc/testsuite/g++.dg/cpp0x with gcc-4.5 compile This is even a more minimal test case

[Bug c++/40092] -std=gnu++0x expansion pattern fails with error about derived template instead of actual template

2009-08-13 Thread cppljevans at suddenlink dot net
--- Comment #10 from cppljevans at suddenlink dot net 2009-08-13 19:15 --- Created an attachment (id=18356) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=18356action=view) minimal test case demonstrating bug The comments at bottom show that wrong template instance is being

[Bug c++/40092] -std=gnu++0x expansion pattern fails with error about derived template instead of actual template

2009-08-12 Thread cppljevans at suddenlink dot net
--- Comment #9 from cppljevans at suddenlink dot net 2009-08-12 19:15 --- As indicated here: http://article.gmane.org/gmane.comp.gcc.bugs/254672 the problem occurs because an additional test is needed in cp_tree_equal. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40092

[Bug c++/40092] -std=gnu++0x expansion pattern fails with error about derived template instead of actual template

2009-08-03 Thread cppljevans at suddenlink dot net
--- Comment #8 from cppljevans at suddenlink dot net 2009-08-03 12:08 --- Created an attachment (id=18288) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=18288action=view) Shows Value_0 fail but Value_1 pass Since Value_0 and Value_1 only differ in argument number, hopefully

[Bug c++/40092] -std=gnu++0x expansion pattern fails with error about derived template instead of actual template

2009-07-13 Thread cppljevans at suddenlink dot net
--- Comment #6 from cppljevans at suddenlink dot net 2009-07-13 12:48 --- Created an attachment (id=18184) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=18184action=view) Similar but simpler source (no Tail... in impl_front specialization) Same error message, but no Tail

[Bug c++/40092] -std=gnu++0x expansion pattern fails with error about derived template instead of actual template

2009-07-13 Thread cppljevans at suddenlink dot net
--- Comment #7 from cppljevans at suddenlink dot net 2009-07-13 12:50 --- Created an attachment (id=18185) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=18185action=view) compilation using gcc-4.5-20090702 Compiler source from: ftp://gcc.gnu.org/pub/gcc/snapshots/4.5-20090702

[Bug c++/40092] -std=gnu++0x expansion pattern fails with error about derived template instead of actual template

2009-06-11 Thread cppljevans at suddenlink dot net
--- Comment #5 from cppljevans at suddenlink dot net 2009-06-11 21:24 --- Created an attachment (id=17984) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=17984action=view) another version of earlier attach with a little different code but similar error msg This version shows

[Bug c++/40092] -std=gnu++0x expansion pattern fails with error about derived template instead of actual template

2009-05-14 Thread cppljevans at suddenlink dot net
--- Comment #4 from cppljevans at suddenlink dot net 2009-05-15 01:19 --- Created an attachment (id=17869) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=17869action=view) Much simpler code showing problem Code has #defines which can be enabled or disabled to show or hide bug

[Bug c++/40092] New: -std=gnu++0x expansion pattern fails with error about derived template instead of actual template

2009-05-10 Thread cppljevans at suddenlink dot net
: gcc Version: 4.4.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c++ AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: cppljevans at suddenlink dot net http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40092

[Bug c++/40092] -std=gnu++0x expansion pattern fails with error about derived template instead of actual template

2009-05-10 Thread cppljevans at suddenlink dot net
--- Comment #3 from cppljevans at suddenlink dot net 2009-05-10 16:24 --- Created an attachment (id=17846) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=17846action=view) system type -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40092

[Bug c++/40092] -std=gnu++0x expansion pattern fails with error about derived template instead of actual template

2009-05-10 Thread cppljevans at suddenlink dot net
--- Comment #2 from cppljevans at suddenlink dot net 2009-05-10 16:22 --- Created an attachment (id=17845) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=17845action=view) compilation output -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40092

[Bug c++/40092] -std=gnu++0x expansion pattern fails with error about derived template instead of actual template

2009-05-10 Thread cppljevans at suddenlink dot net
--- Comment #1 from cppljevans at suddenlink dot net 2009-05-10 16:22 --- Created an attachment (id=17844) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=17844action=view) The .ii file -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40092

[Bug c++/33983] stdexcept and ostream invalid_argument name clash with -std=gnu++0x

2007-11-02 Thread cppljevans at suddenlink dot net
--- Comment #2 from cppljevans at suddenlink dot net 2007-11-02 15:17 --- Created an attachment (id=14469) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=14469action=view) output of preprocessor -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33983

[Bug c++/33983] stdexcept and ostream invalid_argument name clash with -std=gnu++0x

2007-11-02 Thread cppljevans at suddenlink dot net
--- Comment #1 from cppljevans at suddenlink dot net 2007-11-02 15:10 --- Created an attachment (id=14468) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=14468action=view) Shows nameclash when using -std=-std=gnu++0x The following is compile commands and output: /home/evansl

[Bug c++/33983] New: stdexcept and ostream invalid_argument name clash with -std=gnu++0x

2007-11-02 Thread cppljevans at suddenlink dot net
Product: gcc Version: 4.3.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c++ AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: cppljevans at suddenlink dot net http://gcc.gnu.org/bugzilla/show_bug.cgi

[Bug c++/33959] [4.1/4.2/4.3 Regression] ICE in instantiate_class_template, at cp/pt.c:6649

2007-11-01 Thread cppljevans at suddenlink dot net
--- Comment #5 from cppljevans at suddenlink dot net 2007-11-01 21:26 --- Created an attachment (id=14459) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=14459action=view) testcase Several macros to enable exploring reasons for ice. -- http://gcc.gnu.org/bugzilla/show_bug.cgi

[Bug c++/33959] [4.1/4.2/4.3 Regression] ICE in instantiate_class_template, at cp/pt.c:6649

2007-11-01 Thread cppljevans at suddenlink dot net
--- Comment #6 from cppljevans at suddenlink dot net 2007-11-01 21:28 --- Created an attachment (id=14460) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=14460action=view) testcase Several macros to enable exploring reasons for ice. -- http://gcc.gnu.org/bugzilla/show_bug.cgi

[Bug c++/33959] [4.1/4.2/4.3 Regression] ICE in instantiate_class_template, at cp/pt.c:6649

2007-11-01 Thread cppljevans at suddenlink dot net
--- Comment #7 from cppljevans at suddenlink dot net 2007-11-01 21:38 --- Please ignore 1st attachment. I selected auto-detect thinking it would auto-detect it as text/plain. When #define INST_GT, the friend operator is instantiated and this give the ice. OTOH, when #undef INST_GT

[Bug c++/33959] New: ice in cp/pt.c instantiate_class_template

2007-10-31 Thread cppljevans at suddenlink dot net
Status: UNCONFIRMED Severity: normal Priority: P3 Component: c++ AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: cppljevans at suddenlink dot net http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33959

[Bug c++/33959] ice in cp/pt.c instantiate_class_template

2007-10-31 Thread cppljevans at suddenlink dot net
--- Comment #1 from cppljevans at suddenlink dot net 2007-10-31 15:09 --- I was unable to create attachment; so, here's the source (no #includes). -- cut here -- //Purpose: // Reproduce, with simplified code, the error: /* main.cpp:1675: instantiated from here main.cpp:1277

[Bug c++/33959] [4.1/4.2/4.3 Regression] ICE in instantiate_class_template, at cp/pt.c:6649

2007-10-31 Thread cppljevans at suddenlink dot net
--- Comment #3 from cppljevans at suddenlink dot net 2007-10-31 18:49 --- When that following main is used instead of the one posted earlier, the error no longer occurs. -- cut here -- int main(void) { typedef gram_treevars gt; gt::productions prods; #define INST_SEQ

[Bug c++/33959] [4.1/4.2/4.3 Regression] ICE in instantiate_class_template, at cp/pt.c:6649

2007-10-31 Thread cppljevans at suddenlink dot net
--- Comment #4 from cppljevans at suddenlink dot net 2007-11-01 03:58 --- The reason version 3.4.6 doesn't have similar ice is that the corresponding check is surrounded by: #ifdef ENABLE_CHECKING ... #endif -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33959