public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug target/12158] New: [3.3 regression] [hppa] compilation does not terminate
@ 2003-09-03 20:19 debian-gcc at lists dot debian dot org
  2003-09-03 20:20 ` [Bug target/12158] " debian-gcc at lists dot debian dot org
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: debian-gcc at lists dot debian dot org @ 2003-09-03 20:19 UTC (permalink / raw)
  To: gcc-bugs

PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

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

           Summary: [3.3 regression] [hppa] compilation does not terminate
           Product: gcc
           Version: 3.3.2
            Status: UNCONFIRMED
          Severity: critical
          Priority: P2
         Component: target
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: debian-gcc at lists dot debian dot org
                CC: gcc-bugs at gcc dot gnu dot org
 GCC build triplet: hppa-linux
  GCC host triplet: hppa-linux
GCC target triplet: hppa-linux

[forwarded from http://bugs.debian.org/207516]

seen with 3.3 branch 20030831.

gcc -c -O1 doesn't terminate (-O0 and -O2 and gcc -3.2 -O[012]) do.

the memory consumption remains constant over at least 10 CPU minutes.


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

* [Bug target/12158] [3.3 regression] [hppa] compilation does not terminate
  2003-09-03 20:19 [Bug target/12158] New: [3.3 regression] [hppa] compilation does not terminate debian-gcc at lists dot debian dot org
@ 2003-09-03 20:20 ` debian-gcc at lists dot debian dot org
  2003-10-13  5:22 ` pinskia at gcc dot gnu dot org
                   ` (6 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: debian-gcc at lists dot debian dot org @ 2003-09-03 20:20 UTC (permalink / raw)
  To: gcc-bugs

PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

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



------- Additional Comments From debian-gcc at lists dot debian dot org  2003-09-03 20:20 -------
Created an attachment (id=4695)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=4695&action=view)
preprocessed source


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

