public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug debug/42244]  New: var-tracking ICE for 300.twolf
@ 2009-12-01 23:20 janis at gcc dot gnu dot org
  2009-12-02  0:14 ` [Bug debug/42244] [4.5 Regression] " pinskia at gcc dot gnu dot org
                   ` (9 more replies)
  0 siblings, 10 replies; 11+ messages in thread
From: janis at gcc dot gnu dot org @ 2009-12-01 23:20 UTC (permalink / raw)
  To: gcc-bugs

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain, Size: 1356 bytes --]

GCC trunk gets an internal compiler error when building SPEC CPU2000 test
300.twolf with "-O2 -g -ffloat-store -fmodulo-sched" on powerpc-linux, as
demonstrated by this minimized testcase:

  extern int numerator, denom;

  double
  compute_and_combination (double states)
  {
    for (; numerator > denom; numerator--)
      states *= (double) numerator;
    return states;
   }

  elm3b149% /home/janis/tools/gcc-trunk-anonsvn/bin/gcc -O2 -g -ffloat-store
-fmodulo-sched -c bug.c
  bug.c: In function ‘compute_and_combination’:
  bug.c:9:1: internal compiler error: in create_ddg_dep_no_link, at ddg.c:215
  Please submit a full bug report,
  with preprocessed source if appropriate.
  See <http://gcc.gnu.org/bugs.html> for instructions.

The failure started when var-tracking-assignments was enabled by default if
var-tracking was enabled; the test case passes with the additional option
-fno-var-tracking.


-- 
           Summary: var-tracking ICE for 300.twolf
           Product: gcc
           Version: 4.5.0
            Status: UNCONFIRMED
          Keywords: ice-on-valid-code
          Severity: normal
          Priority: P3
         Component: debug
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: janis at gcc dot gnu dot org
GCC target triplet: powerpc-linux


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


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

end of thread, other threads:[~2009-12-11 23:40 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-12-01 23:20 [Bug debug/42244] New: var-tracking ICE for 300.twolf janis at gcc dot gnu dot org
2009-12-02  0:14 ` [Bug debug/42244] [4.5 Regression] " pinskia at gcc dot gnu dot org
2009-12-02 12:01 ` rguenth at gcc dot gnu dot org
2009-12-03 15:00 ` jakub at gcc dot gnu dot org
2009-12-03 15:03 ` rguenth at gcc dot gnu dot org
2009-12-03 15:34 ` aoliva at gcc dot gnu dot org
2009-12-07 17:16 ` jakub at gcc dot gnu dot org
2009-12-07 22:20 ` rth at gcc dot gnu dot org
2009-12-07 22:37 ` jakub at gcc dot gnu dot org
2009-12-07 22:40 ` jakub at gcc dot gnu dot org
2009-12-11 23:41 ` hjl 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).