public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug libmudflap/33064]  New: libmudflap fails to build with --enable-targets=all
@ 2007-08-14 15:15 adam at os dot inf dot tu-dresden dot de
  2008-02-25 12:38 ` [Bug libmudflap/33064] " tim dot vanholder at anubex dot com
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: adam at os dot inf dot tu-dresden dot de @ 2007-08-14 15:15 UTC (permalink / raw)
  To: gcc-bugs

With current (today) trunk, building on x86-32bit host with
--enable-targets=all fails as follows. Just building 32bit (i.e. without
--enable-targets=all) works.
Host system is Debian (etch). Configure options are:
gcc/configure --prefix=/usr/local/gcc/head --enable-shared --with-system-zlib
--enable-targets=all --enable-__cxa_atexit

libtool: compile:  /tmp/gcc/head/b/./gcc/xgcc -B/tmp/gcc/head/b/./gcc/
-B/usr/local/gcc/head/i686-pc-linux-gnu/bin/
-B/usr/local/gcc/head/i686-pc-linux-gnu/lib/ -isystem
/usr/local/gcc/head/i686-pc-linux-gnu/include -isystem
/usr/local/gcc/head/i686-pc-linux-gnu/sys-include -m64 -DHAVE_CONFIG_H -I.
-I../../../../gcc/libmudflap -I. -Wall -ffunction-sections -fdata-sections -O2
-g -O2 -m64 -MT mf-runtime.lo -MD -MP -MF .deps/mf-runtime.Tpo -c
../../../../gcc/libmudflap/mf-runtime.c  -fPIC -DPIC -o .libs/mf-runtime.o
../../../../gcc/libmudflap/mf-runtime.c:172: error: conflicting types for
'__mf_lc_mask'
../../../../gcc/libmudflap/mf-runtime.h:51: error: previous declaration of
'__mf_lc_mask' was here


-- 
           Summary: libmudflap fails to build with --enable-targets=all
           Product: gcc
           Version: 4.3.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: libmudflap
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: adam at os dot inf dot tu-dresden dot de
 GCC build triplet: i686-pc-linux-gnu
  GCC host triplet: i686-pc-linux-gnu
GCC target triplet: i686-pc-linux-gnu


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


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

* [Bug libmudflap/33064] libmudflap fails to build with --enable-targets=all
  2007-08-14 15:15 [Bug libmudflap/33064] New: libmudflap fails to build with --enable-targets=all adam at os dot inf dot tu-dresden dot de
@ 2008-02-25 12:38 ` tim dot vanholder at anubex dot com
  2008-03-03 13:21 ` ubizjak at gmail dot com
  2009-01-01  4:53 ` pinskia at gcc dot gnu dot org
  2 siblings, 0 replies; 5+ messages in thread
From: tim dot vanholder at anubex dot com @ 2008-02-25 12:38 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #1 from tim dot vanholder at anubex dot com  2008-02-25 12:37 -------
Created an attachment (id=15223)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=15223&action=view)
Trivial Patch

Encountered this same problem today on the 4.3 branch (rev 132620).

This is a trivial patch that allows the build to continue (by using
__mf_uintptr_t instead of uintptr_t in the .c file, to match the header).


-- 


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


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

* [Bug libmudflap/33064] libmudflap fails to build with --enable-targets=all
  2007-08-14 15:15 [Bug libmudflap/33064] New: libmudflap fails to build with --enable-targets=all adam at os dot inf dot tu-dresden dot de
  2008-02-25 12:38 ` [Bug libmudflap/33064] " tim dot vanholder at anubex dot com
@ 2008-03-03 13:21 ` ubizjak at gmail dot com
  2009-01-01  4:53 ` pinskia at gcc dot gnu dot org
  2 siblings, 0 replies; 5+ messages in thread
From: ubizjak at gmail dot com @ 2008-03-03 13:21 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #2 from ubizjak at gmail dot com  2008-03-03 13:20 -------
(In reply to comment #1)
> Created an attachment (id=15223)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=15223&action=view) [edit]
> Trivial Patch

Please post this patch together with appropriate ChangeLog entry to
gcc-patches@ mailing list for a review.


-- 


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


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

* [Bug libmudflap/33064] libmudflap fails to build with --enable-targets=all
  2007-08-14 15:15 [Bug libmudflap/33064] New: libmudflap fails to build with --enable-targets=all adam at os dot inf dot tu-dresden dot de
  2008-02-25 12:38 ` [Bug libmudflap/33064] " tim dot vanholder at anubex dot com
  2008-03-03 13:21 ` ubizjak at gmail dot com
@ 2009-01-01  4:53 ` pinskia at gcc dot gnu dot org
  2 siblings, 0 replies; 5+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2009-01-01  4:53 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #3 from pinskia at gcc dot gnu dot org  2009-01-01 04:51 -------
Confirmed.


-- 

pinskia 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         |2009-01-01 04:51:28
               date|                            |


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


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

* [Bug libmudflap/33064] libmudflap fails to build with --enable-targets=all
       [not found] <bug-33064-4@http.gcc.gnu.org/bugzilla/>
@ 2013-11-10  5:51 ` pinskia at gcc dot gnu.org
  0 siblings, 0 replies; 5+ messages in thread
From: pinskia at gcc dot gnu.org @ 2013-11-10  5:51 UTC (permalink / raw)
  To: gcc-bugs

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

Andrew Pinski <pinskia at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |WONTFIX
   Target Milestone|---                         |4.9.0

--- Comment #4 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
fmudflap support has been removed.


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

end of thread, other threads:[~2013-11-10  5:51 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-08-14 15:15 [Bug libmudflap/33064] New: libmudflap fails to build with --enable-targets=all adam at os dot inf dot tu-dresden dot de
2008-02-25 12:38 ` [Bug libmudflap/33064] " tim dot vanholder at anubex dot com
2008-03-03 13:21 ` ubizjak at gmail dot com
2009-01-01  4:53 ` pinskia at gcc dot gnu dot org
     [not found] <bug-33064-4@http.gcc.gnu.org/bugzilla/>
2013-11-10  5:51 ` pinskia at gcc dot gnu.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).