public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug other/65228] New: libcc1: ICE: expected tree that contains ‘decl minimal’ structure, have ‘error_mark’ in start_decl
@ 2015-02-26 21:04 jan.kratochvil at redhat dot com
  2015-02-27  2:07 ` [Bug c/65228] " jan.kratochvil at redhat dot com
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: jan.kratochvil at redhat dot com @ 2015-02-26 21:04 UTC (permalink / raw)
  To: gcc-bugs

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

            Bug ID: 65228
           Summary: libcc1: ICE: expected tree that contains ‘decl
                    minimal’ structure, have ‘error_mark’ in start_decl
           Product: gcc
           Version: 5.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: other
          Assignee: unassigned at gcc dot gnu.org
          Reporter: jan.kratochvil at redhat dot com
                CC: pmuldoon at redhat dot com
              Host: x86_64-linux-gnu
            Target: x86_64-linux-gnu

FAIL: gcc (GCC) 5.0.0 20150226 (experimental)

PATH="/home/jkratoch/redhat/gcchead-root/bin:$PATH"
LD_LIBRARY_PATH=/home/jkratoch/redhat/gcchead-root/lib64
/home/jkratoch/redhat/gdb-clean/gdb/gdb -nx gdb -ex start -ex 'compile code -r
__auto_type qwe = def'

gdb command line:1:19: error: ‘def’ undeclared here (not in a function)
*** WARNING *** there are active plugins, do not report this as a bug unless
you can reproduce it without enabling any plugins.
Event                            | Plugins
PLUGIN_PRE_GENERICIZE            | libcc1plugin
PLUGIN_GGC_MARKING               | libcc1plugin
PLUGIN_PRAGMAS                   | libcc1plugin
gdb command line:2:1: internal compiler error: tree check: expected tree that
contains ‘decl minimal’ structure, have ‘error_mark’ in start_decl, at
c/c-decl.c:4469
0xd41bd4 tree_contains_struct_check_failed(tree_node const*,
tree_node_structure_enum, char const*, int, char const*)
    /home/jkratoch/redhat/gcchead/gcc/tree.c:9462
0x605649 contains_struct_check(tree_node*, tree_node_structure_enum, char
const*, int, char const*)
    /home/jkratoch/redhat/gcchead/gcc/tree.h:2960
0x605649 start_decl(c_declarator*, c_declspecs*, bool, tree_node*)
    /home/jkratoch/redhat/gcchead/gcc/c/c-decl.c:4469
0x640dec c_parser_declaration_or_fndef
    /home/jkratoch/redhat/gcchead/gcc/c/c-parser.c:1802
0x65d317 c_parser_external_declaration
    /home/jkratoch/redhat/gcchead/gcc/c/c-parser.c:1452
0x65dbd9 c_parser_translation_unit
    /home/jkratoch/redhat/gcchead/gcc/c/c-parser.c:1339
0x65dbd9 c_parse_file()
    /home/jkratoch/redhat/gcchead/gcc/c/c-parser.c:15418
0x6b4062 c_common_parse_file()
    /home/jkratoch/redhat/gcchead/gcc/c-family/c-opts.c:1057
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.
Compilation failed.
(gdb) _


For gcc-5.0.0-0.15.fc23.x86_64 the same reproducer hangs due to FD not closed
by the driver but that is a different bug.

Filing as a tracker, I guess it is libcc1 specific so we should fix it.
>From gcc-bugs-return-478646-listarch-gcc-bugs=gcc.gnu.org@gcc.gnu.org Thu Feb 26 20:22:14 2015
Return-Path: <gcc-bugs-return-478646-listarch-gcc-bugs=gcc.gnu.org@gcc.gnu.org>
Delivered-To: listarch-gcc-bugs@gcc.gnu.org
Received: (qmail 59016 invoked by alias); 26 Feb 2015 20:22:14 -0000
Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm
Precedence: bulk
List-Id: <gcc-bugs.gcc.gnu.org>
List-Archive: <http://gcc.gnu.org/ml/gcc-bugs/>
List-Post: <mailto:gcc-bugs@gcc.gnu.org>
List-Help: <mailto:gcc-bugs-help@gcc.gnu.org>
Sender: gcc-bugs-owner@gcc.gnu.org
Delivered-To: mailing list gcc-bugs@gcc.gnu.org
Received: (qmail 58985 invoked by uid 55); 26 Feb 2015 20:22:10 -0000
From: "marxin at gcc dot gnu.org" <gcc-bugzilla@gcc.gnu.org>
To: gcc-bugs@gcc.gnu.org
Subject: [Bug lto/64693] [5 Regression] PCH failed with --with-build-config=bootstrap-lto
Date: Thu, 26 Feb 2015 21:04:00 -0000
X-Bugzilla-Reason: CC
X-Bugzilla-Type: changed
X-Bugzilla-Watch-Reason: None
X-Bugzilla-Product: gcc
X-Bugzilla-Component: lto
X-Bugzilla-Version: 5.0
X-Bugzilla-Keywords:
X-Bugzilla-Severity: normal
X-Bugzilla-Who: marxin at gcc dot gnu.org
X-Bugzilla-Status: NEW
X-Bugzilla-Priority: P1
X-Bugzilla-Assigned-To: marxin at gcc dot gnu.org
X-Bugzilla-Target-Milestone: 5.0
X-Bugzilla-Flags:
X-Bugzilla-Changed-Fields:
Message-ID: <bug-64693-4-56kuD2xdAU@http.gcc.gnu.org/bugzilla/>
In-Reply-To: <bug-64693-4@http.gcc.gnu.org/bugzilla/>
References: <bug-64693-4@http.gcc.gnu.org/bugzilla/>
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable
X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/
Auto-Submitted: auto-generated
MIME-Version: 1.0
X-SW-Source: 2015-02/txt/msg02978.txt.bz2
Content-length: 1231

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

--- Comment #8 from Martin Liška <marxin at gcc dot gnu.org> ---
Author: marxin
Date: Thu Feb 26 20:21:38 2015
New Revision: 221031

URL: https://gcc.gnu.org/viewcvs?rev=221031&root=gcc&view=rev
Log:
Fix PR ipa/64693

    PR ipa/64693
    * ipa-icf.c (symbol_compare_collection::symbol_compare_collection): New.
    (sem_item_optimizer::subdivide_classes_by_sensitive_refs): New function.
    (sem_item_optimizer::process_cong_reduction): Include division by
    sensitive references.
    * ipa-icf.h (struct symbol_compare_hashmap_traits): New class.
    * ipa-ref.c (ipa_ref::address_matters_p): New function.
    * ipa-ref.h (ipa_ref::address_matters_p): Likewise.
    * g++.dg/ipa/pr64146.C: Update expected results.
    * gcc.dg/ipa/ipa-icf-26.c: Update test.
    * gcc.dg/ipa/ipa-icf-33.c: Remove redundant line.
    * gcc.dg/ipa/ipa-icf-34.c: New test.

Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/ipa-icf.c
    trunk/gcc/ipa-icf.h
    trunk/gcc/ipa-ref.c
    trunk/gcc/ipa-ref.h
    trunk/gcc/testsuite/ChangeLog
    trunk/gcc/testsuite/g++.dg/ipa/pr64146.C
    trunk/gcc/testsuite/gcc.dg/ipa/ipa-icf-26.c
    trunk/gcc/testsuite/gcc.dg/ipa/ipa-icf-33.c
>From gcc-bugs-return-478647-listarch-gcc-bugs=gcc.gnu.org@gcc.gnu.org Thu Feb 26 20:22:47 2015
Return-Path: <gcc-bugs-return-478647-listarch-gcc-bugs=gcc.gnu.org@gcc.gnu.org>
Delivered-To: listarch-gcc-bugs@gcc.gnu.org
Received: (qmail 59913 invoked by alias); 26 Feb 2015 20:22:47 -0000
Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm
Precedence: bulk
List-Id: <gcc-bugs.gcc.gnu.org>
List-Archive: <http://gcc.gnu.org/ml/gcc-bugs/>
List-Post: <mailto:gcc-bugs@gcc.gnu.org>
List-Help: <mailto:gcc-bugs-help@gcc.gnu.org>
Sender: gcc-bugs-owner@gcc.gnu.org
Delivered-To: mailing list gcc-bugs@gcc.gnu.org
Received: (qmail 59882 invoked by uid 48); 26 Feb 2015 20:22:43 -0000
From: "marxin at gcc dot gnu.org" <gcc-bugzilla@gcc.gnu.org>
To: gcc-bugs@gcc.gnu.org
Subject: [Bug lto/64693] [5 Regression] PCH failed with --with-build-config=bootstrap-lto
Date: Thu, 26 Feb 2015 21:49:00 -0000
X-Bugzilla-Reason: CC
X-Bugzilla-Type: changed
X-Bugzilla-Watch-Reason: None
X-Bugzilla-Product: gcc
X-Bugzilla-Component: lto
X-Bugzilla-Version: 5.0
X-Bugzilla-Keywords:
X-Bugzilla-Severity: normal
X-Bugzilla-Who: marxin at gcc dot gnu.org
X-Bugzilla-Status: RESOLVED
X-Bugzilla-Priority: P1
X-Bugzilla-Assigned-To: marxin at gcc dot gnu.org
X-Bugzilla-Target-Milestone: 5.0
X-Bugzilla-Flags:
X-Bugzilla-Changed-Fields: bug_status resolution
Message-ID: <bug-64693-4-MlGRpzr3PX@http.gcc.gnu.org/bugzilla/>
In-Reply-To: <bug-64693-4@http.gcc.gnu.org/bugzilla/>
References: <bug-64693-4@http.gcc.gnu.org/bugzilla/>
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable
X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/
Auto-Submitted: auto-generated
MIME-Version: 1.0
X-SW-Source: 2015-02/txt/msg02979.txt.bz2
Content-length: 440

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

Martin Liška <marxin at gcc dot gnu.org> changed:

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

--- Comment #9 from Martin Liška <marxin at gcc dot gnu.org> ---
Fixed in 5.0.
>From gcc-bugs-return-478648-listarch-gcc-bugs=gcc.gnu.org@gcc.gnu.org Thu Feb 26 20:30:44 2015
Return-Path: <gcc-bugs-return-478648-listarch-gcc-bugs=gcc.gnu.org@gcc.gnu.org>
Delivered-To: listarch-gcc-bugs@gcc.gnu.org
Received: (qmail 77328 invoked by alias); 26 Feb 2015 20:30:43 -0000
Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm
Precedence: bulk
List-Id: <gcc-bugs.gcc.gnu.org>
List-Archive: <http://gcc.gnu.org/ml/gcc-bugs/>
List-Post: <mailto:gcc-bugs@gcc.gnu.org>
List-Help: <mailto:gcc-bugs-help@gcc.gnu.org>
Sender: gcc-bugs-owner@gcc.gnu.org
Delivered-To: mailing list gcc-bugs@gcc.gnu.org
Received: (qmail 77256 invoked by uid 48); 26 Feb 2015 20:30:40 -0000
From: "jan.kratochvil at redhat dot com" <gcc-bugzilla@gcc.gnu.org>
To: gcc-bugs@gcc.gnu.org
Subject: [Bug c/65228] ICE:=?UTF-8?Q? expected tree that contains ‘decl minimal’ structure?=,=?UTF-8?Q? have ‘error_mark’ in start_decl?Date: Thu, 26 Feb 2015 22:05:00 -0000
X-Bugzilla-Reason: CC
X-Bugzilla-Type: changed
X-Bugzilla-Watch-Reason: None
X-Bugzilla-Product: gcc
X-Bugzilla-Component: c
X-Bugzilla-Version: 5.0
X-Bugzilla-Keywords:
X-Bugzilla-Severity: normal
X-Bugzilla-Who: jan.kratochvil at redhat dot com
X-Bugzilla-Status: UNCONFIRMED
X-Bugzilla-Priority: P3
X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org
X-Bugzilla-Target-Milestone: ---
X-Bugzilla-Flags:
X-Bugzilla-Changed-Fields: component cf_gcchost short_desc
Message-ID: <bug-65228-4-fh5ILvKvrh@http.gcc.gnu.org/bugzilla/>
In-Reply-To: <bug-65228-4@http.gcc.gnu.org/bugzilla/>
References: <bug-65228-4@http.gcc.gnu.org/bugzilla/>
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable
X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/
Auto-Submitted: auto-generated
MIME-Version: 1.0
X-SW-Source: 2015-02/txt/msg02980.txt.bz2
Content-length: 894

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

Jan Kratochvil <jan.kratochvil at redhat dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
          Component|other                       |c
               Host|x86_64-linux-gnu            |
            Summary|libcc1: ICE: expected tree  |ICE: expected tree that
                   |that contains ‘decl         |contains ‘decl minimal’
                   |minimal’ structure, have    |structure, have
                   |‘error_mark’ in start_decl  |‘error_mark’ in start_decl

--- Comment #1 from Jan Kratochvil <jan.kratochvil at redhat dot com> ---
echo '__auto_type qwe = def'|/home/jkratoch/redhat/gcchead-root/bin/gcc -x c -

produces the same internal error
>From gcc-bugs-return-478649-listarch-gcc-bugs=gcc.gnu.org@gcc.gnu.org Thu Feb 26 20:35:10 2015
Return-Path: <gcc-bugs-return-478649-listarch-gcc-bugs=gcc.gnu.org@gcc.gnu.org>
Delivered-To: listarch-gcc-bugs@gcc.gnu.org
Received: (qmail 95136 invoked by alias); 26 Feb 2015 20:35:10 -0000
Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm
Precedence: bulk
List-Id: <gcc-bugs.gcc.gnu.org>
List-Archive: <http://gcc.gnu.org/ml/gcc-bugs/>
List-Post: <mailto:gcc-bugs@gcc.gnu.org>
List-Help: <mailto:gcc-bugs-help@gcc.gnu.org>
Sender: gcc-bugs-owner@gcc.gnu.org
Delivered-To: mailing list gcc-bugs@gcc.gnu.org
Received: (qmail 95112 invoked by uid 48); 26 Feb 2015 20:35:07 -0000
From: "mpolacek at gcc dot gnu.org" <gcc-bugzilla@gcc.gnu.org>
To: gcc-bugs@gcc.gnu.org
Subject: [Bug c/65228] ICE:=?UTF-8?Q? expected tree that contains ‘decl minimal’ structure?=,=?UTF-8?Q? have ‘error_mark’ in start_decl?Date: Thu, 26 Feb 2015 22:06:00 -0000
X-Bugzilla-Reason: CC
X-Bugzilla-Type: changed
X-Bugzilla-Watch-Reason: None
X-Bugzilla-Product: gcc
X-Bugzilla-Component: c
X-Bugzilla-Version: 5.0
X-Bugzilla-Keywords:
X-Bugzilla-Severity: normal
X-Bugzilla-Who: mpolacek at gcc dot gnu.org
X-Bugzilla-Status: ASSIGNED
X-Bugzilla-Priority: P3
X-Bugzilla-Assigned-To: mpolacek at gcc dot gnu.org
X-Bugzilla-Target-Milestone: 5.0
X-Bugzilla-Flags:
X-Bugzilla-Changed-Fields: bug_status cf_reconfirmed_on cc assigned_to target_milestone everconfirmed
Message-ID: <bug-65228-4-2fL0DPCvnl@http.gcc.gnu.org/bugzilla/>
In-Reply-To: <bug-65228-4@http.gcc.gnu.org/bugzilla/>
References: <bug-65228-4@http.gcc.gnu.org/bugzilla/>
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: 7bit
X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/
Auto-Submitted: auto-generated
MIME-Version: 1.0
X-SW-Source: 2015-02/txt/msg02981.txt.bz2
Content-length: 708

https://gcc.gnu.org/bugzilla/show_bug.cgi?ide228

Marek Polacek <mpolacek at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |ASSIGNED
   Last reconfirmed|                            |2015-02-26
                 CC|                            |mpolacek at gcc dot gnu.org
           Assignee|unassigned at gcc dot gnu.org      |mpolacek at gcc dot gnu.org
   Target Milestone|---                         |5.0
     Ever confirmed|0                           |1

--- Comment #2 from Marek Polacek <mpolacek at gcc dot gnu.org> ---
Confirmed, mine.


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

* [Bug c/65228] ICE: expected tree that contains ‘decl minimal’ structure, have ‘error_mark’ in start_decl
  2015-02-26 21:04 [Bug other/65228] New: libcc1: ICE: expected tree that contains ‘decl minimal’ structure, have ‘error_mark’ in start_decl jan.kratochvil at redhat dot com
@ 2015-02-27  2:07 ` jan.kratochvil at redhat dot com
  2015-02-27  8:26 ` jakub at gcc dot gnu.org
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: jan.kratochvil at redhat dot com @ 2015-02-27  2:07 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #3 from Jan Kratochvil <jan.kratochvil at redhat dot com> ---
Interesting that FSF GCC r220934 which should be gcc-5.0.0-0.16.fc23.x86_64
still crashes while that Fedora GCC does not crash.


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

* [Bug c/65228] ICE: expected tree that contains ‘decl minimal’ structure, have ‘error_mark’ in start_decl
  2015-02-26 21:04 [Bug other/65228] New: libcc1: ICE: expected tree that contains ‘decl minimal’ structure, have ‘error_mark’ in start_decl jan.kratochvil at redhat dot com
  2015-02-27  2:07 ` [Bug c/65228] " jan.kratochvil at redhat dot com
