public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c/36629]  New: ICE in _lshrdi3 when compiling 06/20/08 snapshot on x86_64
@ 2008-06-25 12:30 michael dot a dot richmond at nasa dot gov
  2008-06-26 21:28 ` [Bug c/36629] " hjl dot tools at gmail dot com
  2008-08-11  1:29 ` [Bug target/36629] [4.4 Regression] " pinskia at gcc dot gnu dot org
  0 siblings, 2 replies; 3+ messages in thread
From: michael dot a dot richmond at nasa dot gov @ 2008-06-25 12:30 UTC (permalink / raw)
  To: gcc-bugs

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain, Size: 1917 bytes --]

When I attempt to compile the 06/20/08 snapshot of gcc on an x86_64 system
under SuSE Linux 10.0 I get the following error:

/home/mrichmon/gcc-4.4-20080620/g95/./gcc/xgcc
-B/home/mrichmon/gcc-4.4-20080620/g95/./gcc/
-B/home/mrichmon/irun/x86_64-unknown-linux-gnu/bin/
-B/home/mrichmon/irun/x86_64-unknown-linux-gnu/lib/ -isystem
/home/mrichmon/irun/x86_64-unknown-linux-gnu/include -isystem
/home/mrichmon/irun/x86_64-unknown-linux-gnu/sys-include -g -O2 -m32 -O2  -g
-O2 -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes
-Wmissing-prototypes -Wold-style-definition  -isystem ./include  -fPIC -g
-DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED   -I. -I.
-I../../.././gcc -I/home/mrichmon/gcc-4.4-20080620/libgcc
-I/home/mrichmon/gcc-4.4-20080620/libgcc/.
-I/home/mrichmon/gcc-4.4-20080620/libgcc/../gcc
-I/home/mrichmon/gcc-4.4-20080620/libgcc/../include
-I/home/mrichmon/gcc-4.4-20080620/libgcc/config/libbid
-DENABLE_DECIMAL_BID_FORMAT  -DUSE_TLS -o _lshrdi3.o -MT _lshrdi3.o -MD -MP -MF
_lshrdi3.dep -DL_lshrdi3 -c
/home/mrichmon/gcc-4.4-20080620/libgcc/../gcc/libgcc2.c \
  -fvisibility=hidden -DHIDE_EXPORTS
/home/mrichmon/gcc-4.4-20080620/libgcc/../gcc/libgcc2.c: In function
‘__lshrdi3’:
/home/mrichmon/gcc-4.4-20080620/libgcc/../gcc/libgcc2.c:413: internal compiler
error: Segmentation fault
Please submit a full bug report,
with preprocessed source if appropriate.
See <http://gcc.gnu.org/bugs.html> for instructions.
make[5]: *** [_lshrdi3.o] Error 1


-- 
           Summary: ICE in _lshrdi3 when compiling 06/20/08 snapshot on
                    x86_64
           Product: gcc
           Version: 4.4.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: c
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: michael dot a dot richmond at nasa dot gov


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


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

* [Bug c/36629] ICE in _lshrdi3 when compiling 06/20/08 snapshot on x86_64
  2008-06-25 12:30 [Bug c/36629] New: ICE in _lshrdi3 when compiling 06/20/08 snapshot on x86_64 michael dot a dot richmond at nasa dot gov
@ 2008-06-26 21:28 ` hjl dot tools at gmail dot com
  2008-08-11  1:29 ` [Bug target/36629] [4.4 Regression] " pinskia at gcc dot gnu dot org
  1 sibling, 0 replies; 3+ messages in thread
From: hjl dot tools at gmail dot com @ 2008-06-26 21:28 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #1 from hjl dot tools at gmail dot com  2008-06-26 21:27 -------
I think it is fixed by

http://gcc.gnu.org/ml/gcc-cvs/2008-06/msg00759.html


-- 


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


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

* [Bug target/36629] [4.4 Regression] ICE in _lshrdi3 when compiling 06/20/08 snapshot on x86_64
  2008-06-25 12:30 [Bug c/36629] New: ICE in _lshrdi3 when compiling 06/20/08 snapshot on x86_64 michael dot a dot richmond at nasa dot gov
  2008-06-26 21:28 ` [Bug c/36629] " hjl dot tools at gmail dot com
@ 2008-08-11  1:29 ` pinskia at gcc dot gnu dot org
  1 sibling, 0 replies; 3+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2008-08-11  1:29 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #2 from pinskia at gcc dot gnu dot org  2008-08-11 01:27 -------
Fixed.


-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
           Keywords|                            |build, ice-on-valid-code
         Resolution|                            |FIXED
            Summary|ICE in _lshrdi3 when        |[4.4 Regression] ICE in
                   |compiling 06/20/08 snapshot |_lshrdi3 when compiling
                   |on x86_64                   |06/20/08 snapshot on x86_64
   Target Milestone|---                         |4.4.0


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


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

end of thread, other threads:[~2008-08-11  1:29 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-06-25 12:30 [Bug c/36629] New: ICE in _lshrdi3 when compiling 06/20/08 snapshot on x86_64 michael dot a dot richmond at nasa dot gov
2008-06-26 21:28 ` [Bug c/36629] " hjl dot tools at gmail dot com
2008-08-11  1:29 ` [Bug target/36629] [4.4 Regression] " 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).