public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug ada/20012] New: 'pragma Compile_Time_Warning' adds quotation marks to warning text
@ 2005-02-16 20:51 berndtrog at yahoo dot com
  2005-02-17  2:59 ` [Bug ada/20012] " pinskia at gcc dot gnu dot org
  2005-02-24 19:57 ` bosch at gcc dot gnu dot org
  0 siblings, 2 replies; 5+ messages in thread
From: berndtrog at yahoo dot com @ 2005-02-16 20:51 UTC (permalink / raw)
  To: gcc-bugs

Hello,
when I compile this:

procedure Test2
is
   Number : Integer := 2;
   pragma Compile_Time_Warning
        (Number > 1, " > NUmber Is GReater Than 1!");
begin
   null;
end;

with gcc version 3.4.3: 

gcc -c test2.adb

I get this warning:

test2.adb:6:10: warning:   "nu"mber Is "gr"eater Than 1


gcc-4.0.0 has the same problem.

-- 
           Summary: 'pragma Compile_Time_Warning' adds quotation marks to
                    warning text
           Product: gcc
           Version: 3.4.3
            Status: UNCONFIRMED
          Severity: minor
          Priority: P2
         Component: ada
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: berndtrog at yahoo dot com
                CC: gcc-bugs at gcc dot gnu dot org


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20012


^ permalink raw reply	[flat|nested] 5+ messages in thread
[parent not found: <bug-20012-283@http.gcc.gnu.org/bugzilla/>]

end of thread, other threads:[~2007-04-30 10:16 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-02-16 20:51 [Bug ada/20012] New: 'pragma Compile_Time_Warning' adds quotation marks to warning text berndtrog at yahoo dot com
2005-02-17  2:59 ` [Bug ada/20012] " pinskia at gcc dot gnu dot org
2005-02-24 19:57 ` bosch at gcc dot gnu dot org
     [not found] <bug-20012-283@http.gcc.gnu.org/bugzilla/>
2005-10-18 14:51 ` charlet at gcc dot gnu dot org
2007-04-30 10:16 ` charlet at gcc dot gnu dot org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).