public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug rtl-optimization/35675]  New: gcc hangs with -frtl-abstract-sequences -O[23s]
@ 2008-03-24  4:06 eric dot weddington at atmel dot com
  2008-03-24  4:07 ` [Bug rtl-optimization/35675] " eric dot weddington at atmel dot com
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: eric dot weddington at atmel dot com @ 2008-03-24  4:06 UTC (permalink / raw)
  To: gcc-bugs

GCC hangs (never completes) with test case using -frtl-abstract-sequences.

Command line:
avr-gcc -mmcu=atmega169 -Os -frtl-abstract-sequences -c test.c -o test.o

The test case fails with -O[23s], but is successful with -O[01].


-- 
           Summary: gcc hangs with -frtl-abstract-sequences -O[23s]
           Product: gcc
           Version: 4.3.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: rtl-optimization
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: eric dot weddington at atmel dot com
  GCC host triplet: mingw32
GCC target triplet: avr-*-*


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


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

* [Bug rtl-optimization/35675] gcc hangs with -frtl-abstract-sequences -O[23s]
  2008-03-24  4:06 [Bug rtl-optimization/35675] New: gcc hangs with -frtl-abstract-sequences -O[23s] eric dot weddington at atmel dot com
@ 2008-03-24  4:07 ` eric dot weddington at atmel dot com
  2008-03-24  4:08 ` eric dot weddington at atmel dot com
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: eric dot weddington at atmel dot com @ 2008-03-24  4:07 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #1 from eric dot weddington at atmel dot com  2008-03-24 04:06 -------
Created an attachment (id=15365)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=15365&action=view)
C test case


-- 


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


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

* [Bug rtl-optimization/35675] gcc hangs with -frtl-abstract-sequences -O[23s]
  2008-03-24  4:06 [Bug rtl-optimization/35675] New: gcc hangs with -frtl-abstract-sequences -O[23s] eric dot weddington at atmel dot com
  2008-03-24  4:07 ` [Bug rtl-optimization/35675] " eric dot weddington at atmel dot com
@ 2008-03-24  4:08 ` eric dot weddington at atmel dot com
  2008-03-24  4:11 ` eric dot weddington at atmel dot com
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: eric dot weddington at atmel dot com @ 2008-03-24  4:08 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #2 from eric dot weddington at atmel dot com  2008-03-24 04:07 -------
Created an attachment (id=15366)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=15366&action=view)
Preprocessed test case


-- 


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


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

* [Bug rtl-optimization/35675] gcc hangs with -frtl-abstract-sequences -O[23s]
  2008-03-24  4:06 [Bug rtl-optimization/35675] New: gcc hangs with -frtl-abstract-sequences -O[23s] eric dot weddington at atmel dot com
  2008-03-24  4:07 ` [Bug rtl-optimization/35675] " eric dot weddington at atmel dot com
  2008-03-24  4:08 ` eric dot weddington at atmel dot com
@ 2008-03-24  4:11 ` eric dot weddington at atmel dot com
  2008-03-24  9:00 ` pinskia at gcc dot gnu dot org
  2008-03-24 14:46 ` eric dot weddington at atmel dot com
  4 siblings, 0 replies; 6+ messages in thread
From: eric dot weddington at atmel dot com @ 2008-03-24  4:11 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #3 from eric dot weddington at atmel dot com  2008-03-24 04:10 -------
I've reduced the test case to the smallest that I could get to. Note that when
the showtext() function call is replaced by its contents, the test case passed
for -Os. Also, pgm_read_word() in the C test case is a macro (from the avr-libc
library) that generates inline assembly.


-- 


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


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

* [Bug rtl-optimization/35675] gcc hangs with -frtl-abstract-sequences -O[23s]
  2008-03-24  4:06 [Bug rtl-optimization/35675] New: gcc hangs with -frtl-abstract-sequences -O[23s] eric dot weddington at atmel dot com
                   ` (2 preceding siblings ...)
  2008-03-24  4:11 ` eric dot weddington at atmel dot com
@ 2008-03-24  9:00 ` pinskia at gcc dot gnu dot org
  2008-03-24 14:46 ` eric dot weddington at atmel dot com
  4 siblings, 0 replies; 6+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2008-03-24  9:00 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #4 from pinskia at gcc dot gnu dot org  2008-03-24 08:59 -------
This is most likely a dup of bug 33009.


-- 


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


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

* [Bug rtl-optimization/35675] gcc hangs with -frtl-abstract-sequences -O[23s]
  2008-03-24  4:06 [Bug rtl-optimization/35675] New: gcc hangs with -frtl-abstract-sequences -O[23s] eric dot weddington at atmel dot com
                   ` (3 preceding siblings ...)
  2008-03-24  9:00 ` pinskia at gcc dot gnu dot org
@ 2008-03-24 14:46 ` eric dot weddington at atmel dot com
  4 siblings, 0 replies; 6+ messages in thread
From: eric dot weddington at atmel dot com @ 2008-03-24 14:46 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #5 from eric dot weddington at atmel dot com  2008-03-24 14:46 -------
The patch in bug #33009 does indeed fix the problem that I'm seeing. Closing
bug as duplicate of #33009.

*** This bug has been marked as a duplicate of 33009 ***


-- 

eric dot weddington at atmel dot com changed:

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


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


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

end of thread, other threads:[~2008-03-24 14:46 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-03-24  4:06 [Bug rtl-optimization/35675] New: gcc hangs with -frtl-abstract-sequences -O[23s] eric dot weddington at atmel dot com
2008-03-24  4:07 ` [Bug rtl-optimization/35675] " eric dot weddington at atmel dot com
2008-03-24  4:08 ` eric dot weddington at atmel dot com
2008-03-24  4:11 ` eric dot weddington at atmel dot com
2008-03-24  9:00 ` pinskia at gcc dot gnu dot org
2008-03-24 14:46 ` eric dot weddington at atmel dot com

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).