aboutsummaryrefslogtreecommitdiff
path: root/gcc/fortran/class.c
diff options
context:
space:
mode:
authorAndrew Burgess <andrew.burgess@embecosm.com>2017-04-14 22:08:35 +0100
committerAndrew Burgess <aburgess@gcc.gnu.org>2017-04-14 22:08:35 +0100
commit8c1d6b64e3e163e434b2f8d8521a31c9469089f0 (patch)
tree313cd8aba080d7daa3cfd79ca56d168ed772fd16 /gcc/fortran/class.c
parent31a07c8102fa4a7e44118bdacda5f8577ca7218e (diff)
downloadgcc-8c1d6b64e3e163e434b2f8d8521a31c9469089f0.zip
gcc-8c1d6b64e3e163e434b2f8d8521a31c9469089f0.tar.gz
gcc-8c1d6b64e3e163e434b2f8d8521a31c9469089f0.tar.bz2
arc: Use @pcl assembler syntax instead of invalid expressions
The old ARC assembler would accept expressions like 'LABEL-(.&-4)' which would calculate the offset from the PCL to LABEL. The new ARC assembler does not accept these expressions, instead there's an @pcl synax, used like LABEL@pcl which gives the offset from PCL to LABEL. Most of the use of the old expression syntax have been removed, however, this one got missed. gcc/ChangeLog: * config/arc/arc.md (doloop_begin_i): Use @pcl assembler syntax. From-SVN: r246932
Diffstat (limited to 'gcc/fortran/class.c')
0 files changed, 0 insertions, 0 deletions