@ 2015-02-27  8:26 ` jakub at gcc dot gnu.org
  2015-02-27 13:03 ` mpolacek at gcc dot gnu.org
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: jakub at gcc dot gnu.org @ 2015-02-27  8:26 UTC (permalink / raw)
  To: gcc-bugs

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

Jakub Jelinek <jakub at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jakub at gcc dot gnu.org

--- Comment #4 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
Fedora gcc is built with --enable-checking=release, so performs less
self-checking than trunk.


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

* [Bug c/65228] ICE: expected tree that contains ‘decl minimal’ structure, have ‘error_mark’ in start_decl
  2015-02-26 21:04 [Bug other/65228] New: libcc1: ICE: expected tree that contains ‘decl minimal’ structure, have ‘error_mark’ in start_decl jan.kratochvil at redhat dot com
  2015-02-27  2:07 ` [Bug c/65228] " jan.kratochvil at redhat dot com
  2015-02-27  8:26 ` jakub at gcc dot gnu.org
@ 2015-02-27 13:03 ` mpolacek at gcc dot gnu.org
  2015-02-27 13:08 ` mpolacek at gcc dot gnu.org
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: mpolacek at gcc dot gnu.org @ 2015-02-27 13:03 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #5 from Marek Polacek <mpolacek at gcc dot gnu.org> ---
Author: mpolacek
Date: Fri Feb 27 12:18:57 2015
New Revision: 221056

