public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c++/63820] New: [5.0 regression] c++ ICE since libcpp change r217202
@ 2014-11-11 17:14 jiwang at gcc dot gnu.org
  2014-11-11 17:16 ` [Bug c++/63820] " jiwang at gcc dot gnu.org
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: jiwang at gcc dot gnu.org @ 2014-11-11 17:14 UTC (permalink / raw)
  To: gcc-bugs

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

            Bug ID: 63820
           Summary: [5.0 regression] c++ ICE since libcpp change r217202
           Product: gcc
           Version: 5.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: c++
          Assignee: unassigned at gcc dot gnu.org
          Reporter: jiwang at gcc dot gnu.org

./cc1plus -O2 cse.ii 
 int vprintf(const char*, __gnuc_va_list) {GC 13083k -> 
In file included from /usr/include/stdio.h:934:0,
                 from ../../gcc/gcc/system.h:46,
                 from ../../gcc/gcc/cse.c:21:
/usr/include/aarch64-linux-gnu/bits/stdio.h: At global scope:
/usr/include/aarch64-linux-gnu/bits/stdio.h:39:1: internal compiler error:
Segmentation fault
0xe7cf85 crash_signal
    ../../gcc/gcc/toplev.c:358
0x95da9e lookup_page_table_entry
    ../../gcc/gcc/ggc-page.c:650
0x95ebbc ggc_set_mark(void const*)
    ../../gcc/gcc/ggc-page.c:1531
0x85de40 gt_ggc_mx_lang_tree_node(void*)
    ./gt-cp-tree.h:236
0xc230d0 gt_ggc_mx_cpp_macro(void*)
    /work/COMMUNITY-SUBMIT/build-gcc-aarch64/gcc/gtype-desc.c:2993
0x860810 gt_ggc_mx_lang_tree_node(void*)
    ./gt-cp-tree.h:740
0xe78282 mark_ident
    ../../gcc/gcc/stringpool.c:167
0x1546050 ht_forall(ht*, int (*)(cpp_reader*, ht_identifier*, void const*),
void const*)
    ../../gcc/libcpp/symtab.c:233
0xe782d4 ggc_mark_stringpool()
    ../../gcc/gcc/stringpool.c:187
0xb9bcab ggc_mark_roots()
    ../../gcc/gcc/ggc-common.c:158
0x95fd31 ggc_collect()
    ../../gcc/gcc/ggc-page.c:2190
0xa0ac4b cgraph_node::finalize_function(tree_node*, bool)
    ../../gcc/gcc/cgraphunit.c:470
0x8387a4 expand_or_defer_fn(tree_node*)
    ../../gcc/gcc/cp/semantics.c:4070
0x7afcdc cp_parser_function_definition_after_declarator
    ../../gcc/gcc/cp/parser.c:23381
0x7afaa7 cp_parser_function_definition_from_specifiers_and_declarator
    ../../gcc/gcc/cp/parser.c:23285
0x7a3d10 cp_parser_init_declarator
    ../../gcc/gcc/cp/parser.c:16969
0x79b20f cp_parser_simple_declaration
    ../../gcc/gcc/cp/parser.c:11541
0x79b001 cp_parser_block_declaration
    ../../gcc/gcc/cp/parser.c:11422
0x79ad7c cp_parser_declaration
    ../../gcc/gcc/cp/parser.c:11319
0x79a908 cp_parser_declaration_seq_opt
    ../../gcc/gcc/cp/parser.c:11205
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.


^ permalink raw reply	[flat|nested] 7+ messages in thread

* [Bug c++/63820] [5.0 regression] c++ ICE since libcpp change r217202
  2014-11-11 17:14 [Bug c++/63820] New: [5.0 regression] c++ ICE since libcpp change r217202 jiwang at gcc dot gnu.org
@ 2014-11-11 17:16 ` jiwang at gcc dot gnu.org
  2014-11-11 17:33 ` pinskia at gcc dot gnu.org
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: jiwang at gcc dot gnu.org @ 2014-11-11 17:16 UTC (permalink / raw)
  To: gcc-bugs

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

Jiong Wang <jiwang at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Target|                            |aarch64-*-*

--- Comment #1 from Jiong Wang <jiwang at gcc dot gnu.org> ---
gcc cross configuration:

 ../gcc/configure --target=aarch64-elf --enable-languages=c,c++

start ICE since svn+ssh://gcc.gnu.org/svn/gcc/trunk@217202


^ permalink raw reply	[flat|nested] 7+ messages in thread

* [Bug c++/63820] [5.0 regression] c++ ICE since libcpp change r217202
  2014-11-11 17:14 [Bug c++/63820] New: [5.0 regression] c++ ICE since libcpp change r217202 jiwang at gcc dot gnu.org
  2014-11-11 17:16 ` [Bug c++/63820] " jiwang at gcc dot gnu.org
@ 2014-11-11 17:33 ` pinskia at gcc dot gnu.org
  2014-11-11 23:40 ` pinskia at gcc dot gnu.org
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: pinskia at gcc dot gnu.org @ 2014-11-11 17:33 UTC (permalink / raw)
  To: gcc-bugs

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

Andrew Pinski <pinskia at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Depends on|                            |61997

--- Comment #2 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
I don't see this with my tree but then again I have the fix for bug 61997 in
it.  I will apply the fix for bug 61997 later today as obvious.


^ permalink raw reply	[flat|nested] 7+ messages in thread

* [Bug c++/63820] [5.0 regression] c++ ICE since libcpp change r217202
  2014-11-11 17:14 [Bug c++/63820] New: [5.0 regression] c++ ICE since libcpp change r217202 jiwang at gcc dot gnu.org
  2014-11-11 17:16 ` [Bug c++/63820] " jiwang at gcc dot gnu.org
  2014-11-11 17:33 ` pinskia at gcc dot gnu.org
@ 2014-11-11 23:40 ` pinskia at gcc dot gnu.org
  2014-11-11 23:41 ` pinskia at gcc dot gnu.org
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: pinskia at gcc dot gnu.org @ 2014-11-11 23:40 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63820
Bug 63820 depends on bug 61997, which changed state.

Bug 61997 Summary: cc1plus ICE with aarch64 target using PCH and builtin functions
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61997

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
         Resolution|---                         |FIXED


^ permalink raw reply	[flat|nested] 7+ messages in thread

* [Bug c++/63820] [5.0 regression] c++ ICE since libcpp change r217202
  2014-11-11 17:14 [Bug c++/63820] New: [5.0 regression] c++ ICE since libcpp change r217202 jiwang at gcc dot gnu.org
                   ` (2 preceding siblings ...)
  2014-11-11 23:40 ` pinskia at gcc dot gnu.org
@ 2014-11-11 23:41 ` pinskia at gcc dot gnu.org
  2014-11-12  9:44 ` rguenth at gcc dot gnu.org
  2014-11-12 10:21 ` jiwang at gcc dot gnu.org
  5 siblings, 0 replies; 7+ messages in thread
From: pinskia at gcc dot gnu.org @ 2014-11-11 23:41 UTC (permalink / raw)
  To: gcc-bugs

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

Andrew Pinski <pinskia at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |WAITING
   Last reconfirmed|                            |2014-11-11
     Ever confirmed|0                           |1

--- Comment #3 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
(In reply to Andrew Pinski from comment #2)
> I don't see this with my tree but then again I have the fix for bug 61997 in
> it.  I will apply the fix for bug 61997 later today as obvious.

Please try again, I think my fix for bug 61997 fixes the issue.


^ permalink raw reply	[flat|nested] 7+ messages in thread

* [Bug c++/63820] [5.0 regression] c++ ICE since libcpp change r217202
  2014-11-11 17:14 [Bug c++/63820] New: [5.0 regression] c++ ICE since libcpp change r217202 jiwang at gcc dot gnu.org
                   ` (3 preceding siblings ...)
  2014-11-11 23:41 ` pinskia at gcc dot gnu.org
@ 2014-11-12  9:44 ` rguenth at gcc dot gnu.org
  2014-11-12 10:21 ` jiwang at gcc dot gnu.org
  5 siblings, 0 replies; 7+ messages in thread
From: rguenth at gcc dot gnu.org @ 2014-11-12  9:44 UTC (permalink / raw)
  To: gcc-bugs

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

Richard Biener <rguenth at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|---                         |5.0


^ permalink raw reply	[flat|nested] 7+ messages in thread

* [Bug c++/63820] [5.0 regression] c++ ICE since libcpp change r217202
  2014-11-11 17:14 [Bug c++/63820] New: [5.0 regression] c++ ICE since libcpp change r217202 jiwang at gcc dot gnu.org
                   ` (4 preceding siblings ...)
  2014-11-12  9:44 ` rguenth at gcc dot gnu.org
@ 2014-11-12 10:21 ` jiwang at gcc dot gnu.org
  5 siblings, 0 replies; 7+ messages in thread
From: jiwang at gcc dot gnu.org @ 2014-11-12 10:21 UTC (permalink / raw)
  To: gcc-bugs

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

Jiong Wang <jiwang at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|WAITING                     |RESOLVED
         Resolution|---                         |FIXED

--- Comment #4 from Jiong Wang <jiwang at gcc dot gnu.org> ---
confirmed the ICE gone away on lastest code


^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2014-11-12 10:21 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-11-11 17:14 [Bug c++/63820] New: [5.0 regression] c++ ICE since libcpp change r217202 jiwang at gcc dot gnu.org
2014-11-11 17:16 ` [Bug c++/63820] " jiwang at gcc dot gnu.org
2014-11-11 17:33 ` pinskia at gcc dot gnu.org
2014-11-11 23:40 ` pinskia at gcc dot gnu.org
2014-11-11 23:41 ` pinskia at gcc dot gnu.org
2014-11-12  9:44 ` rguenth at gcc dot gnu.org
2014-11-12 10:21 ` jiwang at gcc dot gnu.org

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).