public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug libmudflap/42279]  New: libmudflap checks with the wrong CPP for execinfo.h
@ 2009-12-04 18:37 viriketo at gmail dot com
  2009-12-04 18:44 ` [Bug libmudflap/42279] " viriketo at gmail dot com
                   ` (6 more replies)
  0 siblings, 7 replies; 9+ messages in thread
From: viriketo at gmail dot com @ 2009-12-04 18:37 UTC (permalink / raw)
  To: gcc-bugs

Libmudflap receives the host CPP to test the headers with, instead of receiving
the target CPP.
I noticed it having a linux gnu system with glibc and targetting a uclibc
linux.

I will attach a patch with the fix I used.


-- 
           Summary: libmudflap checks with the wrong CPP for execinfo.h
           Product: gcc
           Version: 4.3.4
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: libmudflap
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: viriketo at gmail dot com
 GCC build triplet: x86_64-linux
  GCC host triplet: x86_64-linux
GCC target triplet: armv5tel-unknown-linux-uclibceabi


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


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

* [Bug libmudflap/42279] libmudflap checks with the wrong CPP for execinfo.h
  2009-12-04 18:37 [Bug libmudflap/42279] New: libmudflap checks with the wrong CPP for execinfo.h viriketo at gmail dot com
@ 2009-12-04 18:44 ` viriketo at gmail dot com
  2009-12-04 21:25 ` rguenth at gcc dot gnu dot org
                   ` (5 subsequent siblings)
  6 siblings, 0 replies; 9+ messages in thread
From: viriketo at gmail dot com @ 2009-12-04 18:44 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #1 from viriketo at gmail dot com  2009-12-04 18:44 -------
Created an attachment (id=19226)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=19226&action=view)
Fix the CPP needed by libmudflap when cross-compiling


-- 


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


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

* [Bug libmudflap/42279] libmudflap checks with the wrong CPP for execinfo.h
  2009-12-04 18:37 [Bug libmudflap/42279] New: libmudflap checks with the wrong CPP for execinfo.h viriketo at gmail dot com
  2009-12-04 18:44 ` [Bug libmudflap/42279] " viriketo at gmail dot com
@ 2009-12-04 21:25 ` rguenth at gcc dot gnu dot org
  2009-12-08 23:07 ` viriketo at gmail dot com
                   ` (4 subsequent siblings)
  6 siblings, 0 replies; 9+ messages in thread
From: rguenth at gcc dot gnu dot org @ 2009-12-04 21:25 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #2 from rguenth at gcc dot gnu dot org  2009-12-04 21:24 -------
Please send patches to gcc-patches@gcc.gnu.org


-- 


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


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

* [Bug libmudflap/42279] libmudflap checks with the wrong CPP for execinfo.h
  2009-12-04 18:37 [Bug libmudflap/42279] New: libmudflap checks with the wrong CPP for execinfo.h viriketo at gmail dot com
  2009-12-04 18:44 ` [Bug libmudflap/42279] " viriketo at gmail dot com
  2009-12-04 21:25 ` rguenth at gcc dot gnu dot org
@ 2009-12-08 23:07 ` viriketo at gmail dot com
  2009-12-09 16:38 ` ramana at gcc dot gnu dot org
                   ` (3 subsequent siblings)
  6 siblings, 0 replies; 9+ messages in thread
From: viriketo at gmail dot com @ 2009-12-08 23:07 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #3 from viriketo at gmail dot com  2009-12-08 23:07 -------
I already sent the patch to the mailing list mentioned.

I noticed this problem also affects gcc 4.4.2. The same patch can be applied.


-- 


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


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

* [Bug libmudflap/42279] libmudflap checks with the wrong CPP for execinfo.h
  2009-12-04 18:37 [Bug libmudflap/42279] New: libmudflap checks with the wrong CPP for execinfo.h viriketo at gmail dot com
                   ` (2 preceding siblings ...)
  2009-12-08 23:07 ` viriketo at gmail dot com
