From 19211ffc421560405aee966ee742ae849c73a31c Mon Sep 17 00:00:00 2001 From: Tristan Gingold Date: Wed, 8 Jan 2014 04:22:40 +0100 Subject: Rework literal typing (and initial work for condition operator). --- options.adb | 3 +++ 1 file changed, 3 insertions(+) (limited to 'options.adb') diff --git a/options.adb b/options.adb index a62b76da1..cd70f319a 100644 --- a/options.adb +++ b/options.adb @@ -114,6 +114,8 @@ package body Options is Bootstrap := True; elsif Opt = "-fexplicit" then Flag_Explicit := True; + elsif Opt = "-frelaxed-rules" then + Flag_Relaxed_Rules := True; elsif Opt = "--syn-binding" then Flag_Syn_Binding := True; elsif Opt = "--no-vital-checks" then @@ -215,6 +217,7 @@ package body Options is -- P (" failure or none"); P ("Extensions:"); P (" -fexplicit give priority to explicitly declared operator"); + P (" -frelaxed-rules relax some LRM rules"); P (" -C --mb-comments allow multi-bytes chars in a comment"); P (" --bootstrap allow --work=std"); P (" --syn-binding use synthesis default binding rule"); -- cgit v1.2.3