public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug middle-end/33154]  New: FAIL: gcc.c-torture/execute/20010119-1.c compilation,  -Os
@ 2007-08-23  0:00 danglin at gcc dot gnu dot org
  2007-08-23  0:06 ` [Bug tree-optimization/33154] " pinskia at gcc dot gnu dot org
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: danglin at gcc dot gnu dot org @ 2007-08-23  0:00 UTC (permalink / raw)
  To: gcc-bugs

Executing on host: /test/gnu/gcc/objdir/gcc/xgcc -B/test/gnu/gcc/objdir/gcc/
/te
st/gnu/gcc/gcc/gcc/testsuite/gcc.c-torture/execute/20010119-1.c  -w  -Os 
-fno-s
how-column  -lm   -o /test/gnu/gcc/objdir/gcc/testsuite/gcc/20010119-1.x7   
(ti
meout = 300)
/usr/ccs/bin/ld: Unsatisfied symbols:
   foo (first referenced in /var/tmp//ccUSmh7j.o) (code)
collect2: ld returned 1 exit status
compiler exited with status 1
output is:
/usr/ccs/bin/ld: Unsatisfied symbols:
   foo (first referenced in /var/tmp//ccUSmh7j.o) (code)
collect2: ld returned 1 exit status

FAIL: gcc.c-torture/execute/20010119-1.c compilation,  -Os
UNRESOLVED: gcc.c-torture/execute/20010119-1.c execution,  -Os

This is the assembly code generated on hppa2.0w-hp-hpux11.11:

# less 20010119-1.s
        .LEVEL 1.1
        .SPACE $PRIVATE$
        .SUBSPA $DATA$,QUAD=1,ALIGN=8,ACCESS=31
        .SUBSPA $BSS$,QUAD=1,ALIGN=8,ACCESS=31,ZERO,SORT=82
        .SPACE $TEXT$
        .SUBSPA $LIT$,QUAD=0,ALIGN=8,ACCESS=44
        .SUBSPA $CODE$,QUAD=0,ALIGN=8,ACCESS=44,CODE_ONLY
        .IMPORT $global$,DATA
        .IMPORT $$dyncall,MILLICODE
        .SPACE $TEXT$
        .NSUBSPA $CODE$
        .align 4
        .EXPORT bar,ENTRY,PRIV_LEV=3,ARGW0=GR
bar:
        .PROC
        .CALLINFO FRAME=0,NO_CALLS
        .ENTRY
        bv,n %r0(%r2)
        .EXIT
        .PROCEND
        .SPACE $TEXT$
        .NSUBSPA $CODE$
        .align 4
        .EXPORT baz,ENTRY,PRIV_LEV=3,ARGW0=GR
baz:
        .PROC
        .CALLINFO FRAME=0,NO_CALLS
        .ENTRY
        bv,n %r0(%r2)
        .EXIT
        .PROCEND
        .SPACE $TEXT$
        .NSUBSPA $CODE$
        .align 4
        .EXPORT main,ENTRY,PRIV_LEV=3,RTNVAL=GR
main:
        .PROC
        .CALLINFO FRAME=64,CALLS,SAVE_RP
        .ENTRY
        stw %r2,-20(%r30)
        ldi 10,%r26
        ldo 64(%r30),%r30
        .CALL ARGW0=GR,ARGW1=GR
        bl foo,%r2
        ldi 100,%r25
        .CALL ARGW0=GR
        bl exit,%r2
        ldi 0,%r26
        nop
        .EXIT
        .PROCEND
        .IMPORT exit,CODE
        .IMPORT foo,CODE

This failure appears to have been introduced after revision 127629 and
before or in revision 127680.


-- 
           Summary: FAIL: gcc.c-torture/execute/20010119-1.c compilation,  -
                    Os
           Product: gcc
           Version: 4.3.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: middle-end
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: danglin at gcc dot gnu dot org
 GCC build triplet: hppa*-*-*
  GCC host triplet: hppa*-*-*
GCC target triplet: hppa*-*-*


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


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

* [Bug tree-optimization/33154] FAIL: gcc.c-torture/execute/20010119-1.c compilation,  -Os
  2007-08-23  0:00 [Bug middle-end/33154] New: FAIL: gcc.c-torture/execute/20010119-1.c compilation, -Os danglin at gcc dot gnu dot org
@ 2007-08-23  0:06 ` pinskia at gcc dot gnu dot org
  2007-08-23  8:57 ` rguenth at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2007-08-23  0:06 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #1 from pinskia at gcc dot gnu dot org  2007-08-23 00:06 -------
This should have been fixed by:
2007-08-22  Richard Guenther  <rguenther@suse.de>

        * tree-inline.c (inlinable_function_p): Restore disregarding
        inline limits for GNU extern inline functions.


-- 


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


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

* [Bug tree-optimization/33154] FAIL: gcc.c-torture/execute/20010119-1.c compilation,  -Os
  2007-08-23  0:00 [Bug middle-end/33154] New: FAIL: gcc.c-torture/execute/20010119-1.c compilation, -Os danglin at gcc dot gnu dot org
  2007-08-23  0:06 ` [Bug tree-optimization/33154] " pinskia at gcc dot gnu dot org
