public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug bootstrap/17862] New: internal compiler error: in sparc_asm_function_prologue
@ 2004-10-06 15:31 James dot W dot Mckelvey at jpl dot nasa dot gov
  2004-10-06 17:00 ` [Bug target/17862] [4.0 Regression] " pinskia at gcc dot gnu dot org
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: James dot W dot Mckelvey at jpl dot nasa dot gov @ 2004-10-06 15:31 UTC (permalink / raw)
  To: gcc-bugs

SunOS mushroom 5.7 Generic_106541-19 sun4u sparc SUNW,Ultra-2

Configured:
setenv CC gcc ; /mnt/home3/utilities/gcc/configure --prefix=/mnt/home3/utilities
--verbose --with-as=/mnt/home3/utilities/bin/as
--with-ld=/mnt/home3/utilities/bin/ld --with-gnu-as --with-gnu-ld
--disable-multilib --disable-nls --enable-languages=c++ |& tee clog

Built:
nice gmake CFLAGS='' BOOT_CFLAGS='' LIBCFLAGS='-g -O' CXXFLAGS='-O'
LIBCXXFLAGS='-g -O' bootstrap |& tee log

Bootstrapped with:
Reading specs from /mnt/home3/utilities/lib/gcc/sparc-sun-solaris2.7/4.0.0/specs
Configured with: /mnt/home3/utilities/gcc/configure
--prefix=/mnt/home3/utilities --verbose --with-as=/mnt/home3/utilities/bin/as
--with-ld=/mnt/home3/utilities/bin/ld --with-gnu-as --with-gnu-ld
--disable-multilib --disable-nls --enable-languages=c++
Thread model: posix
gcc version 4.0.0 20040913 (experimental) 

/bin/ksh ../libtool --tag CXX --mode=compile
/export/home/mckelvey/utilities/gcc-obj/gcc/xgcc -shared-libgcc
-B/export/home/mckelvey/utilities/gcc-obj/gcc/ -nostdinc++
-L/export/home/mckelvey/utilities/gcc-obj/sparc-sun-solaris2.7/libstdc++-v3/src
-L/export/home/mckelvey/utilities/gcc-obj/sparc-sun-solaris2.7/libstdc++-v3/src/.libs
-B/mnt/home3/utilities/sparc-sun-solaris2.7/bin/
-B/mnt/home3/utilities/sparc-sun-solaris2.7/lib/ -isystem
/mnt/home3/utilities/sparc-sun-solaris2.7/include -isystem
/mnt/home3/utilities/sparc-sun-solaris2.7/sys-include 
-I/export/home/mckelvey/utilities/gcc-obj/sparc-sun-solaris2.7/libstdc++-v3/include/sparc-sun-solaris2.7
-I/export/home/mckelvey/utilities/gcc-obj/sparc-sun-solaris2.7/libstdc++-v3/include
-I/mnt/home3/utilities/gcc/libstdc++-v3/libsupc++ -O2  -O
-fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual 
-fdiagnostics-show-location=once  -ffunction-sections -fdata-sections 
-I/export/home/mckelvey/utilities/gcc-obj/sparc-s!
 un-solaris2.7/libstdc++-v3/include/backward -Wno-deprecated -c
/mnt/home3/utilities/gcc/libstdc++-v3/src/strstream.cc
/export/home/mckelvey/utilities/gcc-obj/gcc/xgcc -shared-libgcc
-B/export/home/mckelvey/utilities/gcc-obj/gcc/ -nostdinc++
-L/export/home/mckelvey/utilities/gcc-obj/sparc-sun-solaris2.7/libstdc++-v3/src
-L/export/home/mckelvey/utilities/gcc-obj/sparc-sun-solaris2.7/libstdc++-v3/src/.libs
-B/mnt/home3/utilities/sparc-sun-solaris2.7/bin/
-B/mnt/home3/utilities/sparc-sun-solaris2.7/lib/ -isystem
/mnt/home3/utilities/sparc-sun-solaris2.7/include -isystem
/mnt/home3/utilities/sparc-sun-solaris2.7/sys-include
-I/export/home/mckelvey/utilities/gcc-obj/sparc-sun-solaris2.7/libstdc++-v3/include/sparc-sun-solaris2.7
-I/export/home/mckelvey/utilities/gcc-obj/sparc-sun-solaris2.7/libstdc++-v3/include 
-I/mnt/home3/utilities/gcc/libstdc++-v3/libsupc++ -O2 -O -fno-implicit-templates
-Wall -Wextra -Wwrite-strings -Wcast-qual -fdiagnostics-show-location=once
-ffunction-sections -fdata-sections
-I/export/home/mckelvey/utilities/gcc-obj/sparc-sun-solaris2.7/libstdc++-v3/include/backward
-Wno-d!
 eprecated -c /mnt/home3/utilities/gcc/libstdc++-v3/src/strstream.cc  -fPIC
-DPIC -o .libs/strstream.o
/mnt/home3/utilities/gcc/libstdc++-v3/src/strstream.cc: In member function `void
std::strstream::_ZThn8_NSt9strstreamD0Ev()':
/mnt/home3/utilities/gcc/libstdc++-v3/src/strstream.cc:415: internal compiler
error: in sparc_asm_function_prologue, at config/sparc/sparc.c:4581
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://gcc.gnu.org/bugs.html> for instructions.
gmake[4]: *** [strstream.lo] Error 1
gmake[4]: Leaving directory
`/mnt/home3/utilities/gcc-obj/sparc-sun-solaris2.7/libstdc++-v3/src'
gmake[3]: *** [all-recursive] Error 1
gmake[3]: Leaving directory
`/mnt/home3/utilities/gcc-obj/sparc-sun-solaris2.7/libstdc++-v3'
gmake[2]: *** [all] Error 2
gmake[2]: Leaving directory
`/mnt/home3/utilities/gcc-obj/sparc-sun-solaris2.7/libstdc++-v3'
gmake[1]: *** [all-target-libstdc++-v3] Error 2
gmake[1]: Leaving directory `/mnt/home3/utilities/gcc-obj'
gmake: *** [bootstrap] Error 2

