<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=koi8-r">
<style type="text/css" style="display:none"><!-- p { margin-top: 0px; margin-bottom: 0px; }--></style>
</head>
<body dir="ltr" style="font-size:12pt;color:#000000;background-color:#FFFFFF;font-family:Calibri,Arial,Helvetica,sans-serif;">
<p><span style="color: rgb(33, 33, 33); font-size: 12pt;">>What happens for something like:</span><br>
</p>
<div style="color: rgb(33, 33, 33);">
<div>
<div dir="ltr">
<div>> </div>
<div>>```</div>
<div>>SECTIONS {</div>
<div>>  .aaa : {</div>
<div>>    *(.aaa);</div>
<div>>    . = . + SIZEOF(.aaa);</div>
<div>>  }<br>
>}</div>
<div>>```</div>
<div>> </div>
<div>>Can you add a test case? (or modify the existing one)​<br>
</div>
<div><br>
</div>
<div>This will not work. Assignments to dot in an output section is PR28720.<br>
</div>
<div>I think it should be implemented after landing something like D22683.<br>
<br>
</div>
<div>This patch implements only global assignments, using full size of<br>
</div>
<div>created output section.<br>
</div>
<div><br>
</div>
<div>George.<br>
</div>
</div>
</div>
</div>
</body>
</html>