This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/33571] [4.3 Regression] ICEs on unknown attributes on template functions
- From: "rguenth at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 27 Sep 2007 14:39:59 -0000
- Subject: [Bug c++/33571] [4.3 Regression] ICEs on unknown attributes on template functions
- References: <bug-33571-10053@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #1 from rguenth at gcc dot gnu dot org 2007-09-27 14:39 -------
Program received signal SIGSEGV, Segmentation fault.
0x0000000000545c5a in is_late_template_attribute (attr=0x2b2f2b957b70,
decl=0x2b2f2f438a00)
at /space/rguenther/src/svn/pointer_plus/gcc/cp/decl2.c:994
994 else if (TREE_CODE (decl) == TYPE_DECL || spec->type_required)
(gdb) print spec
$1 = (const struct attribute_spec *) 0x0
(gdb) call debug_tree (decl)
<function_decl 0x2b2f2f438a00 evaluate
type <function_type 0x2b2f2bd620d0
--
rguenth at gcc dot gnu dot org changed:
What |Removed |Added
----------------------------------------------------------------------------
Target Milestone|--- |4.3.0
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33571