public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug middle-end/36075]  New: [4.3.1 Regression] FAIL: gcc.c-torture/execute/20021119-1.c execution,  -O2
@ 2008-04-29  3:11 danglin at gcc dot gnu dot org
  2008-04-29 11:31 ` [Bug middle-end/36075] " rguenth 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 @ 2008-04-29  3:11 UTC (permalink / raw)
  To: gcc-bugs

Executing on host: /mnt/gnu/gcc/objdir/gcc/xgcc -B/mnt/gnu/gcc/objdir/gcc/
/mnt/
gnu/gcc/gcc/gcc/testsuite/gcc.c-torture/execute/20021119-1.c  -w  -O2 
-fno-show
-column  -lm   -o /mnt/gnu/gcc/objdir/gcc/testsuite/gcc/20021119-1.x2   
(timeou
t = 300)
PASS: gcc.c-torture/execute/20021119-1.c compilation,  -O2 
Setting LD_LIBRARY_PATH to :/mnt/gnu/gcc/objdir/gcc::/mnt/gnu/gcc/objdir/gcc
FAIL: gcc.c-torture/execute/20021119-1.c execution,  -O2 

Revision 134604 was ok.

-bash-3.2$ ./xgcc -B./ -v
Reading specs from ./specs
Target: hppa2.0w-hp-hpux11.11
Configured with: ../gcc/configure --with-gnu-as --with-as=/opt/gnu/bin/as
--enable-shared --with-local-prefix=/opt/gnu --prefix=/opt/gnu/gcc/gcc-4.3.1
--with-gmp=/opt/gnu/gcc/gcc-4.3.1 --enable-threads=posix --enable-debug=no
--disable-nls --enable-languages=c,c++,objc,fortran,java,ada,obj-c++
Thread model: posix
gcc version 4.3.1 20080427 (prerelease) [gcc-4_3-branch revision 134730] (GCC)


-- 
           Summary: [4.3.1 Regression] FAIL: gcc.c-torture/execute/20021119-
                    1.c execution,  -O2
           Product: gcc
           Version: 4.3.1
            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: hppa2.0w-hp-hpux11.11
  GCC host triplet: hppa2.0w-hp-hpux11.11
GCC target triplet: hppa2.0w-hp-hpux11.11


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


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

* [Bug middle-end/36075] [4.3.1 Regression] FAIL: gcc.c-torture/execute/20021119-1.c execution,  -O2
  2008-04-29  3:11 [Bug middle-end/36075] New: [4.3.1 Regression] FAIL: gcc.c-torture/execute/20021119-1.c execution, -O2 danglin at gcc dot gnu dot org
@ 2008-04-29 11:31 ` rguenth at gcc dot gnu dot org
  2008-05-09 21:11 ` rguenth at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: rguenth at gcc dot gnu dot org @ 2008-04-29 11:31 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #1 from rguenth at gcc dot gnu dot org  2008-04-29 11:30 -------
Please reduce this to a specific revision.


-- 

rguenth at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |wrong-code
      Known to work|                            |4.3.0
   Target Milestone|---                         |4.3.1


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


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

* [Bug middle-end/36075] [4.3.1 Regression] FAIL: gcc.c-torture/execute/20021119-1.c execution,  -O2
  2008-04-29  3:11 [Bug middle-end/36075] New: [4.3.1 Regression] FAIL: gcc.c-torture/execute/20021119-1.c execution, -O2 danglin at gcc dot gnu dot org
  2008-04-29 11:31 ` [Bug middle-end/36075] " rguenth at gcc dot gnu dot org
@ 2008-05-09 21:11 ` rguenth at gcc dot gnu dot org
  2008-05-09 21:26 ` rguenth at gcc dot gnu dot org
  2008-05-09 21:56 ` danglin at gcc dot gnu dot org
  3 siblings, 0 replies; 5+ messages in thread
From: rguenth at gcc dot gnu dot org @ 2008-05-09 21:11 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #2 from rguenth at gcc dot gnu dot org  2008-05-09 21:11 -------
Ping.  As the testcase in question is really simple some analysis is
appreciated.

On i686 the testcase is optimized to return 0 via inlining with the very first
CCP pass at -O2.  So I don't see how this can fail at all.


-- 


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


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

* [Bug middle-end/36075] [4.3.1 Regression] FAIL: gcc.c-torture/execute/20021119-1.c execution,  -O2
  2008-04-29  3:11 [Bug middle-end/36075] New: [4.3.1 Regression] FAIL: gcc.c-torture/execute/20021119-1.c execution, -O2 danglin at gcc dot gnu dot org
  2008-04-29 11:31 ` [Bug middle-end/36075] " rguenth at gcc dot gnu dot org
  2008-05-09 21:11 ` rguenth at gcc dot gnu dot org
@ 2008-05-09 21:26 ` rguenth at gcc dot gnu dot org
  2008-05-09 21:56 ` danglin at gcc dot gnu dot org
  3 siblings, 0 replies; 5+ messages in thread
From: rguenth at gcc dot gnu dot org @ 2008-05-09 21:26 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #3 from rguenth at gcc dot gnu dot org  2008-05-09 21:25 -------
http://gcc.gnu.org/ml/gcc-testresults/2008-05/msg00694.html

doesn't have the failure.  So, fixed?


-- 

rguenth at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |WAITING


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


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

* [Bug middle-end/36075] [4.3.1 Regression] FAIL: gcc.c-torture/execute/20021119-1.c execution,  -O2
  2008-04-29  3:11 [Bug middle-end/36075] New: [4.3.1 Regression] FAIL: gcc.c-torture/execute/20021119-1.c execution, -O2 danglin at gcc dot gnu dot org
                   ` (2 preceding siblings ...)
  2008-05-09 21:26 ` rguenth at gcc dot gnu dot org
@ 2008-05-09 21:56 ` danglin at gcc dot gnu dot org
  3 siblings, 0 replies; 5+ messages in thread
From: danglin at gcc dot gnu dot org @ 2008-05-09 21:56 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #4 from danglin at gcc dot gnu dot org  2008-05-09 21:55 -------
Appears to be fixed.


-- 

danglin at gcc dot gnu dot org changed:

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


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


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

end of thread, other threads:[~2008-05-09 21:56 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-04-29  3:11 [Bug middle-end/36075] New: [4.3.1 Regression] FAIL: gcc.c-torture/execute/20021119-1.c execution, -O2 danglin at gcc dot gnu dot org
2008-04-29 11:31 ` [Bug middle-end/36075] " rguenth at gcc dot gnu dot org
2008-05-09 21:11 ` rguenth at gcc dot gnu dot org
2008-05-09 21:26 ` rguenth at gcc dot gnu dot org
2008-05-09 21:56 ` danglin 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).