public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c/38447]  New: special characters in C
@ 2008-12-08 18:26 krecis at gmail dot com
  2008-12-08 19:37 ` [Bug c/38447] " pinskia at gcc dot gnu dot org
  0 siblings, 1 reply; 2+ messages in thread
From: krecis at gmail dot com @ 2008-12-08 18:26 UTC (permalink / raw)
  To: gcc-bugs

[gcc -v]--------------------
Using built-in specs.
Target: i486-linux-gnu
Configured with: ../src/configure -v --with-pkgversion='Ubuntu 4.3.2-1ubuntu11'
--with-bugurl=file:///usr/share/doc/gcc-4.3/README.Bugs
--enable-languages=c,c++,fortran,objc,obj-c++ --prefix=/usr --enable-shared
--with-system-zlib --libexecdir=/usr/lib --without-included-gettext
--enable-threads=posix --enable-nls --with-gxx-include-dir=/usr/include/c++/4.3
--program-suffix=-4.3 --enable-clocale=gnu --enable-libstdcxx-debug
--enable-objc-gc --enable-mpfr --enable-targets=all --enable-checking=release
--build=i486-linux-gnu --host=i486-linux-gnu --target=i486-linux-gnu
Thread model: posix
gcc version 4.3.2 (Ubuntu 4.3.2-1ubuntu11) 

[source code]---------------------
#include <stdio.h>

main()
{
  printf("ciao\b\a\n");
}

[software used]-------------------
Gedit for editing the source
gcc for compiling

[command]-------------------------
gcc ./test.c

[problem]-------------------------
running this "hello world" the special characters "\b" doesn't seems to be
effective .


-- 
           Summary: special characters in C
           Product: gcc
           Version: 4.3.2
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: c
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: krecis at gmail dot com
 GCC build triplet: i486-linux-gnu
  GCC host triplet: i486-linux-gnu
GCC target triplet: i486-linux-gnu


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


^ permalink raw reply	[flat|nested] 2+ messages in thread

* [Bug c/38447] special characters in C
  2008-12-08 18:26 [Bug c/38447] New: special characters in C krecis at gmail dot com
@ 2008-12-08 19:37 ` pinskia at gcc dot gnu dot org
  0 siblings, 0 replies; 2+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2008-12-08 19:37 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #1 from pinskia at gcc dot gnu dot org  2008-12-08 19:36 -------
This bug is not related to GCC, it is up to printf/console to take into account
/b and printf is not part of GCC.  Also the standard says the behavior of the
display device is unspecified.


-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |INVALID


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


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2008-12-08 19:37 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-12-08 18:26 [Bug c/38447] New: special characters in C krecis at gmail dot com
2008-12-08 19:37 ` [Bug c/38447] " pinskia 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).