Skip to content

Commit

Permalink
* tree-cfg.c (tree_verify_flow_info): Do not terminate error()
Browse files Browse the repository at this point in the history
	message with \n.


git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@91291 138bc75d-0d04-0410-961f-82ee72b054a4
  • Loading branch information
gerald committed Nov 25, 2004
1 parent 12646bf commit 317c5c9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions gcc/ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
2004-11-25 Gerald Pfeifer <gerald@pfeifer.com>

* tree-cfg.c (tree_verify_flow_info): Do not terminate error()
message with \n.

2004-11-25 Nathan Sidwell <nathan@codesourcery.com>

* config/rs6000/altivec.md (VIshort): New mode macro.
Expand Down
2 changes: 1 addition & 1 deletion gcc/tree-cfg.c
Original file line number Diff line number Diff line change
Expand Up @@ -3816,7 +3816,7 @@ tree_verify_flow_info (void)

if (label_bb->aux != (void *)2)
{
error ("Missing edge %i->%i\n",
error ("Missing edge %i->%i",
bb->index, label_bb->index);
err = 1;
}
Expand Down

0 comments on commit 317c5c9

Please sign in to comment.