@ 2009-12-09 16:38 ` ramana at gcc dot gnu dot org
  2009-12-09 16:46 ` viriketo at gmail dot com
                   ` (2 subsequent siblings)
  6 siblings, 0 replies; 9+ messages in thread
From: ramana at gcc dot gnu dot org @ 2009-12-09 16:38 UTC (permalink / raw)
  To: gcc-bugs



-- 

ramana 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-12-09 16:38:12
               date|                            |


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


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

* [Bug libmudflap/42279] libmudflap checks with the wrong CPP for execinfo.h
  2009-12-04 18:37 [Bug libmudflap/42279] New: libmudflap checks with the wrong CPP for execinfo.h viriketo at gmail dot com
                   ` (3 preceding siblings ...)
  2009-12-09 16:38 ` ramana at gcc dot gnu dot org
@ 2009-12-09 16:46 ` viriketo at gmail dot com
  2009-12-23 15:12 ` ramana at gcc dot gnu dot org
  2009-12-23 15:35 ` viriketo at gmail dot com
  6 siblings, 0 replies; 9+ messages in thread
From: viriketo at gmail dot com @ 2009-12-09 16:46 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #4 from viriketo at gmail dot com  2009-12-09 16:46 -------
Created an attachment (id=19267)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=19267&action=view)
Fix for libmudflap + libstdc++v3 for gcc 4.4.2

In gcc 4.4.2, libstdc++v3 is also affected by the CPP probelm.

I attach the fix for gcc 4.4.2 that fixes both libstdc++v3 and libmudflap
builds, and I imagine, any target library build.


-- 

viriketo at gmail dot com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #19226|0                           |1
        is obsolete|                            |


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


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

* [Bug libmudflap/42279] libmudflap checks with the wrong CPP for execinfo.h
  2009-12-04 18:37 [Bug libmudflap/42279] New: libmudflap checks with the wrong CPP for execinfo.h viriketo at gmail dot com
                   ` (4 preceding siblings ...)
  2009-12-09 16:46 ` viriketo at gmail dot com
@ 2009-12-23 15:12 ` ramana at gcc dot gnu dot org
  2009-12-23 15:35 ` viriketo at gmail dot com
  6 siblings, 0 replies; 9+ messages in thread
From: ramana at gcc dot gnu dot org @ 2009-12-23 15:12 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #5 from ramana at gcc dot gnu dot org  2009-12-23 15:12 -------
(In reply to comment #4)
> Created an attachment (id=19267)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=19267&action=view) [edit]
> Fix for libmudflap + libstdc++v3 for gcc 4.4.2
> 
> In gcc 4.4.2, libstdc++v3 is also affected by the CPP probelm.
> 
> I attach the fix for gcc 4.4.2 that fixes both libstdc++v3 and libmudflap
> builds, and I imagine, any target library build.
> 

Please again send this to the mailing list rather than attaching the fix here. 


-- 


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


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

* [Bug libmudflap/42279] libmudflap checks with the wrong CPP for execinfo.h
  2009-12-04 18:37 [Bug libmudflap/42279] New: libmudflap checks with the wrong CPP for execinfo.h viriketo at gmail dot com
                   ` (5 preceding siblings ...)
  2009-12-23 15:12 ` ramana at gcc dot gnu dot org
@ 2009-12-23 15:35 ` viriketo at gmail dot com
  6 siblings, 0 replies; 9+ messages in thread
From: viriketo at gmail dot com @ 2009-12-23 15:35 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #6 from viriketo at gmail dot com  2009-12-23 15:34 -------
Done.


-- 


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


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

* [Bug libmudflap/42279] libmudflap checks with the wrong CPP for execinfo.h
       [not found] <bug-42279-4@http.gcc.gnu.org/bugzilla/>
@ 2013-11-10  5:51 ` pinskia at gcc dot gnu.org
  0 siblings, 0 replies; 9+ 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=42279

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

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

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


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

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

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-12-04 18:37 [Bug libmudflap/42279] New: libmudflap checks with the wrong CPP for execinfo.h viriketo at gmail dot com
2009-12-04 18:44 ` [Bug libmudflap/42279] " viriketo at gmail dot com
2009-12-04 21:25 ` rguenth at gcc dot gnu dot org
2009-12-08 23:07 ` viriketo at gmail dot com
2009-12-09 16:38 ` ramana at gcc dot gnu dot org
2009-12-09 16:46 ` viriketo at gmail dot com
2009-12-23 15:12 ` ramana at gcc dot gnu dot org
2009-12-23 15:35 ` viriketo at gmail dot com
     [not found] <bug-42279-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).