diff options
author | Arnaud Charlet <charlet@gcc.gnu.org> | 2009-07-23 14:27:37 +0200 |
---|---|---|
committer | Arnaud Charlet <charlet@gcc.gnu.org> | 2009-07-23 14:27:37 +0200 |
commit | 19f21e1133746fa91c6a68e7514fb51968f45050 (patch) | |
tree | d72eed2b844820d6ec143ac42455485d1db1d8a8 /gcc/ada/g-sse.ads | |
parent | 84d60eea81f358bb5e81cda00631786d05653ff0 (diff) | |
download | gcc-19f21e1133746fa91c6a68e7514fb51968f45050.tar.gz |
[multiple changes]
2009-07-23 Yannick Moy <moy@adacore.com>
* s-regexp.adb (Check_Well_Formed_Pattern): Called before compiling the
pattern.
(Raise_Exception_If_No_More_Chars): Remove extra blank in exception
string.
(Raise_Exception): Ditto.
2009-07-23 Olivier Hainque <hainque@adacore.com>
* g-sse.ads: Simplify comment.
From-SVN: r150000
Diffstat (limited to 'gcc/ada/g-sse.ads')
-rw-r--r-- | gcc/ada/g-sse.ads | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/gcc/ada/g-sse.ads b/gcc/ada/g-sse.ads index 4b0937a58b1..f669f2e5e0f 100644 --- a/gcc/ada/g-sse.ads +++ b/gcc/ada/g-sse.ads @@ -82,11 +82,7 @@ -- end if; -- end; --- Use of Unchecked_Union is very tempting, however hits difficulties with --- e.g. implicit front-end expanded equality operators, which typically --- feature a subcase comparing the m128 components, not supported by the --- middle-end. This needs more explanation, should it be fixed ??? It --- reads like a bug in this paragraph. +-- Use of Unchecked_Union to perform the overlays is not supported. package GNAT.SSE is type Float32 is new Float; |