@ 2007-08-23  8:57 ` rguenth at gcc dot gnu dot org
  2007-08-23 13:25 ` danglin at gcc dot gnu dot org
  2007-08-29  0:00 ` [Bug tree-optimization/33154] [4.3 Regression] " pinskia at gcc dot gnu dot org
  3 siblings, 0 replies; 5+ messages in thread
From: rguenth at gcc dot gnu dot org @ 2007-08-23  8:57 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #2 from rguenth at gcc dot gnu dot org  2007-08-23 08:56 -------
Indeed.


-- 


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


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

* [Bug tree-optimization/33154] FAIL: gcc.c-torture/execute/20010119-1.c compilation,  -Os
  2007-08-23  0:00 [Bug middle-end/33154] New: FAIL: gcc.c-torture/execute/20010119-1.c compilation, -Os danglin at gcc dot gnu dot org
  2007-08-23  0:06 ` [Bug tree-optimization/33154] " pinskia at gcc dot gnu dot org
  2007-08-23  8:57 ` rguenth at gcc dot gnu dot org
@ 2007-08-23 13:25 ` danglin at gcc dot gnu dot org
  2007-08-29  0:00 ` [Bug tree-optimization/33154] [4.3 Regression] " pinskia at gcc dot gnu dot org
  3 siblings, 0 replies; 5+ messages in thread
From: danglin at gcc dot gnu dot org @ 2007-08-23 13:25 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #3 from danglin at gcc dot gnu dot org  2007-08-23 13:25 -------
Fixed.


-- 

danglin at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |FIXED


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


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

* [Bug tree-optimization/33154] [4.3 Regression] FAIL: gcc.c-torture/execute/20010119-1.c compilation,  -Os
  2007-08-23  0:00 [Bug middle-end/33154] New: FAIL: gcc.c-torture/execute/20010119-1.c compilation, -Os danglin at gcc dot gnu dot org
                   ` (2 preceding siblings ...)
  2007-08-23 13:25 ` danglin at gcc dot gnu dot org
@ 2007-08-29  0:00 ` pinskia at gcc dot gnu dot org
  3 siblings, 0 replies; 5+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2007-08-29  0:00 UTC (permalink / raw)
  To: gcc-bugs



-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|FAIL: gcc.c-                |[4.3 Regression] FAIL:
                   |torture/execute/20010119-1.c|gcc.c-
                   |compilation,  -Os           |torture/execute/20010119-1.c
                   |                            |compilation,  -Os
   Target Milestone|---                         |4.3.0


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


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

end of thread, other threads:[~2007-08-29  0:00 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-08-23  0:00 [Bug middle-end/33154] New: FAIL: gcc.c-torture/execute/20010119-1.c compilation, -Os danglin at gcc dot gnu dot org
2007-08-23  0:06 ` [Bug tree-optimization/33154] " pinskia at gcc dot gnu dot org
2007-08-23  8:57 ` rguenth at gcc dot gnu dot org
2007-08-23 13:25 ` danglin at gcc dot gnu dot org
2007-08-29  0:00 ` [Bug tree-optimization/33154] [4.3 Regression] " pinskia at gcc dot gnu dot 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).