This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c/47963] [4.5 Regression] ICE: tree check: expected tree that contains 'decl common' structure, have 'integer_cst' in is_global_var, at tree-flow-inline.h:599 on invalid code with -fopenmp
- From: "jakub at gcc dot gnu.org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Thu, 3 Mar 2011 16:15:47 +0000
- Subject: [Bug c/47963] [4.5 Regression] ICE: tree check: expected tree that contains 'decl common' structure, have 'integer_cst' in is_global_var, at tree-flow-inline.h:599 on invalid code with -fopenmp
- Auto-submitted: auto-generated
- References: <bug-47963-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47963
Jakub Jelinek <jakub at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Known to work| |4.6.0
Summary|[4.5/4.6 Regression] ICE: |[4.5 Regression] ICE: tree
|tree check: expected tree |check: expected tree that
|that contains 'decl common' |contains 'decl common'
|structure, have |structure, have
|'integer_cst' in |'integer_cst' in
|is_global_var, at |is_global_var, at
|tree-flow-inline.h:599 on |tree-flow-inline.h:599 on
|invalid code with -fopenmp |invalid code with -fopenmp
Known to fail|4.6.0 |
--- Comment #3 from Jakub Jelinek <jakub at gcc dot gnu.org> 2011-03-03 16:15:40 UTC ---
Fixed on the trunk so far.