public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug target/21323] internal compiler error: Segmentation fault
       [not found] <bug-21323-3817@http.gcc.gnu.org/bugzilla/>
@ 2006-02-28 13:42 ` pinskia at gcc dot gnu dot org
  2006-08-25 12:08 ` falk at debian dot org
  2006-11-24  2:00 ` pinskia at gcc dot gnu dot org
  2 siblings, 0 replies; 9+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2006-02-28 13:42 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #6 from pinskia at gcc dot gnu dot org  2006-02-28 13:32 -------
This should be fixed for real on the mainline now since the removal of loop.c.


-- 


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


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

* [Bug target/21323] internal compiler error: Segmentation fault
       [not found] <bug-21323-3817@http.gcc.gnu.org/bugzilla/>
  2006-02-28 13:42 ` [Bug target/21323] internal compiler error: Segmentation fault pinskia at gcc dot gnu dot org
@ 2006-08-25 12:08 ` falk at debian dot org
  2006-11-24  2:00 ` pinskia at gcc dot gnu dot org
  2 siblings, 0 replies; 9+ messages in thread
From: falk at debian dot org @ 2006-08-25 12:08 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #7 from falk at debian dot org  2006-08-25 12:07 -------
Can you still reproduce this? As Andrew points out, it is probably fixed...


-- 

falk at debian dot org changed:

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


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


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

* [Bug target/21323] internal compiler error: Segmentation fault
       [not found] <bug-21323-3817@http.gcc.gnu.org/bugzilla/>
  2006-02-28 13:42 ` [Bug target/21323] internal compiler error: Segmentation fault pinskia at gcc dot gnu dot org
  2006-08-25 12:08 ` falk at debian dot org
@ 2006-11-24  2:00 ` pinskia at gcc dot gnu dot org
  2 siblings, 0 replies; 9+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2006-11-24  2:00 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #8 from pinskia at gcc dot gnu dot org  2006-11-24 02:00 -------
No feedback in over 3 months so closing.


-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|WAITING                     |RESOLVED
         Resolution|                            |INVALID


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


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

* [Bug target/21323] internal compiler error: Segmentation fault
  2005-05-01 22:17 [Bug target/21323] New: " matt at 3am-software dot com
                   ` (4 preceding siblings ...)
  2005-05-18 21:39 ` matt at 3am-software dot com
@ 2005-07-08 14:59 ` steven at gcc dot gnu dot org
  5 siblings, 0 replies; 9+ messages in thread
From: steven at gcc dot gnu dot org @ 2005-07-08 14:59 UTC (permalink / raw)
  To: gcc-bugs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
OtherBugsDependingO|                            |22366
              nThis|                            |


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


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

* [Bug target/21323] internal compiler error: Segmentation fault
  2005-05-01 22:17 [Bug target/21323] New: " matt at 3am-software dot com
                   ` (3 preceding siblings ...)
  2005-05-18  6:09 ` rth at gcc dot gnu dot org
@ 2005-05-18 21:39 ` matt at 3am-software dot com
  2005-07-08 14:59 ` steven at gcc dot gnu dot org
  5 siblings, 0 replies; 9+ messages in thread
From: matt at 3am-software dot com @ 2005-05-18 21:39 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From matt at 3am-software dot com  2005-05-18 21:39 -------
Subject: Re:  internal compiler error: Segmentation fault

rth at gcc dot gnu dot org wrote:
> ------- Additional Comments From rth at gcc dot gnu dot org  2005-05-18 06:09 -------
> Do you still reproduce this?  I suppose I've not bootstrapped with anything
> other than alphaev67 in a while, so this might be an ev4 bug...

Yep, it still happens.  This is on an XP1000.

./xgcc -B./ -B/usr/gcc/alpha--netbsd/bin/ -isystem 
/usr/gcc/alpha--netbsd/include -isystem /usr/gcc/alpha--netbsd/sys-include 
-L/u1/toolchain/alpha/gcc/gcc/../ld -O2  -DIN_GCC    -W -Wall -Wwrite-strings 
-Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition  -isystem 
./include  -fPIC -mieee -g  -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED  -I. -I. 
-I/u1/toolchain/gcc/gcc -I/u1/toolchain/gcc/gcc/. 
-I/u1/toolchain/gcc/gcc/../include -I./../intl 
-I/u1/toolchain/gcc/gcc/../libcpp/include  -DL_popcountsi2 -fvisibility=hidden 
-DHIDE_EXPORTS -c /u1/toolchain/gcc/gcc/libgcc2.c -o libgcc/./_popcountsi2.o
/u1/toolchain/gcc/gcc/libgcc2.c: In function '__popcountdi2':
/u1/toolchain/gcc/gcc/libgcc2.c:758: internal compiler error: Segmentation fault
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://gcc.gnu.org/bugs.html> for instructions.