* [Bug target/12158] [3.3 regression] [hppa] compilation does not terminate
  2003-09-03 20:19 [Bug target/12158] New: [3.3 regression] [hppa] compilation does not terminate debian-gcc at lists dot debian dot org
  2003-09-03 20:20 ` [Bug target/12158] " debian-gcc at lists dot debian dot org
@ 2003-10-13  5:22 ` pinskia at gcc dot gnu dot org
  2003-10-16  9:29 ` mmitchel at gcc dot gnu dot org
                   ` (5 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2003-10-13  5:22 UTC (permalink / raw)
  To: gcc-bugs

PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

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


pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|---                         |3.3.2


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

* [Bug target/12158] [3.3 regression] [hppa] compilation does not terminate
  2003-09-03 20:19 [Bug target/12158] New: [3.3 regression] [hppa] compilation does not terminate debian-gcc at lists dot debian dot org
  2003-09-03 20:20 ` [Bug target/12158] " debian-gcc at lists dot debian dot org
  2003-10-13  5:22 ` pinskia at gcc dot gnu dot org
@ 2003-10-16  9:29 ` mmitchel at gcc dot gnu dot org
  2003-11-16  3:49 ` [Bug target/12158] [3.3 regression] [hppa] compilation does not terminate at -O1 falk at debian dot org
                   ` (4 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: mmitchel at gcc dot gnu dot org @ 2003-10-16  9:29 UTC (permalink / raw)
  To: gcc-bugs

PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

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


mmitchel at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|3.3.2                       |3.3.3


------- Additional Comments From mmitchel at gcc dot gnu dot org  2003-10-16 09:29 -------
Postponed until GCC 3.3.3.


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

* [Bug target/12158] [3.3 regression] [hppa] compilation does not terminate at -O1
  2003-09-03 20:19 [Bug target/12158] New: [3.3 regression] [hppa] compilation does not terminate debian-gcc at lists dot debian dot org
                   ` (2 preceding siblings ...)
  2003-10-16  9:29 ` mmitchel at gcc dot gnu dot org
@ 2003-11-16  3:49 ` falk at debian dot org
  2003-12-11 11:17 ` ebotcazou at gcc dot gnu dot org
                   ` (3 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: falk at debian dot org @ 2003-11-16  3:49 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From falk at debian dot org  2003-11-16 03:49 -------
Confirmed with 3.3.2, will attach test case

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|                            |1
            Summary|[3.3 regression] [hppa]     |[3.3 regression] [hppa]
                   |compilation does not        |compilation does not
                   |terminate                   |terminate at -O1


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


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

* [Bug target/12158] [3.3 regression] [hppa] compilation does not terminate at -O1
  2003-09-03 20:19 [Bug target/12158] New: [3.3 regression] [hppa] compilation does not terminate debian-gcc at lists dot debian dot org
                   ` (3 preceding siblings ...)
  2003-11-16  3:49 ` [Bug target/12158] [3.3 regression] [hppa] compilation does not terminate at -O1 falk at debian dot org
@ 2003-12-11 11:17 ` ebotcazou at gcc dot gnu dot org
  2003-12-24 21:17 ` [Bug optimization/12158] " gdr at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: ebotcazou at gcc dot gnu dot org @ 2003-12-11 11:17 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From ebotcazou at gcc dot gnu dot org  2003-12-11 11:17 -------
Investigating.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|unassigned at gcc dot gnu   |ebotcazou at gcc dot gnu dot
                   |dot org                     |org
             Status|NEW                         |ASSIGNED


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


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

* [Bug optimization/12158] [3.3 regression] [hppa] compilation does not terminate at -O1
  2003-09-03 20:19 [Bug target/12158] New: [3.3 regression] [hppa] compilation does not terminate debian-gcc at lists dot debian dot org
                   ` (4 preceding siblings ...)
  2003-12-11 11:17 ` ebotcazou at gcc dot gnu dot org
@ 2003-12-24 21:17 ` gdr at gcc dot gnu dot org
  2003-12-25 12:05 ` ebotcazou at gcc dot gnu dot org
  2004-01-05  7:42 ` ebotcazou at gcc dot gnu dot org
  7 siblings, 0 replies; 9+ messages in thread
From: gdr at gcc dot gnu dot org @ 2003-12-24 21:17 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From gdr at gcc dot gnu dot org  2003-12-24 21:13 -------
Eric --

I know it is Christmas :-)

Did you make any progress in your investigation?

Merry Christmas, BTW

-- 


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


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

* [Bug optimization/12158] [3.3 regression] [hppa] compilation does not terminate at -O1
  2003-09-03 20:19 [Bug target/12158] New: [3.3 regression] [hppa] compilation does not terminate debian-gcc at lists dot debian dot org
                   ` (5 preceding siblings ...)
  2003-12-24 21:17 ` [Bug optimization/12158] " gdr at gcc dot gnu dot org
@ 2003-12-25 12:05 ` ebotcazou at gcc dot gnu dot org
  2004-01-05  7:42 ` ebotcazou at gcc dot gnu dot org
  7 siblings, 0 replies; 9+ messages in thread
From: ebotcazou at gcc dot gnu dot org @ 2003-12-25 12:05 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From ebotcazou at gcc dot gnu dot org  2003-12-25 09:45 -------
See http://gcc.gnu.org/ml/gcc-patches/2003-12/msg01946.html


-- 


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


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

* [Bug optimization/12158] [3.3 regression] [hppa] compilation does not terminate at -O1
  2003-09-03 20:19 [Bug target/12158] New: [3.3 regression] [hppa] compilation does not terminate debian-gcc at lists dot debian dot org
                   ` (6 preceding siblings ...)
  2003-12-25 12:05 ` ebotcazou at gcc dot gnu dot org
@ 2004-01-05  7:42 ` ebotcazou at gcc dot gnu dot org
  7 siblings, 0 replies; 9+ messages in thread
From: ebotcazou at gcc dot gnu dot org @ 2004-01-05  7:42 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From ebotcazou at gcc dot gnu dot org  2004-01-05 07:41 -------
Fixed by:

2004-01-01  Jakub Jelinek  <jakub@redhat.com>

	PR optimization/13521
	Backport from mainline:
		2003-03-22  Richard Henderson <rth@redhat.com>

		* cfgcleanup.c (insns_match_p): Do not do EQUIV substitution
		after reload.

Thanks and Happy New Year, Jakub!

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jakub at gcc dot gnu dot org
             Status|ASSIGNED                    |RESOLVED
         Resolution|                            |FIXED


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


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

end of thread, other threads:[~2004-01-05  7:42 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-09-03 20:19 [Bug target/12158] New: [3.3 regression] [hppa] compilation does not terminate debian-gcc at lists dot debian dot org
2003-09-03 20:20 ` [Bug target/12158] " debian-gcc at lists dot debian dot org
2003-10-13  5:22 ` pinskia at gcc dot gnu dot org
2003-10-16  9:29 ` mmitchel at gcc dot gnu dot org
2003-11-16  3:49 ` [Bug target/12158] [3.3 regression] [hppa] compilation does not terminate at -O1 falk at debian dot org
2003-12-11 11:17 ` ebotcazou at gcc dot gnu dot org
2003-12-24 21:17 ` [Bug optimization/12158] " gdr at gcc dot gnu dot org
2003-12-25 12:05 ` ebotcazou at gcc dot gnu dot org
2004-01-05  7:42 ` ebotcazou 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).