public inbox for gcc-prs@sourceware.org
help / color / mirror / Atom feed
From: "Alexander V. Inyukhin" <shurick@pisem.net>
To: nobody@gcc.gnu.org
Cc: gcc-prs@gcc.gnu.org,
Subject: Re: c/10735: Crash on incorrect type conversion
Date: Sat, 10 May 2003 23:36:00 -0000	[thread overview]
Message-ID: <20030510233601.12039.qmail@sources.redhat.com> (raw)

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

The following reply was made to PR c/10735; it has been noted by GNATS.

From: "Alexander V. Inyukhin" <shurick@pisem.net>
To: Dara Hazeghi <dhazeghi@yahoo.com>
Cc: gcc-gnats@gcc.gnu.org
Subject: Re: c/10735: Crash on incorrect type conversion
Date: Sun, 11 May 2003 03:34:10 +0400

 On Sat, May 10, 2003 at 04:24:20PM -0700, Dara Hazeghi wrote:
 > http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit- 
 > trail&database=gcc&pr=10735
 > 
 > Hello,
 > 
 > you don't mention a platform in your bug report, nor do you give the  
 > exact error message. Both are essential to tracking down your bug.  
 > Could you please add them (just replying to this message will do so).  
 > Also, if possible, can you try your testcase on gcc 3.2.3? Thanks,
 
 Sorry, I forget to add this.
 
 Reading specs from /opt/gcc-3.2.3/lib/gcc-lib/i686-pc-linux-gnu/3.2.3/specs
 Configured with: ./configure --prefix=/opt/gcc-3.2.3 --enable-__cxa_atexit --enable-threads=posix --enable-shared
 Thread model: posix
 gcc version 3.2.3
 
 $ /opt/gcc-3.2.3/bin/gcc 1.c -mmmx
 1.c: In function `test':
 1.c:7: internal error: Segmentation fault
 Please submit a full bug report,
 with preprocessed source if appropriate.
 See <URL:http://gcc.gnu.org/bugs.html> for instructions.
 
 
 
 
 åxample below handled correctly by gcc:
 
 typedef int __v4hi __attribute__ ((__mode__ (__V4HI__)));
 
 __v4hi test3;
 
 void test()
 {
 	long long test4;
 	test4 = test3;  // <== incompatible types in assignment
 	if (test4 != 0)
 	return;
 }


             reply	other threads:[~2003-05-10 23:36 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-05-10 23:36 Alexander V. Inyukhin [this message]
  -- strict thread matches above, loose matches on Subject: below --
2003-05-12 15:11 bangerth
2003-05-12  0:06 Dara Hazeghi
2003-05-10 23:56 Andrew Pinski
2003-05-10 23:26 Dara Hazeghi
2003-05-10 22:16 shurick

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20030510233601.12039.qmail@sources.redhat.com \
    --to=shurick@pisem.net \
    --cc=gcc-prs@gcc.gnu.org \
    --cc=nobody@gcc.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).