public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug bootstrap/32794]  New: GCC (SVN) naive build fails due to use of  '%I64d'
@ 2007-07-17 17:20 gdr at gcc dot gnu dot org
  2007-07-17 17:35 ` [Bug bootstrap/32794] " gdr at gcc dot gnu dot org
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: gdr at gcc dot gnu dot org @ 2007-07-17 17:20 UTC (permalink / raw)
  To: gcc-bugs

Native builds of GCC (SVN) fails on i686-pc-mingw32 with:

/home/gdr/Desktop/sandbox/egcs/./prev-gcc/xgcc
-B/home/gdr/Desktop/sandbox/egcs/./prev-gcc/ -B/home/gdr/i686-pc-mingw32/bin/
-c   -g -O2 -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes
-Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute
-pedantic -Wno-long-long -Wno-variadic-macros                               
-Wno-overlength-strings -Werror -fno-common   -DHAVE_CONFIG_H -I. -I.
-I../../../benchwork/gcc.svn/gcc -I../../../benchwork/gcc.svn/gcc/.
-I../../../benchwork/gcc.svn/gcc/../include
-I../../../benchwork/gcc.svn/gcc/../libcpp/include -I/usr/local/include
-I/usr/local/include -I../../../benchwork/gcc.svn/gcc/../libdecnumber
-I../../../benchwork/gcc.svn/gcc/../libdecnumber/dpd -I../libdecnumber   
../../../benchwork/gcc.svn/gcc/bt-load.c -o bt-load.o
cc1.exe: warnings being treated as errors

../../../benchwork/gcc.svn/gcc/bt-load.c: In function 'migrate_btr_defs':

../../../benchwork/gcc.svn/gcc/bt-load.c:1416: error: ISO C does not support
the 'I' printf flag

../../../benchwork/gcc.svn/gcc/bt-load.c:1416: error: format '%I64d' expects
type 'int', but argument 4 has type 'gcov_type'

make[3]: *** [bt-load.o] Error 1
make[3]: Leaving directory `/home/gdr/Desktop/sandbox/egcs/gcc'


-- 
           Summary: GCC (SVN) naive build fails due to use of  '%I64d'
           Product: gcc
           Version: 4.3.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: bootstrap
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: gdr at gcc dot gnu dot org
 GCC build triplet: native build
  GCC host triplet: i868-pc-mingw32
GCC target triplet: native build


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


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

* [Bug bootstrap/32794] GCC (SVN) naive build fails due to use of  '%I64d'
  2007-07-17 17:20 [Bug bootstrap/32794] New: GCC (SVN) naive build fails due to use of '%I64d' gdr at gcc dot gnu dot org
@ 2007-07-17 17:35 ` gdr at gcc dot gnu dot org
  2007-07-17 21:13 ` pinskia at gcc dot gnu dot org
  2007-07-18 16:02 ` gdr at cs dot tamu dot edu
  2 siblings, 0 replies; 4+ messages in thread
From: gdr at gcc dot gnu dot org @ 2007-07-17 17:35 UTC (permalink / raw)
  To: gcc-bugs



-- 

gdr at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|0                           |1
   Last reconfirmed|0000-00-00 00:00:00         |2007-07-17 17:35:41
               date|                            |


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


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

* [Bug bootstrap/32794] GCC (SVN) naive build fails due to use of  '%I64d'
  2007-07-17 17:20 [Bug bootstrap/32794] New: GCC (SVN) naive build fails due to use of '%I64d' gdr at gcc dot gnu dot org
  2007-07-17 17:35 ` [Bug bootstrap/32794] " gdr at gcc dot gnu dot org
@ 2007-07-17 21:13 ` pinskia at gcc dot gnu dot org
  2007-07-18 16:02 ` gdr at cs dot tamu dot edu
  2 siblings, 0 replies; 4+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2007-07-17 21:13 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #1 from pinskia at gcc dot gnu dot org  2007-07-17 21:13 -------
This is why you should not confirm your own bugs, because most likely there is
already a bug about this issue.  Anyways the work around is to configure with
--disable-werror .

*** This bug has been marked as a duplicate of 25502 ***


-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |DUPLICATE


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


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

* [Bug bootstrap/32794] GCC (SVN) naive build fails due to use of  '%I64d'
  2007-07-17 17:20 [Bug bootstrap/32794] New: GCC (SVN) naive build fails due to use of '%I64d' gdr at gcc dot gnu dot org
  2007-07-17 17:35 ` [Bug bootstrap/32794] " gdr at gcc dot gnu dot org
  2007-07-17 21:13 ` pinskia at gcc dot gnu dot org
@ 2007-07-18 16:02 ` gdr at cs dot tamu dot edu
  2 siblings, 0 replies; 4+ messages in thread
From: gdr at cs dot tamu dot edu @ 2007-07-18 16:02 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #2 from gdr at cs dot tamu dot edu  2007-07-18 16:02 -------
Subject: Re:  GCC (SVN) naive build fails due to use of  '%I64d'

"pinskia at gcc dot gnu dot org" <gcc-bugzilla@gcc.gnu.org> writes:

|                                  Anyways the work around is to configure with
| --disable-werror .

Not because I know a work-around does not mean that it is not a bug to
report.

not because there might be a duplicate means that it cannot be
confirmed. 

-- Gaby


-- 


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


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

end of thread, other threads:[~2007-07-18 16:02 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-07-17 17:20 [Bug bootstrap/32794] New: GCC (SVN) naive build fails due to use of '%I64d' gdr at gcc dot gnu dot org
2007-07-17 17:35 ` [Bug bootstrap/32794] " gdr at gcc dot gnu dot org
2007-07-17 21:13 ` pinskia at gcc dot gnu dot org
2007-07-18 16:02 ` gdr at cs dot tamu dot edu

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).