public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c/14546] New: internal compiler error: in verify_local_live_at_start, at flow.c:575
@ 2004-03-12  8:06 Ulrich dot Windl at rz dot uni-regensburg dot de
  2004-03-12 11:11 ` [Bug c/14546] " falk at debian dot org
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: Ulrich dot Windl at rz dot uni-regensburg dot de @ 2004-03-12  8:06 UTC (permalink / raw)
  To: gcc-bugs

I'm using the software package found on the HPUX software porting center
(gcc,r=3.3.2) on HP-UX 11.11/64bit. When compiling iozone3_217 for
http://www.iozone.org, I get an internal compiler error in function
thread_rwrite_test (iozone.c:12088)
The command line being used was:
gcc -c -DD64 -O3 -Dunix -D_LARGEFILE64_SOURCE -D_HPUX_SOURCE
-DNAME='"hpux-11.0w"' -DHAVE_ANSIC_C -DASYNC_IO -DVXFS iozone.c -o
iozone_hpux-11.0w.o
What other kind of information do you need to isolate and fix the problem?

-- 
           Summary: internal compiler error: in verify_local_live_at_start,
                    at flow.c:575
           Product: gcc
           Version: 3.3.2
            Status: UNCONFIRMED
          Severity: critical
          Priority: P2
         Component: c
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: Ulrich dot Windl at rz dot uni-regensburg dot de
                CC: gcc-bugs at gcc dot gnu dot org
  GCC host triplet: hppa2.0-hp-hpux11.00


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


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

* [Bug c/14546] internal compiler error: in verify_local_live_at_start, at flow.c:575
  2004-03-12  8:06 [Bug c/14546] New: internal compiler error: in verify_local_live_at_start, at flow.c:575 Ulrich dot Windl at rz dot uni-regensburg dot de
@ 2004-03-12 11:11 ` falk at debian dot org
  2004-03-12 12:13 ` Ulrich dot Windl at rz dot uni-regensburg dot de
                   ` (5 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: falk at debian dot org @ 2004-03-12 11:11 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From falk at debian dot org  2004-03-12 11:11 -------
(In reply to comment #0)

> What other kind of information do you need to isolate and fix the problem?

See http://gcc.gnu.org/bugs.html. In particular, we need the preprocessed source.


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


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


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

* [Bug c/14546] internal compiler error: in verify_local_live_at_start, at flow.c:575
  2004-03-12  8:06 [Bug c/14546] New: internal compiler error: in verify_local_live_at_start, at flow.c:575 Ulrich dot Windl at rz dot uni-regensburg dot de
  2004-03-12 11:11 ` [Bug c/14546] " falk at debian dot org
@ 2004-03-12 12:13 ` Ulrich dot Windl at rz dot uni-regensburg dot de
  2004-03-12 16:21 ` [Bug optimization/14546] " pinskia at gcc dot gnu dot org
                   ` (4 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: Ulrich dot Windl at rz dot uni-regensburg dot de @ 2004-03-12 12:13 UTC (permalink / raw)
  To: gcc-bugs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|WAITING                     |NEW
     Ever Confirmed|                            |1


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


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

* [Bug optimization/14546] internal compiler error: in verify_local_live_at_start, at flow.c:575
  2004-03-12  8:06 [Bug c/14546] New: internal compiler error: in verify_local_live_at_start, at flow.c:575 Ulrich dot Windl at rz dot uni-regensburg dot de
  2004-03-12 11:11 ` [Bug c/14546] " falk at debian dot org
  2004-03-12 12:13 ` Ulrich dot Windl at rz dot uni-regensburg dot de
@ 2004-03-12 16:21 ` pinskia at gcc dot gnu dot org
  2004-03-15  7:31 ` Ulrich dot Windl at rz dot uni-regensburg dot de
                   ` (3 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-03-12 16:21 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-03-12 16:21 -------
I think this is related to bug 11634 which is fixed for 3.3.3, can you test 3.3.3?

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
           Severity|critical                    |normal
          Component|c                           |optimization
           Keywords|                            |ice-on-valid-code


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


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

* [Bug optimization/14546] internal compiler error: in verify_local_live_at_start, at flow.c:575
  2004-03-12  8:06 [Bug c/14546] New: internal compiler error: in verify_local_live_at_start, at flow.c:575 Ulrich dot Windl at rz dot uni-regensburg dot de
                   ` (2 preceding siblings ...)
  2004-03-12 16:21 ` [Bug optimization/14546] " pinskia at gcc dot gnu dot org
@ 2004-03-15  7:31 ` Ulrich dot Windl at rz dot uni-regensburg dot de
  2004-03-16  3:23 ` zack at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: Ulrich dot Windl at rz dot uni-regensburg dot de @ 2004-03-15  7:31 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From Ulrich dot Windl at rz dot uni-regensburg dot de  2004-03-15 07:30 -------
At the moment there is no pre-compiled package available for HP-UX from the
HP-UX Software Porting Center. If a newer compiler will be available the next
days, I'll re-try the test. So if you can wait a few days, I'll try it. 
Otherwise someone else should try it. (I don't have the resources for a
compilewr bootstrap at the moment)

-- 


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


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

* [Bug optimization/14546] internal compiler error: in verify_local_live_at_start, at flow.c:575
  2004-03-12  8:06 [Bug c/14546] New: internal compiler error: in verify_local_live_at_start, at flow.c:575 Ulrich dot Windl at rz dot uni-regensburg dot de
                   ` (3 preceding siblings ...)
  2004-03-15  7:31 ` Ulrich dot Windl at rz dot uni-regensburg dot de
@ 2004-03-16  3:23 ` zack at gcc dot gnu dot org
  2004-03-16  3:27 ` pinskia at gcc dot gnu dot org
  2004-04-26  3:57 ` pinskia at gcc dot gnu dot org
  6 siblings, 0 replies; 8+ messages in thread
From: zack at gcc dot gnu dot org @ 2004-03-16  3:23 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From zack at gcc dot gnu dot org  2004-03-16 03:23 -------
Since I'm building the 3.3.3 packages for the HP-UX Software Porting Center, I
tested this against those compilers.  Neither the 32- nor the 64-bit compiler
gets this ICE.

It should be noted that -DD64 does *not* put GCC in 64-bit mode on
hppa*-*-hpux*.  With the SPC packages, you gotta use /usr/local/pa64/bin/gcc if
you want 64-bit mode.

-- 


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


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

* [Bug optimization/14546] internal compiler error: in verify_local_live_at_start, at flow.c:575
  2004-03-12  8:06 [Bug c/14546] New: internal compiler error: in verify_local_live_at_start, at flow.c:575 Ulrich dot Windl at rz dot uni-regensburg dot de
                   ` (4 preceding siblings ...)
  2004-03-16  3:23 ` zack at gcc dot gnu dot org
@ 2004-03-16  3:27 ` pinskia at gcc dot gnu dot org
  2004-04-26  3:57 ` pinskia at gcc dot gnu dot org
  6 siblings, 0 replies; 8+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-03-16  3:27 UTC (permalink / raw)
  To: gcc-bugs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |WAITING


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


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

* [Bug optimization/14546] internal compiler error: in verify_local_live_at_start, at flow.c:575
  2004-03-12  8:06 [Bug c/14546] New: internal compiler error: in verify_local_live_at_start, at flow.c:575 Ulrich dot Windl at rz dot uni-regensburg dot de
                   ` (5 preceding siblings ...)
  2004-03-16  3:27 ` pinskia at gcc dot gnu dot org
@ 2004-04-26  3:57 ` pinskia at gcc dot gnu dot org
  6 siblings, 0 replies; 8+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-04-26  3:57 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-04-26 03:45 -------
Zack said this was fixed in 3.3.3 so closing.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|WAITING                     |RESOLVED
         Resolution|                            |FIXED
   Target Milestone|---                         |3.3.3


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


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

end of thread, other threads:[~2004-04-26  3:45 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-03-12  8:06 [Bug c/14546] New: internal compiler error: in verify_local_live_at_start, at flow.c:575 Ulrich dot Windl at rz dot uni-regensburg dot de
2004-03-12 11:11 ` [Bug c/14546] " falk at debian dot org
2004-03-12 12:13 ` Ulrich dot Windl at rz dot uni-regensburg dot de
2004-03-12 16:21 ` [Bug optimization/14546] " pinskia at gcc dot gnu dot org
2004-03-15  7:31 ` Ulrich dot Windl at rz dot uni-regensburg dot de
2004-03-16  3:23 ` zack at gcc dot gnu dot org
2004-03-16  3:27 ` pinskia at gcc dot gnu dot org
2004-04-26  3:57 ` pinskia 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).