public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
From: "dimhen at gmail dot com" <gcc-bugzilla@gcc.gnu.org>
To: gcc-bugs@gcc.gnu.org
Subject: [Bug c++/61670] ICE on invalid in tree_nop_conversion
Date: Sun, 14 Dec 2014 18:27:00 -0000	[thread overview]
Message-ID: <bug-61670-4-uHo8z2EdnK@http.gcc.gnu.org/bugzilla/> (raw)
In-Reply-To: <bug-61670-4@http.gcc.gnu.org/bugzilla/>

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61670

--- Comment #5 from Dmitry G. Dyachenko <dimhen at gmail dot com> ---
r218716 FAIL for me

Fedora 21 x86_64

PR61670]$ LANG=C /usr/local/gcc_current/bin/g++ -fsyntax-only -fpreprocessed
au.ii 
au.ii:3:3: error: expected ';' at end of member declaration
   0
   ^
au.ii: In instantiation of 'class A<int>':
au.ii:6:8:   required from here
au.ii:3:3: error: 'A< <template-parameter-1-1> >::<anonymous>' has incomplete
type
au.ii:1:24: note: definition of 'class A<int>' is not complete until the
closing brace
 template <class> class A {
                        ^
au.ii:1:24: internal compiler error: Segmentation fault
0xcad88f crash_signal
    /home/dimhen/src/gcc_current/gcc/toplev.c:358
0xf18a01 tree_nop_conversion
    /home/dimhen/src/gcc_current/gcc/tree.c:11711
0xf18a01 tree_strip_nop_conversions(tree_node*)
    /home/dimhen/src/gcc_current/gcc/tree.c:11750
0xf1a2aa integer_zerop(tree_node const*)
    /home/dimhen/src/gcc_current/gcc/tree.c:2176
0x6cebcf remove_zero_width_bit_fields
    /home/dimhen/src/gcc_current/gcc/cp/class.c:5313
0x6cebcf layout_class_type
    /home/dimhen/src/gcc_current/gcc/cp/class.c:6251
0x6db15c finish_struct_1(tree_node*)
    /home/dimhen/src/gcc_current/gcc/cp/class.c:6473
0x6adeaa instantiate_class_template_1
    /home/dimhen/src/gcc_current/gcc/cp/pt.c:9592
0x6adeaa instantiate_class_template(tree_node*)
    /home/dimhen/src/gcc_current/gcc/cp/pt.c:9632
0x74474b complete_type(tree_node*)
    /home/dimhen/src/gcc_current/gcc/cp/typeck.c:136
0x620927 start_decl_1(tree_node*, bool)
    /home/dimhen/src/gcc_current/gcc/cp/decl.c:4862
0x643427 start_decl(cp_declarator const*, cp_decl_specifier_seq*, int,
tree_node*, tree_node*, tree_node**)
    /home/dimhen/src/gcc_current/gcc/cp/decl.c:4825
0x72ca9a cp_parser_init_declarator
    /home/dimhen/src/gcc_current/gcc/cp/parser.c:17082
0x72e4c6 cp_parser_simple_declaration
    /home/dimhen/src/gcc_current/gcc/cp/parser.c:11548
0x72e873 cp_parser_block_declaration
    /home/dimhen/src/gcc_current/gcc/cp/parser.c:11429
0x70fb59 cp_parser_declaration
    /home/dimhen/src/gcc_current/gcc/cp/parser.c:11326
0x73c0fa cp_parser_declaration_seq_opt
    /home/dimhen/src/gcc_current/gcc/cp/parser.c:11212
0x73c437 cp_parser_translation_unit
    /home/dimhen/src/gcc_current/gcc/cp/parser.c:4102
0x73c437 c_parse_file()
    /home/dimhen/src/gcc_current/gcc/cp/parser.c:32222
0x86ed62 c_common_parse_file()
    /home/dimhen/src/gcc_current/gcc/c-family/c-opts.c:1039
Please submit a full bug report,
with preprocessed source if appropriate.
Please include the complete backtrace with any bug report.
See <http://gcc.gnu.org/bugs.html> for instructions.

$ LANG=C /usr/local/gcc_current/bin/g++ -v
Using built-in specs.
COLLECT_GCC=/usr/local/gcc_current/bin/g++
COLLECT_LTO_WRAPPER=/usr/local/gcc_current/libexec/gcc/x86_64-unknown-linux-gnu/5.0.0/lto-wrapper
Target: x86_64-unknown-linux-gnu
Configured with: /home/dimhen/src/gcc_current/configure
--prefix=/usr/local/gcc_current/ --enable-languages=c,c++,lto
--enable-plugin=yes --enable-static
Thread model: posix
gcc version 5.0.0 20141214 (experimental) [trunk revision 218716] (GCC)


  parent reply	other threads:[~2014-12-14 18:27 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-07-02 11:14 [Bug c++/61670] New: " dimhen at gmail dot com
2014-12-14  1:07 ` [Bug c++/61670] " ville.voutilainen at gmail dot com
2014-12-14 14:13 ` glisse at gcc dot gnu.org
2014-12-14 15:06 ` ville.voutilainen at gmail dot com
2014-12-14 15:22 ` glisse at gcc dot gnu.org
2014-12-14 18:27 ` dimhen at gmail dot com [this message]
2015-03-25 12:18 ` mpolacek at gcc dot gnu.org
2015-03-25 20:10 ` mpolacek at gcc dot gnu.org
2015-03-25 20:58 ` mpolacek 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-61670-4-uHo8z2EdnK@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).