URL: https://gcc.gnu.org/viewcvs?rev=221056&root=gcc&view=rev
Log:
    PR c/65228
    * c-decl.c (start_decl): Return NULL_TREE if decl is an error node.

    * gcc.dg/pr65228.c: New test.

Added:
    trunk/gcc/testsuite/gcc.dg/pr65228.c
Modified:
    trunk/gcc/c/ChangeLog
    trunk/gcc/c/c-decl.c
    trunk/gcc/testsuite/ChangeLog


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

* [Bug c/65228] ICE: expected tree that contains ‘decl minimal’ structure, have ‘error_mark’ in start_decl
  2015-02-26 21:04 [Bug other/65228] New: libcc1: ICE: expected tree that contains ‘decl minimal’ structure, have ‘error_mark’ in start_decl jan.kratochvil at redhat dot com
                   ` (2 preceding siblings ...)
  2015-02-27 13:03 ` mpolacek at gcc dot gnu.org
@ 2015-02-27 13:08 ` mpolacek at gcc dot gnu.org
  2015-02-27 13:10 ` mpolacek at gcc dot gnu.org
  2015-02-27 13:39 ` jan.kratochvil at redhat dot com
  5 siblings, 0 replies; 7+ messages in thread
From: mpolacek at gcc dot gnu.org @ 2015-02-27 13:08 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #6 from Marek Polacek <mpolacek at gcc dot gnu.org> ---
Author: mpolacek
Date: Fri Feb 27 12:24:02 2015
New Revision: 221057

URL: https://gcc.gnu.org/viewcvs?rev=221057&root=gcc&view=rev
Log:
    PR c/65228
    * c-decl.c (start_decl): Return NULL_TREE if decl is an error node.

    * gcc.dg/pr65228.c: New test.

Added:
    branches/gcc-4_9-branch/gcc/testsuite/gcc.dg/pr65228.c
Modified:
    branches/gcc-4_9-branch/gcc/c/ChangeLog
    branches/gcc-4_9-branch/gcc/c/c-decl.c
    branches/gcc-4_9-branch/gcc/testsuite/ChangeLog


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

* [Bug c/65228] ICE: expected tree that contains ‘decl minimal’ structure, have ‘error_mark’ in start_decl
  2015-02-26 21:04 [Bug other/65228] New: libcc1: ICE: expected tree that contains ‘decl minimal’ structure, have ‘error_mark’ in start_decl jan.kratochvil at redhat dot com
                   ` (3 preceding siblings ...)
  2015-02-27 13:08 ` mpolacek at gcc dot gnu.org
@ 2015-02-27 13:10 ` mpolacek at gcc dot gnu.org
  2015-02-27 13:39 ` jan.kratochvil at redhat dot com
  5 siblings, 0 replies; 7+ messages in thread
From: mpolacek at gcc dot gnu.org @ 2015-02-27 13:10 UTC (permalink / raw)
  To: gcc-bugs

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

Marek Polacek <mpolacek at gcc dot gnu.org> changed:

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

--- Comment #7 from Marek Polacek <mpolacek at gcc dot gnu.org> ---
Fixed.


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

* [Bug c/65228] ICE: expected tree that contains ‘decl minimal’ structure, have ‘error_mark’ in start_decl
  2015-02-26 21:04 [Bug other/65228] New: libcc1: ICE: expected tree that contains ‘decl minimal’ structure, have ‘error_mark’ in start_decl jan.kratochvil at redhat dot com
                   ` (4 preceding siblings ...)
  2015-02-27 13:10 ` mpolacek at gcc dot gnu.org
@ 2015-02-27 13:39 ` jan.kratochvil at redhat dot com
  5 siblings, 0 replies; 7+ messages in thread
From: jan.kratochvil at redhat dot com @ 2015-02-27 13:39 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #8 from Jan Kratochvil <jan.kratochvil at redhat dot com> ---
Great, thanks.


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

end of thread, other threads:[~2015-02-27 13:03 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-02-26 21:04 [Bug other/65228] New: libcc1: ICE: expected tree that contains ‘decl minimal’ structure, have ‘error_mark’ in start_decl jan.kratochvil at redhat dot com
2015-02-27  2:07 ` [Bug c/65228] " jan.kratochvil at redhat dot com
2015-02-27  8:26 ` jakub at gcc dot gnu.org
2015-02-27 13:03 ` mpolacek at gcc dot gnu.org
2015-02-27 13:08 ` mpolacek at gcc dot gnu.org
2015-02-27 13:10 ` mpolacek at gcc dot gnu.org
2015-02-27 13:39 ` jan.kratochvil at redhat dot com

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