public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug target/43613]  New: Some architecture-dependent codes
@ 2010-04-01  1:02 aflyhorse at foxmail dot com
  2010-04-01  1:15 ` [Bug target/43613] " pinskia at gcc dot gnu dot org
                   ` (5 more replies)
  0 siblings, 6 replies; 11+ messages in thread
From: aflyhorse at foxmail dot com @ 2010-04-01  1:02 UTC (permalink / raw)
  To: gcc-bugs

Sorry to duplicately reporting this bug, but i failed to get a feedback after i
announced it after another small bug unfortunately.

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


/libcpp/files.c: Line 609-614:
comparison is always false under win x64

and

/gcc/emit-rtl.c: Line 361:
/gcc/ggc-common.c: Line 310:
/gcc/graphite-dependences.c: Line 107:
/gcc/src/gcc/ira-conflicts.c: Line 125:
/gcc/src/gcc/pointer-set.c: Line 67:
/gcc/src/gcc/tree dump: Line 168:
/gcc/src/gcc/cp/class.c: Line 6740, 6742, 6764, 6767, 6900:

all have host-dependent code such as explictly cast a pointer to long (in win
x64 means long long to long) and use %ld or &lx to fprintf a pointer.

they cause the cc1 treat warnings as error and stop the make procedure, though
they are easy to fix manually but quite annoying while making bootstrap.

maybe needs to change their type to be ssize_t & size_t?

(These are gcc 4.5.0 20100322 version source)


-- 
           Summary: Some architecture-dependent codes
           Product: gcc
           Version: 4.5.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: target
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: aflyhorse at foxmail dot com
 GCC build triplet: x86_64-w64-mingw32
  GCC host triplet: x86_64-w64-mingw32
GCC target triplet: x86_64-w64-mingw32


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


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

end of thread, other threads:[~2024-02-20  4:57 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <bug-43613-4@http.gcc.gnu.org/bugzilla/>
2021-09-19 10:42 ` [Bug target/43613] Some architecture-dependent codes pinskia at gcc dot gnu.org
2024-01-16  4:53 ` nightstrike at gmail dot com
2024-01-16  5:06 ` xry111 at gcc dot gnu.org
2024-02-18  7:51 ` nightstrike at gmail dot com
2024-02-20  4:57 ` aflyhorse at foxmail dot com
2010-04-01  1:02 [Bug target/43613] New: " aflyhorse at foxmail dot com
2010-04-01  1:15 ` [Bug target/43613] " pinskia at gcc dot gnu dot org
2010-04-01  8:23 ` aflyhorse at foxmail dot com
2010-04-01  8:26 ` aflyhorse at foxmail dot com
2010-04-12 10:44 ` aflyhorse at foxmail dot com
2010-04-12 14:12 ` pinskia at gcc dot gnu dot org
2010-04-13 10:58 ` aflyhorse at foxmail dot com

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