[Bug tree-optimization/30846] [4.3 Regression] ice for legal code with -O2
joseph at codesourcery dot com
gcc-bugzilla@gcc.gnu.org
Mon Feb 19 00:01:00 GMT 2007
------- Comment #4 from joseph at codesourcery dot com 2007-02-19 00:01 -------
Subject: Re: [4.3 Regression] ice for legal
code with -O2
On Sun, 18 Feb 2007, pinskia at gcc dot gnu dot org wrote:
> We generate two "complex double" types.
build_common_tree_nodes_2 probably ought to use build_complex_type so the
types it builds get hashed properly and so _Complex double declarations
get the same type as complex_double_type_node. (I don't know if that's
sufficient for this particular bug.)
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=30846
More information about the Gcc-bugs
mailing list