This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug tree-optimization/17483] [4.0 regression] ICE at -O3 when passing a reference.
- From: "bangerth at dealii dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 15 Sep 2004 12:50:25 -0000
- Subject: [Bug tree-optimization/17483] [4.0 regression] ICE at -O3 when passing a reference.
- References: <20040914200117.17483.reichelt@gcc.gnu.org>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From bangerth at dealii dot org 2004-09-15 12:50 -------
As has been mentioned somewhere else already: the call to error()
should be changed to internal_error() -- the message gcc prints
looks just like a message indicating an error in the code, not
one inside gcc.
W.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17483