[Bug lto/44238] FAIL: gcc.dg/lto/20090914-2 c_lto_20090914-2_0.o assemble, -O0 -fwhopr

2010-08-23 Thread howarth at nitro dot med dot uc dot edu


--- Comment #9 from howarth at nitro dot med dot uc dot edu  2010-08-24 
05:07 ---
Fixed as r159700.


-- 

howarth at nitro dot med dot uc dot edu changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution||FIXED


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



[Bug lto/44238] FAIL: gcc.dg/lto/20090914-2 c_lto_20090914-2_0.o assemble, -O0 -fwhopr

2010-05-22 Thread rguenth at gcc dot gnu dot org


--- Comment #4 from rguenth at gcc dot gnu dot org  2010-05-22 12:59 ---
Just amend the existing dg-skip to also skip darwin.


-- 


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



[Bug lto/44238] FAIL: gcc.dg/lto/20090914-2 c_lto_20090914-2_0.o assemble, -O0 -fwhopr

2010-05-22 Thread iains at gcc dot gnu dot org


--- Comment #5 from iains at gcc dot gnu dot org  2010-05-22 14:16 ---
(In reply to comment #4)
 Just amend the existing dg-skip to also skip darwin.

two different reasons.. is this better?

Index: gcc/testsuite/gcc.dg/lto/20090914-2_0.c
===
--- gcc/testsuite/gcc.dg/lto/20090914-2_0.c (revision 159693)
+++ gcc/testsuite/gcc.dg/lto/20090914-2_0.c (working copy)
@@ -1,5 +1,6 @@
 /* { dg-lto-do run } */
 /* { dg-skip-if x86 only { ! { x86_64-*-* i?86-*-* } } { * } {  } } */
+/* { dg-skip-if no .type { *-*-darwin* } { * } {  } } */

 /* Doesn't work without this dummy function with -fwhopr.  */
 int foo(void) { }


-- 


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



[Bug lto/44238] FAIL: gcc.dg/lto/20090914-2 c_lto_20090914-2_0.o assemble, -O0 -fwhopr

2010-05-22 Thread rguenth at gcc dot gnu dot org


--- Comment #6 from rguenth at gcc dot gnu dot org  2010-05-22 16:08 ---
(In reply to comment #5)
 (In reply to comment #4)
  Just amend the existing dg-skip to also skip darwin.
 
 two different reasons.. is this better?

If it works for you sure.

 Index: gcc/testsuite/gcc.dg/lto/20090914-2_0.c
 ===
 --- gcc/testsuite/gcc.dg/lto/20090914-2_0.c (revision 159693)
 +++ gcc/testsuite/gcc.dg/lto/20090914-2_0.c (working copy)
 @@ -1,5 +1,6 @@
  /* { dg-lto-do run } */
  /* { dg-skip-if x86 only { ! { x86_64-*-* i?86-*-* } } { * } {  } } */
 +/* { dg-skip-if no .type { *-*-darwin* } { * } {  } } */
 
  /* Doesn't work without this dummy function with -fwhopr.  */
  int foo(void) { }
 


-- 


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



[Bug lto/44238] FAIL: gcc.dg/lto/20090914-2 c_lto_20090914-2_0.o assemble, -O0 -fwhopr

2010-05-22 Thread iains at gcc dot gnu dot org


--- Comment #7 from iains at gcc dot gnu dot org  2010-05-22 18:08 ---
(In reply to comment #6)
 (In reply to comment #5)
  (In reply to comment #4)
   Just amend the existing dg-skip to also skip darwin.
  
  two different reasons.. is this better?
 
 If it works for you sure.
 
  Index: gcc/testsuite/gcc.dg/lto/20090914-2_0.c
  ===
  --- gcc/testsuite/gcc.dg/lto/20090914-2_0.c (revision 159693)
  +++ gcc/testsuite/gcc.dg/lto/20090914-2_0.c (working copy)
  @@ -1,5 +1,6 @@
   /* { dg-lto-do run } */
   /* { dg-skip-if x86 only { ! { x86_64-*-* i?86-*-* } } { * } {  } } 
  */
  +/* { dg-skip-if no .type { *-*-darwin* } { * } {  } } */
  
   /* Doesn't work without this dummy function with -fwhopr.  */
   int foo(void) { }
  
 

I committed this as r159700 but foolishly hit the key before pasting in the
change info.


-- 


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



[Bug lto/44238] FAIL: gcc.dg/lto/20090914-2 c_lto_20090914-2_0.o assemble, -O0 -fwhopr

2010-05-22 Thread iains at gcc dot gnu dot org


--- Comment #8 from iains at gcc dot gnu dot org  2010-05-22 18:36 ---
sorry about that .. 

darwin assembler does not support .type

PR lto/44238
* gcc.dg/lto/20090914-2_0.c: XFAIL *-*-darwin*.

Sendinggcc/testsuite/ChangeLog
Sendinggcc/testsuite/gcc.dg/lto/20090914-2_0.c
Transmitting file data ..
Committed revision 159700.


-- 


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



[Bug lto/44238] FAIL: gcc.dg/lto/20090914-2 c_lto_20090914-2_0.o assemble, -O0 -fwhopr

2010-05-21 Thread howarth at nitro dot med dot uc dot edu


--- Comment #1 from howarth at nitro dot med dot uc dot edu  2010-05-22 
02:59 ---
Created an attachment (id=20723)
 -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=20723action=view)
preprocessed source for gcc.dg/lto/20090914-2_0.c on x86_64-apple-darwin10


-- 


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



[Bug lto/44238] FAIL: gcc.dg/lto/20090914-2 c_lto_20090914-2_0.o assemble, -O0 -fwhopr

2010-05-21 Thread howarth at nitro dot med dot uc dot edu


--- Comment #2 from howarth at nitro dot med dot uc dot edu  2010-05-22 
03:00 ---
Created an attachment (id=20724)
 -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=20724action=view)
assembly file for gcc.dg/lto/20090914-2_0.c on x86_64-apple-darwin10


-- 


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



[Bug lto/44238] FAIL: gcc.dg/lto/20090914-2 c_lto_20090914-2_0.o assemble, -O0 -fwhopr

2010-05-21 Thread howarth at nitro dot med dot uc dot edu


--- Comment #3 from howarth at nitro dot med dot uc dot edu  2010-05-22 
03:02 ---
Complete set of failures are...

FAIL: gcc.dg/lto/20090914-2 c_lto_20090914-2_0.o assemble, -O0 -fwhopr
FAIL: gcc.dg/lto/20090914-2 c_lto_20090914-2_0.o assemble, -O2 -fwhopr
FAIL: gcc.dg/lto/20090914-2 c_lto_20090914-2_0.o assemble, -O0 -flto
FAIL: gcc.dg/lto/20090914-2 c_lto_20090914-2_0.o assemble, -O2 -flto


-- 


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