public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug lto/63998] New: gcc.dg/lto/pr60820 fails on darwin
@ 2014-11-20 16:06 fxcoudert at gcc dot gnu.org
  2014-11-20 16:07 ` [Bug lto/63998] " fxcoudert at gcc dot gnu.org
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: fxcoudert at gcc dot gnu.org @ 2014-11-20 16:06 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63998

            Bug ID: 63998
           Summary: gcc.dg/lto/pr60820 fails on darwin
           Product: gcc
           Version: 5.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: lto
          Assignee: unassigned at gcc dot gnu.org
          Reporter: fxcoudert at gcc dot gnu.org

gcc.dg/lto/pr60820 fails on x86_64-apple-darwin14 because of a warning:

warning: alias definitions not supported in Mach-O; ignored

I don't know if it should just be silenced, as per the patch below (which makes
the testcase pass), or if it indicates a more fundamental issue.


Index: pr60820_0.c
===================================================================
--- pr60820_0.c    (revision 217836)
+++ pr60820_0.c    (working copy)
@@ -1,5 +1,5 @@
 /* { dg-lto-do link } */
-/* { dg-lto-options {{-flto -r -nostdlib -O2}} } */
+/* { dg-lto-options {{-flto -r -nostdlib -O2 -w}} } */
 #include <stdio.h>
 struct in6_addr {int bah;};
 extern const struct in6_addr in6addr_any;


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

end of thread, other threads:[~2014-11-21  8:42 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-11-20 16:06 [Bug lto/63998] New: gcc.dg/lto/pr60820 fails on darwin fxcoudert at gcc dot gnu.org
2014-11-20 16:07 ` [Bug lto/63998] " fxcoudert at gcc dot gnu.org
2014-11-20 16:35 ` rguenth at gcc dot gnu.org
2014-11-20 16:40 ` dominiq at lps dot ens.fr
2014-11-20 17:25 ` dominiq at lps dot ens.fr
2014-11-21  8:27 ` rguenther at suse dot de
2014-11-21  8:39 ` fxcoudert at gcc dot gnu.org
2014-11-21  8:42 ` fxcoudert at gcc dot gnu.org
2014-11-21  8:42 ` fxcoudert 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).