-- 


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


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

* [Bug target/21323] internal compiler error: Segmentation fault
  2005-05-01 22:17 [Bug target/21323] New: " matt at 3am-software dot com
                   ` (2 preceding siblings ...)
  2005-05-01 23:09 ` pinskia at gcc dot gnu dot org
@ 2005-05-18  6:09 ` rth at gcc dot gnu dot org
  2005-05-18 21:39 ` matt at 3am-software dot com
  2005-07-08 14:59 ` steven at gcc dot gnu dot org
  5 siblings, 0 replies; 9+ messages in thread
From: rth at gcc dot gnu dot org @ 2005-05-18  6:09 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From rth at gcc dot gnu dot org  2005-05-18 06:09 -------
Do you still reproduce this?  I suppose I've not bootstrapped with anything
other than alphaev67 in a while, so this might be an ev4 bug...

-- 


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


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

* [Bug target/21323] internal compiler error: Segmentation fault
  2005-05-01 22:17 [Bug target/21323] New: " matt at 3am-software dot com
  2005-05-01 22:18 ` [Bug target/21323] " matt at 3am-software dot com
  2005-05-01 23:05 ` matt at 3am-software dot com
@ 2005-05-01 23:09 ` pinskia at gcc dot gnu dot org
  2005-05-18  6:09 ` rth at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 9+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-05-01 23:09 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2005-05-01 23:09 -------
(In reply to comment #2)
> 4.1.0 was bootstrapping properly using the 20050409 experimental so this is a
> relatively recent bug.
Or a latent bug which showed up.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |build, ice-on-valid-code


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


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

* [Bug target/21323] internal compiler error: Segmentation fault
  2005-05-01 22:17 [Bug target/21323] New: " matt at 3am-software dot com
  2005-05-01 22:18 ` [Bug target/21323] " matt at 3am-software dot com
@ 2005-05-01 23:05 ` matt at 3am-software dot com
  2005-05-01 23:09 ` pinskia at gcc dot gnu dot org
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 9+ messages in thread
From: matt at 3am-software dot com @ 2005-05-01 23:05 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From matt at 3am-software dot com  2005-05-01 23:05 -------
4.1.0 was bootstrapping properly using the 20050409 experimental so this is a
relatively recent bug.

-- 


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


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

* [Bug target/21323] internal compiler error: Segmentation fault
  2005-05-01 22:17 [Bug target/21323] New: " matt at 3am-software dot com
@ 2005-05-01 22:18 ` matt at 3am-software dot com
  2005-05-01 23:05 ` matt at 3am-software dot com
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 9+ messages in thread
From: matt at 3am-software dot com @ 2005-05-01 22:18 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From matt at 3am-software dot com  2005-05-01 22:18 -------
Created an attachment (id=8786)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=8786&action=view)
precompile source


-- 


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


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

end of thread, other threads:[~2006-11-24  2:00 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <bug-21323-3817@http.gcc.gnu.org/bugzilla/>
2006-02-28 13:42 ` [Bug target/21323] internal compiler error: Segmentation fault pinskia at gcc dot gnu dot org
2006-08-25 12:08 ` falk at debian dot org
2006-11-24  2:00 ` pinskia at gcc dot gnu dot org
2005-05-01 22:17 [Bug target/21323] New: " matt at 3am-software dot com
2005-05-01 22:18 ` [Bug target/21323] " matt at 3am-software dot com
2005-05-01 23:05 ` matt at 3am-software dot com
2005-05-01 23:09 ` pinskia at gcc dot gnu dot org
2005-05-18  6:09 ` rth at gcc dot gnu dot org
2005-05-18 21:39 ` matt at 3am-software dot com
2005-07-08 14:59 ` steven 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).