re PR target/52999 (ICE, segmentation fault in c_tree_printer)
PR target/52999 * config/pa/pa.c (pa_legitimate_constant_p): Don't put function labels in constant pool. From-SVN: r186919
This commit is contained in:
parent
accea0346f
commit
5f5f36f91b
2 changed files with 6 additions and 3 deletions
|
@ -1,3 +1,9 @@
|
|||
2012-04-27 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
|
||||
|
||||
PR target/52999
|
||||
* config/pa/pa.c (pa_legitimate_constant_p): Don't put function labels
|
||||
in constant pool.
|
||||
|
||||
2012-04-27 Ollie Wild <aaw@google.com>
|
||||
|
||||
* doc/invoke.texi (Wliteral-suffix): Document new option.
|
||||
|
|
|
@ -10332,9 +10332,6 @@ pa_legitimate_constant_p (enum machine_mode mode, rtx x)
|
|||
&& !pa_cint_ok_for_move (INTVAL (x)))
|
||||
return false;
|
||||
|
||||
if (function_label_operand (x, mode))
|
||||
return false;
|
||||
|
||||
return true;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue