public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug tree-optimization/46297] New: [4.6 Regression] gfortran.dg/g77/980701-0.f FAILs with -Os -fno-asynchronous-unwind-tables
@ 2010-11-04  2:12 zsojka at seznam dot cz
  2010-11-04  2:16 ` [Bug tree-optimization/46297] " zsojka at seznam dot cz
                   ` (12 more replies)
  0 siblings, 13 replies; 14+ messages in thread
From: zsojka at seznam dot cz @ 2010-11-04  2:12 UTC (permalink / raw)
  To: gcc-bugs

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

           Summary: [4.6 Regression] gfortran.dg/g77/980701-0.f FAILs with
                    -Os -fno-asynchronous-unwind-tables
           Product: gcc
           Version: 4.6.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: tree-optimization
        AssignedTo: unassigned@gcc.gnu.org
        ReportedBy: zsojka@seznam.cz


Output:
$ gfortran -Os -fno-asynchronous-unwind-tables 980701-0.f
$ ./a.out 
Aborted

valgrind output:
$ gfortran -Os -fno-asynchronous-unwind-tables 980701-0.f -g
$ valgrind -q ./a.out 
==3171== Conditional jump or move depends on uninitialised value(s)
==3171==    at 0x40078C: x_ (980701-0.f:67)
==3171== 
==3171== Conditional jump or move depends on uninitialised value(s)
==3171==    at 0x40078E: x_ (980701-0.f:67)
==3171== 
Aborted

The warning is for these instructions:
  400781:       f3 0f 10 00             movss  (%rax),%xmm0
  400785:       0f 2e 05 7c 02 00 00    ucomiss 0x27c(%rip),%xmm0        #
400a08 <options.0.1574+0x28>
  40078c:       7a 41                   jp     4007cf <x_+0x14b>
  40078e:       75 3f                   jne    4007cf <x_+0x14b>

Tested revisions:
r166272 - fail
r163636 - fail
r161659 - OK
4.5 r165781 - OK


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

end of thread, other threads:[~2010-11-19 10:02 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-11-04  2:12 [Bug tree-optimization/46297] New: [4.6 Regression] gfortran.dg/g77/980701-0.f FAILs with -Os -fno-asynchronous-unwind-tables zsojka at seznam dot cz
2010-11-04  2:16 ` [Bug tree-optimization/46297] " zsojka at seznam dot cz
2010-11-04  4:04 ` hjl.tools at gmail dot com
2010-11-04 14:47 ` law at redhat dot com
2010-11-04 17:03 ` law at redhat dot com
2010-11-15 12:26 ` rguenth at gcc dot gnu.org
2010-11-15 13:03 ` bernds at gcc dot gnu.org
2010-11-15 14:26 ` law at redhat dot com
2010-11-15 15:18 ` rguenth at gcc dot gnu.org
2010-11-15 18:13 ` law at redhat dot com
2010-11-15 23:00 ` rguenth at gcc dot gnu.org
2010-11-18 14:35 ` [Bug middle-end/46297] " law at redhat dot com
2010-11-18 14:36 ` law at gcc dot gnu.org
2010-11-19 10:17 ` jakub 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).