diff options
author | charlet <charlet@138bc75d-0d04-0410-961f-82ee72b054a4> | 2009-07-23 12:27:37 +0000 |
---|---|---|
committer | charlet <charlet@138bc75d-0d04-0410-961f-82ee72b054a4> | 2009-07-23 12:27:37 +0000 |
commit | 56e7611e96e9f52c328c393613503a227998e22f (patch) | |
tree | d72eed2b844820d6ec143ac42455485d1db1d8a8 /gcc/ada/g-sse.ads | |
parent | 871bfb01e5cdc94c6de73e9a291d85f2ea969aed (diff) | |
download | gcc-56e7611e96e9f52c328c393613503a227998e22f.tar.gz |
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.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@150000 138bc75d-0d04-0410-961f-82ee72b054a4
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; |