public inbox for java-prs@sourceware.org
help / color / mirror / Atom feed
* [Bug java/32568]  New: internal compiler error: in vn_lookup, at tree-vn.c:290
@ 2007-07-01  2:44 trog24 at comcast dot net
  2007-07-01  2:49 ` [Bug tree-optimization/32568] [4.3 Regression] " pinskia at gcc dot gnu dot org
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: trog24 at comcast dot net @ 2007-07-01  2:44 UTC (permalink / raw)
  To: java-prs

during the build, I encountered the following error sequence:

libtool: compile:  /Users/frank/build/./gcc/xgcc -shared-libgcc
-B/Users/frank/build/./gcc -nostdinc++
-L/Users/frank/build/powerpc-apple-darwin8.10.0/ppc64/libstdc++-v3/src
-L/Users/frank/build/powerpc-apple-darwin8.10.0/ppc64/libstdc++-v3/src/.libs
-B/usr/local/powerpc-apple-darwin8.10.0/bin/
-B/usr/local/powerpc-apple-darwin8.10.0/lib/ -isystem
/usr/local/powerpc-apple-darwin8.10.0/include -isystem
/usr/local/powerpc-apple-darwin8.10.0/sys-include -m64 -DHAVE_CONFIG_H -I.
-I../../../../gcc/libjava -I./include -I./gcj -I../../../../gcc/libjava
-Iinclude -I../../../../gcc/libjava/include
-I../../../../gcc/libjava/classpath/include -Iclasspath/include
-I../../../../gcc/libjava/classpath/native/fdlibm
-I../../../../gcc/libjava/../boehm-gc/include -I../boehm-gc/include
-I../../../../gcc/libjava/libltdl -I../../../../gcc/libjava/libltdl
-I../../../../gcc/libjava/.././libjava/../gcc -I../../../../gcc/libjava/../zlib
-I../../../../gcc/libjava/../libffi/include -I../libffi/include -fno-rtti
-fnon-call-exceptions -fdollars-in-identifiers -Wswitch-enum
-D_FILE_OFFSET_BITS=64 -Wextra -Wall -D_GNU_SOURCE -DPREFIX=\"/usr/local\"
-DTOOLEXECLIBDIR=\"/usr/local/lib/ppc64\" -DJAVA_HOME=\"/usr/local\"
-DBOOT_CLASS_PATH=\"/usr/local/share/java/libgcj-4.3.0.jar\"
-DJAVA_EXT_DIRS=\"/usr/local/share/java/ext\"
-DGCJ_ENDORSED_DIRS=\"/usr/local/share/java/gcj-endorsed\"
-DGCJ_VERSIONED_LIBDIR=\"/usr/local/lib/ppc64/gcj-4.3.0\"
-DPATH_SEPARATOR=\":\" -DECJ_JAR_FILE=\"\"
-DLIBGCJ_DEFAULT_DATABASE=\"/usr/local/lib/ppc64/gcj-4.3.0/classmap.db\"
-DLIBGCJ_DEFAULT_DATABASE_PATH_TAIL=\"gcj-4.3.0/classmap.db\" -g -O2 -m64 -MT
prims.lo -MD -MP -MF .deps/prims.Tpo -c ../../../../gcc/libjava/prims.cc 
-fno-common -DPIC -o .libs/prims.o
../../../../gcc/libjava/prims.cc: In function 'java::lang::Class*
_Jv_FindClassFromSignatureNoException(char*, java::lang::ClassLoader*,
char**)':
../../../../gcc/libjava/prims.cc:923: internal compiler error: in vn_lookup, at
tree-vn.c:290
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://gcc.gnu.org/bugs.html> for instructions.
make[5]: *** [prims.lo] Error 1
make[4]: *** [all-recursive] Error 1
make[3]: *** [multi-do] Error 1
make[2]: *** [all-multi] Error 2
make[1]: *** [all-target-libjava] Error 2
make: *** [all] Error 2

I did a bug search on vn_lookup and found no bug report; therefore, I am
submitting a report as per requested by the error sequence.  The gcc version I
am using to perform the build is gcc-4.0.1.  The build is on an upgraded
Quicksilver (dual 1.73 GHz PowerPC G4 - 7448) w/ 1.5 GB memory.


-- 
           Summary: internal compiler error: in vn_lookup, at tree-vn.c:290
           Product: gcc
           Version: 4.3.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: java
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: trog24 at comcast dot net
 GCC build triplet: 4.3.0
  GCC host triplet: powerpc-apple-darwin8.8.0
GCC target triplet: powerpc-apple-darwin8.8.0


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


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

* [Bug tree-optimization/32568] [4.3 Regression] internal compiler error: in vn_lookup, at tree-vn.c:290
  2007-07-01  2:44 [Bug java/32568] New: internal compiler error: in vn_lookup, at tree-vn.c:290 trog24 at comcast dot net
@ 2007-07-01  2:49 ` pinskia at gcc dot gnu dot org
  2007-07-01  4:55 ` trog24 at comcast dot net
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2007-07-01  2:49 UTC (permalink / raw)
  To: java-prs



------- Comment #1 from pinskia at gcc dot gnu dot org  2007-07-01 02:49 -------
Already fixed by:
2007-06-30  Daniel Berlin  <dberlin@dberlin.org>

        * tree-ssa-pre.c (is_exception_related): New function
        (can_value_number_operation): Use it.


-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
          Component|java                        |tree-optimization
           Keywords|                            |build, ice-on-valid-code
         Resolution|                            |FIXED
            Summary|internal compiler error: in |[4.3 Regression] internal
                   |vn_lookup, at tree-vn.c:290 |compiler error: in
                   |                            |vn_lookup, at tree-vn.c:290
   Target Milestone|---                         |4.3.0


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


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

* [Bug tree-optimization/32568] [4.3 Regression] internal compiler error: in vn_lookup, at tree-vn.c:290
  2007-07-01  2:44 [Bug java/32568] New: internal compiler error: in vn_lookup, at tree-vn.c:290 trog24 at comcast dot net
  2007-07-01  2:49 ` [Bug tree-optimization/32568] [4.3 Regression] " pinskia at gcc dot gnu dot org