-- 
           Summary: internal compiler error: in sparc_asm_function_prologue
           Product: gcc
           Version: 4.0.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: bootstrap
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: James dot W dot Mckelvey at jpl dot nasa dot gov
                CC: gcc-bugs at gcc dot gnu dot org
 GCC build triplet: sparc-sun-solaris2.7
  GCC host triplet: sparc-sun-solaris2.7
GCC target triplet: sparc-sun-solaris2.7


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


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

* [Bug target/17862] [4.0 Regression] internal compiler error: in sparc_asm_function_prologue
  2004-10-06 15:31 [Bug bootstrap/17862] New: internal compiler error: in sparc_asm_function_prologue James dot W dot Mckelvey at jpl dot nasa dot gov
@ 2004-10-06 17:00 ` pinskia at gcc dot gnu dot org
  2004-10-06 20:01 ` ebotcazou at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-10-06 17:00 UTC (permalink / raw)
  To: gcc-bugs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
          Component|bootstrap                   |target
           Keywords|                            |build, ice-on-valid-code
            Summary|internal compiler error: in |[4.0 Regression] internal
                   |sparc_asm_function_prologue |compiler error: in
                   |                            |sparc_asm_function_prologue
   Target Milestone|---                         |4.0.0


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


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

* [Bug target/17862] [4.0 Regression] internal compiler error: in sparc_asm_function_prologue
  2004-10-06 15:31 [Bug bootstrap/17862] New: internal compiler error: in sparc_asm_function_prologue James dot W dot Mckelvey at jpl dot nasa dot gov
  2004-10-06 17:00 ` [Bug target/17862] [4.0 Regression] " pinskia at gcc dot gnu dot org
@ 2004-10-06 20:01 ` ebotcazou at gcc dot gnu dot org
  2004-10-07  7:55 ` cvs-commit at gcc dot gnu dot org
  2004-10-07  9:41 ` ebotcazou at gcc dot gnu dot org
  3 siblings, 0 replies; 5+ messages in thread
