public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
From: "zsojka at seznam dot cz" <gcc-bugzilla@gcc.gnu.org>
To: gcc-bugs@gcc.gnu.org
Subject: [Bug c++/46282] New: [4.6 Regression] ICE: SIGSEGV in grokbitfield (decl2.c:1054) in C++0x mode on invalid code
Date: Tue, 02 Nov 2010 23:04:00 -0000	[thread overview]
Message-ID: <bug-46282-4@http.gcc.gnu.org/bugzilla/> (raw)

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46282

           Summary: [4.6 Regression] ICE: SIGSEGV in grokbitfield
                    (decl2.c:1054) in C++0x mode on invalid code
           Product: gcc
           Version: 4.6.0
            Status: UNCONFIRMED
          Severity: minor
          Priority: P3
         Component: c++
        AssignedTo: unassigned@gcc.gnu.org
        ReportedBy: zsojka@seznam.cz


---- testcase.C ----
template<int>
class A
{
  A : i() {}
  int i;
};
--------------------

Related valgrind output:
$ gcc testcase.C -std=c++0x
testcase.C:4:9: error: there are no arguments to 'i' that depend on a template
parameter, so a declaration of 'i' must be available [-fpermissive]
testcase.C:4:9: note: (if you use '-fpermissive', G++ will accept your code,
but allowing the use of an undeclared name is deprecated)
==10499== Invalid read of size 2
==10499==    at 0x55336E: grokbitfield (decl2.c:1054)
==10499==    by 0x59013B: cp_parser_member_declaration (parser.c:17645)
==10499==    by 0x572F13: cp_parser_type_specifier (parser.c:17392)
==10499==    by 0x574787: cp_parser_decl_specifier_seq (parser.c:9890)
==10499==    by 0x58CACA: cp_parser_single_declaration (parser.c:19787)
==10499==    by 0x58D04D: cp_parser_template_declaration_after_export
(parser.c:19700)
==10499==    by 0x591DA9: cp_parser_declaration (parser.c:9369)
==10499==    by 0x5904B9: cp_parser_declaration_seq_opt (parser.c:9299)
==10499==    by 0x592144: c_parse_file (parser.c:3432)
==10499==    by 0x667B69: c_common_parse_file (c-opts.c:1162)
==10499==    by 0x9D42FF: toplev_main (toplev.c:919)
==10499==    by 0x6376BBC: (below main) (in /lib64/libc-2.11.2.so)
==10499==  Address 0x0 is not stack'd, malloc'd or (recently) free'd
==10499== 
testcase.C:4:9: internal compiler error: Segmentation fault
Please submit a full bug report,
with preprocessed source if appropriate.
See <http://gcc.gnu.org/bugs.html> for instructions.

Tested revisions:
r166210 - crash
r166153 - OK


             reply	other threads:[~2010-11-02 23:04 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-11-02 23:04 zsojka at seznam dot cz [this message]
2010-11-03  0:26 ` [Bug c++/46282] [4.6 Regression] [C++0x] ICE: SIGSEGV in grokbitfield (decl2.c:1054) paolo.carlini at oracle dot com
2010-11-03 11:00 ` rguenth at gcc dot gnu.org
2010-11-03 12:52 ` jakub at gcc dot gnu.org
2011-03-01  6:30 ` jason at gcc dot gnu.org
2011-03-01 22:44 ` jason at gcc dot gnu.org
2011-03-01 22:47 ` jason at gcc dot gnu.org

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=bug-46282-4@http.gcc.gnu.org/bugzilla/ \
    --to=gcc-bugzilla@gcc.gnu.org \
    --cc=gcc-bugs@gcc.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).