@ 2007-07-01  4:55 ` trog24 at comcast dot net
  2007-07-01  9:21 ` pinskia at gcc dot gnu dot org
  2007-07-01  9:22 ` trog24 at comcast dot net
  3 siblings, 0 replies; 5+ messages in thread
From: trog24 at comcast dot net @ 2007-07-01  4:55 UTC (permalink / raw)
  To: java-prs



------- Comment #2 from trog24 at comcast dot net  2007-07-01 04:55 -------
Subject: Re:  [4.3 Regression] internal compiler error: in vn_lookup, at
tree-vn.c:290

Hello,
        I did the svn this morning (PDT).  Do I need to do another svn?
Frank

On Jun 30, 2007, at 7:49 PM, pinskia at gcc dot gnu dot org wrote:

>
>
> ------- Comment #1 from pinskia at gcc dot gnu dot org  2007-07-01  
> 02:49 -------
> Already fixed by:
> 2007-06-30  Daniel Berlin  <dberlin@dberlin.org>
>
>         * tree-ssa-pre.c (is_exception_related): New function
>         (can_value_number_operation): Use it.
>
>
> -- 
>
> pinskia at gcc dot gnu dot org changed:
>
>            What    |Removed                     |Added
> ---------------------------------------------------------------------- 
> ------
>              Status|UNCONFIRMED                 |RESOLVED
>           Component|java                        |tree-optimization
>            Keywords|                            |build, ice-on- 
> valid-code
>          Resolution|                            |FIXED
>             Summary|internal compiler error: in |[4.3 Regression]  
> internal
>                    |vn_lookup, at tree-vn.c:290 |compiler error: in
>                    |                            |vn_lookup, at tree- 
> vn.c:290
>    Target Milestone|---                         |4.3.0
>
>
> http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32568
>
> ------- You are receiving this mail because: -------
> You reported the bug, or are watching the reporter.


-- 


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


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

* [Bug tree-optimization/32568] [4.3 Regression] internal compiler error: in vn_lookup, at tree-vn.c:290
  2007-07-01  2:44 [Bug java/32568] New: internal compiler error: in vn_lookup, at tree-vn.c:290 trog24 at comcast dot net
  2007-07-01  2:49 ` [Bug tree-optimization/32568] [4.3 Regression] " pinskia at gcc dot gnu dot org
  2007-07-01  4:55 ` trog24 at comcast dot net
@ 2007-07-01  9:21 ` pinskia at gcc dot gnu dot org
  2007-07-01  9:22 ` trog24 at comcast dot net
  3 siblings, 0 replies; 5+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2007-07-01  9:21 UTC (permalink / raw)
  To: java-prs



------- Comment #3 from pinskia at gcc dot gnu dot org  2007-07-01 09:21 -------
>        I did the svn this morning (PDT).  Do I need to do another svn?
Yes, it was modified at "2007-06-30 19:20:06 -0700".   So 7:20 pm PDT :).


-- 


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


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

* [Bug tree-optimization/32568] [4.3 Regression] internal compiler error: in vn_lookup, at tree-vn.c:290
  2007-07-01  2:44 [Bug java/32568] New: internal compiler error: in vn_lookup, at tree-vn.c:290 trog24 at comcast dot net
                   ` (2 preceding siblings ...)
  2007-07-01  9:21 ` pinskia at gcc dot gnu dot org
@ 2007-07-01  9:22 ` trog24 at comcast dot net
  3 siblings, 0 replies; 5+ messages in thread
From: trog24 at comcast dot net @ 2007-07-01  9:22 UTC (permalink / raw)
  To: java-prs



------- Comment #4 from trog24 at comcast dot net  2007-07-01 09:22 -------
Subject: Re:  [4.3 Regression] internal compiler error: in vn_lookup, at
tree-vn.c:290

Thank you.
Frank

On Jul 1, 2007, at 2:21 AM, pinskia at gcc dot gnu dot org wrote:

>
>
> ------- Comment #3 from pinskia at gcc dot gnu dot org  2007-07-01  
> 09:21 -------
>>        I did the svn this morning (PDT).  Do I need to do another  
>> svn?
> Yes, it was modified at "2007-06-30 19:20:06 -0700".   So 7:20 pm  
> PDT :).
>
>
> -- 
>
>
> http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32568
>
> ------- You are receiving this mail because: -------
> You reported the bug, or are watching the reporter.


-- 


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


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

end of thread, other threads:[~2007-07-01  9:22 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-07-01  2:44 [Bug java/32568] New: internal compiler error: in vn_lookup, at tree-vn.c:290 trog24 at comcast dot net
2007-07-01  2:49 ` [Bug tree-optimization/32568] [4.3 Regression] " pinskia at gcc dot gnu dot org
2007-07-01  4:55 ` trog24 at comcast dot net
2007-07-01  9:21 ` pinskia at gcc dot gnu dot org
2007-07-01  9:22 ` trog24 at comcast dot net

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