[Bug c++/40619] [c++0x] ICE on repeated decltype expression in auto functions

2009-07-04 Thread jason at gcc dot gnu dot org
--- Comment #6 from jason at gcc dot gnu dot org 2009-07-05 01:01 --- Fixed for 4.4.1. -- jason at gcc dot gnu dot org changed: What|Removed |Added Status|NEW

[Bug c++/40619] [c++0x] ICE on repeated decltype expression in auto functions

2009-07-04 Thread jason at gcc dot gnu dot org
--- Comment #5 from jason at gcc dot gnu dot org 2009-07-04 18:12 --- Subject: Bug 40619 Author: jason Date: Sat Jul 4 18:11:59 2009 New Revision: 149240 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=149240 Log: PR c++/40619 * tree.c (cp_tree_equal) [PARM_DECL]

[Bug c++/40619] [c++0x] ICE on repeated decltype expression in auto functions

2009-07-04 Thread aaz at althenia dot net
--- Comment #4 from aaz at althenia dot net 2009-07-04 12:54 --- It works. Thanks! -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40619

[Bug c++/40619] [c++0x] ICE on repeated decltype expression in auto functions

2009-07-04 Thread paolo dot carlini at oracle dot com
--- Comment #3 from paolo dot carlini at oracle dot com 2009-07-04 10:33 --- Thanks again Jason. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40619

[Bug c++/40619] [c++0x] ICE on repeated decltype expression in auto functions

2009-07-03 Thread jason at gcc dot gnu dot org
--- Comment #2 from jason at gcc dot gnu dot org 2009-07-04 04:34 --- Subject: Bug 40619 Author: jason Date: Sat Jul 4 04:34:03 2009 New Revision: 149223 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=149223 Log: PR c++/40619 * cp-tree.h (struct lang_decl_parm):

[Bug c++/40619] [c++0x] ICE on repeated decltype expression in auto functions

2009-07-02 Thread paolo dot carlini at oracle dot com
--- Comment #1 from paolo dot carlini at oracle dot com 2009-07-02 14:59 --- Jason, can you have a look to this one? Thanks in advance! -- paolo dot carlini at oracle dot com changed: What|Removed |Added ---