Commit 585a0b99 by Arnaud Charlet Committed by Arnaud Charlet

Slightly related to PR/58645:

	* gnat.dg/specs/linker_section.ads: Update test.

From-SVN: r203490
parent adcfd489
2013-10-12 Arnaud Charlet <charlet@adacore.com>
* gnat.dg/specs/linker_section.ads: Update test.
2013-10-12 H.J. Lu <hongjiu.lu@intel.com> 2013-10-12 H.J. Lu <hongjiu.lu@intel.com>
PR target/58690 PR target/58690
......
...@@ -3,7 +3,7 @@ package Linker_Section is ...@@ -3,7 +3,7 @@ package Linker_Section is
pragma Linker_Section (Entity => Data1, pragma Linker_Section (Entity => Data1,
Section => ".eeprom"); Section => ".eeprom");
type EEPROM_String is new String; type EEPROM_String is new String;
pragma Linker_Section (Entity => EEPROM_String, -- { dg-error "objects" } pragma Linker_Section (Entity => EEPROM_String,
Section => ".eeprom"); Section => ".eeprom");
Data2 : constant EEPROM_String := "12345678901234567"; Data2 : constant EEPROM_String := "12345678901234567";
package Inner is end; package Inner is end;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment