public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c/11537] New: internal error when compiling pine on alpha
@ 2003-07-16  5:30 cygnus at digitalnut dot com
  2003-07-16  6:38 ` [Bug c/11537] " falk at debian dot org
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: cygnus at digitalnut dot com @ 2003-07-16  5:30 UTC (permalink / raw)
  To: gcc-bugs

PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

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

           Summary: internal error when compiling pine on alpha
           Product: gcc
           Version: unknown
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: c
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: cygnus at digitalnut dot com
                CC: gcc-bugs at gcc dot gnu dot org

I am running Debian Sarge (testing) on a 166mhz alpha noname
I was compiling the source for pine-4.44-8 (the pine source .deb version)

Output when it got up to compiling other.c:

gcc -O2  -g  -DENABLE_LDAP -DLNX -DSYSTYPE=\"LNX\" -DMOUSE   -c -o other.o 
other.c
other.c: In function `toggle_feature_bit':
other.c:11218: warning: cast to pointer from integer of different size
other.c:11231: warning: cast to pointer from integer of different size
other.c:11236: warning: cast to pointer from integer of different size
Internal compiler error: Error reporting routines re-entered.
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://gcc.gnu.org/bugs.html> for instructions.


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

* [Bug c/11537] internal error when compiling pine on alpha
  2003-07-16  5:30 [Bug c/11537] New: internal error when compiling pine on alpha cygnus at digitalnut dot com
@ 2003-07-16  6:38 ` falk at debian dot org
  2003-07-17  3:00 ` cygnus at digitalnut dot com
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: falk at debian dot org @ 2003-07-16  6:38 UTC (permalink / raw)
  To: gcc-bugs

PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

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


falk at debian dot org changed:

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


------- Additional Comments From falk at debian dot org  2003-07-16 06:38 -------
Please provide the preprocessed source, as described at the URL given in the
error message. Also, what gcc version are you using?


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

* [Bug c/11537] internal error when compiling pine on alpha
  2003-07-16  5:30 [Bug c/11537] New: internal error when compiling pine on alpha cygnus at digitalnut dot com
  2003-07-16  6:38 ` [Bug c/11537] " falk at debian dot org
@ 2003-07-17  3:00 ` cygnus at digitalnut dot com
  2003-07-17  3:04 ` pinskia at physics dot uc dot edu
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: cygnus at digitalnut dot com @ 2003-07-17  3:00 UTC (permalink / raw)
  To: gcc-bugs

PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

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



------- Additional Comments From cygnus at digitalnut dot com  2003-07-17 03:00 -------
This is using gcc-3.3.1 (the debian sarge version for alpha)

For some reason when I compiled it again, it didn't have an internal compiler 
error.

I think it may just be to do with sarge... i've noticed some seg faults in 
other programs aswell.

Should I still provide the preprocessed source?


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

* [Bug c/11537] internal error when compiling pine on alpha
  2003-07-16  5:30 [Bug c/11537] New: internal error when compiling pine on alpha cygnus at digitalnut dot com
  2003-07-16  6:38 ` [Bug c/11537] " falk at debian dot org
  2003-07-17  3:00 ` cygnus at digitalnut dot com
@ 2003-07-17  3:04 ` pinskia at physics dot uc dot edu
  2003-07-29 20:37 ` pinskia at physics dot uc dot edu
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: pinskia at physics dot uc dot edu @ 2003-07-17  3:04 UTC (permalink / raw)
  To: gcc-bugs

PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

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



------- Additional Comments From pinskia at physics dot uc dot edu  2003-07-17 03:04 -------
I think you should check your memory because if it fails and then passes without changing any 
thing that is a sign that your memory is bad.  I would provide the preprocessed source any way 
because if it was not your memory but something else we can check on it faster.


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

* [Bug c/11537] internal error when compiling pine on alpha
  2003-07-16  5:30 [Bug c/11537] New: internal error when compiling pine on alpha cygnus at digitalnut dot com
                   ` (2 preceding siblings ...)
  2003-07-17  3:04 ` pinskia at physics dot uc dot edu
@ 2003-07-29 20:37 ` pinskia at physics dot uc dot edu
  2003-08-24 19:18 ` dhazeghi at yahoo dot com
  2003-09-19 19:17 ` pinskia at gcc dot gnu dot org
  5 siblings, 0 replies; 7+ messages in thread
From: pinskia at physics dot uc dot edu @ 2003-07-29 20:37 UTC (permalink / raw)
  To: gcc-bugs

PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

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


pinskia at physics dot uc dot edu changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|3.4                         |---


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

* [Bug c/11537] internal error when compiling pine on alpha
  2003-07-16  5:30 [Bug c/11537] New: internal error when compiling pine on alpha cygnus at digitalnut dot com
                   ` (3 preceding siblings ...)
  2003-07-29 20:37 ` pinskia at physics dot uc dot edu
@ 2003-08-24 19:18 ` dhazeghi at yahoo dot com
  2003-09-19 19:17 ` pinskia at gcc dot gnu dot org
  5 siblings, 0 replies; 7+ messages in thread
From: dhazeghi at yahoo dot com @ 2003-08-24 19:18 UTC (permalink / raw)
  To: gcc-bugs

PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

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


dhazeghi at yahoo dot com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Version|unknown                     |3.3.1


------- Additional Comments From dhazeghi at yahoo dot com  2003-08-24 19:17 -------
Can you confirm whether you can still reproduce this problem, and if so, please include the 
preprocessed source? Thank you.


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

* [Bug c/11537] internal error when compiling pine on alpha
  2003-07-16  5:30 [Bug c/11537] New: internal error when compiling pine on alpha cygnus at digitalnut dot com
                   ` (4 preceding siblings ...)
  2003-08-24 19:18 ` dhazeghi at yahoo dot com
@ 2003-09-19 19:17 ` pinskia at gcc dot gnu dot org
  5 siblings, 0 replies; 7+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2003-09-19 19:17 UTC (permalink / raw)
  To: gcc-bugs

PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

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


pinskia at gcc dot gnu dot org changed:

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


------- Additional Comments From pinskia at gcc dot gnu dot org  2003-09-19 16:01 -------
No feedback in 2 months but this is most likely a hardware problem so closing.


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

end of thread, other threads:[~2003-09-19 16:01 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-07-16  5:30 [Bug c/11537] New: internal error when compiling pine on alpha cygnus at digitalnut dot com
2003-07-16  6:38 ` [Bug c/11537] " falk at debian dot org
2003-07-17  3:00 ` cygnus at digitalnut dot com
2003-07-17  3:04 ` pinskia at physics dot uc dot edu
2003-07-29 20:37 ` pinskia at physics dot uc dot edu
2003-08-24 19:18 ` dhazeghi at yahoo dot com
2003-09-19 19:17 ` 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).