From: ebotcazou at gcc dot gnu dot org @ 2004-10-06 20:01 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From ebotcazou at gcc dot gnu dot org  2004-10-06 20:01 -------
Ouch!  Hopefully it's only an oversight, perhaps relating to thunks.  I'll try
to reproduce but the sources appear to be nearly one month old.

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


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


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

* [Bug target/17862] [4.0 Regression] internal compiler error: in sparc_asm_function_prologue
  2004-10-06 15:31 [Bug bootstrap/17862] New: internal compiler error: in sparc_asm_function_prologue James dot W dot Mckelvey at jpl dot nasa dot gov
  2004-10-06 17:00 ` [Bug target/17862] [4.0 Regression] " pinskia at gcc dot gnu dot org
  2004-10-06 20:01 ` ebotcazou at gcc dot gnu dot org
@ 2004-10-07  7:55 ` cvs-commit at gcc dot gnu dot org
  2004-10-07  9:41 ` ebotcazou at gcc dot gnu dot org
  3 siblings, 0 replies; 5+ messages in thread
From: cvs-commit at gcc dot gnu dot org @ 2004-10-07  7:55 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From cvs-commit at gcc dot gnu dot org  2004-10-07 07:55 -------
Subject: Bug 17862

CVSROOT:	/cvs/gcc
Module name:	gcc
Changes by:	ebotcazou@gcc.gnu.org	2004-10-07 07:55:40

Modified files:
	gcc            : ChangeLog 
	gcc/config/sparc: sparc.c 

Log message:
	PR target/17862
	* config/sparc/sparc.c (sparc_output_mi_thunk): Set
	current_function_uses_only_leaf_regs as well as sparc_leaf_function_p.
	
	* config/sparc/sparc.c (sparc_gimplify_va_arg): Pass 'false' instead
	of 0 as 4th argument to pass_by_reference.
	Call build_va_arg_indirect_ref instead of build_fold_indirect_ref.

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/ChangeLog.diff?cvsroot=gcc&r1=2.5781&r2=2.5782
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/config/sparc/sparc.c.diff?cvsroot=gcc&r1=1.336&r2=1.337



-- 


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


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

* [Bug target/17862] [4.0 Regression] internal compiler error: in sparc_asm_function_prologue
  2004-10-06 15:31 [Bug bootstrap/17862] New: internal compiler error: in sparc_asm_function_prologue James dot W dot Mckelvey at jpl dot nasa dot gov
                   ` (2 preceding siblings ...)
  2004-10-07  7:55 ` cvs-commit at gcc dot gnu dot org
@ 2004-10-07  9:41 ` ebotcazou at gcc dot gnu dot org
  3 siblings, 0 replies; 5+ messages in thread
From: ebotcazou at gcc dot gnu dot org @ 2004-10-07  9:41 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From ebotcazou at gcc dot gnu dot org  2004-10-07 09:41 -------
See http://gcc.gnu.org/ml/gcc-patches/2004-10/msg00619.html

Thanks for the bug report.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
         Resolution|                            |FIXED


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


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

end of thread, other threads:[~2004-10-07  9:41 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-10-06 15:31 [Bug bootstrap/17862] New: internal compiler error: in sparc_asm_function_prologue James dot W dot Mckelvey at jpl dot nasa dot gov
2004-10-06 17:00 ` [Bug target/17862] [4.0 Regression] " pinskia at gcc dot gnu dot org
2004-10-06 20:01 ` ebotcazou at gcc dot gnu dot org
2004-10-07  7:55 ` cvs-commit at gcc dot gnu dot org
2004-10-07  9:41 ` 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).