public inbox for gcc-prs@sourceware.org
help / color / mirror / Atom feed
* Re: optimization/8300: ICE in gen_reg_rtx, at emit-rtl.c:662
@ 2002-12-03  9:56 Christian Ehrhardt
  0 siblings, 0 replies; 3+ messages in thread
From: Christian Ehrhardt @ 2002-12-03  9:56 UTC (permalink / raw)
  To: nobody; +Cc: gcc-prs

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

From: "Christian Ehrhardt" <ehrhardt@mathematik.uni-ulm.de>
To: gcc-gnats@gcc.gnu.org, gcc-prs@gcc.gnu.org, rschiele@uni-mannheim.de,
  gcc-bugs@gcc.gnu.org, nobody@gcc.gnu.org,
  tneumann@pi3.informatik.uni-mannheim.de
Cc:  
Subject: Re: optimization/8300: ICE in gen_reg_rtx, at emit-rtl.c:662
Date: Tue, 3 Dec 2002 18:51:23 +0100

 http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=gcc&pr=8300
 
 I can confirm this on 3.2, 3.2.1-prerelease and 3.3.
 
      regards   Christian Ehrhardt
 


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

* Re: optimization/8300: ICE in gen_reg_rtx, at emit-rtl.c:662
@ 2002-10-26  2:46 Robert Schiele
  0 siblings, 0 replies; 3+ messages in thread
From: Robert Schiele @ 2002-10-26  2:46 UTC (permalink / raw)
  To: nobody; +Cc: gcc-prs

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

From: Robert Schiele <rschiele@uni-mannheim.de>
To: gcc-gnats@gcc.gnu.org
Cc: tneumann@pi3.informatik.uni-mannheim.de
Subject: Re: optimization/8300: ICE in gen_reg_rtx, at emit-rtl.c:662
Date: Sat, 26 Oct 2002 11:40:12 +0200

 --AhhlLboLdkugWU4S
 Content-Type: text/plain; charset=us-ascii
 Content-Disposition: inline
 Content-Transfer-Encoding: quoted-printable
 
 On Mon, Oct 21, 2002 at 01:04:31PM -0000, Robert Schiele wrote:
 >=20
 > >Number:         8300
 > >Category:       optimization
 > >Synopsis:       ICE in gen_reg_rtx, at emit-rtl.c:662
 > >Confidential:   no
 > >Severity:       serious
 > >Priority:       medium
 > >Responsible:    unassigned
 > >State:          open
 > >Class:          ice-on-legal-code
 		   ^^^^^^^^^^^^^^^^^
 I submitted this with class ice-on-legal-code.  Now someone changed
 this silently to ice-on-illegal-code in the database.
 
 > void a() {
 >     double b;
 >     int c =3D *((int*)&b) && (*(&c + 1) =3D 0);
 > }
 
 If you are the one that changed this, could you please explain, why
 you consider this illegal!  Yes, it is braindead and stupid, but I
 can't find a reason why this should be illegal.  But hey, it is just a
 sample to show a bug in gcc, it does not need to make sense, does it?
 
 Anyway, why are such things silently changed without notification of
 the interrested parties?  I think this is somewhat annoying.
 
 Robert
 
 --=20
 Robert Schiele			Tel.: +49-621-181-2517
 Dipl.-Wirtsch.informatiker	mailto:rschiele@uni-mannheim.de
 
 --AhhlLboLdkugWU4S
 Content-Type: application/pgp-signature
 Content-Disposition: inline
 
 -----BEGIN PGP SIGNATURE-----
 Version: GnuPG v1.0.7 (GNU/Linux)
 
 iQEVAwUBPbpi/MQAnns5HcHpAQFQjgf/ZMqbLphimq9UUnfN4RsfO5qkm0iTjy9u
 WfXqm9iLR9j+LFIYj+OOFaFKbHEdyoWbUu+RRGZbZ6twtHkUFFSxu9+8T7xaY+UZ
 GOocC9Hb7AFVMVDjxKu5NJIDEK3bhG2b/0oj45MKTNnb+TI2szXM2DPIgS3uYOaE
 8aGE/fY1wTnbAVMPHtINV+EGwioHUSX7hpahsFR/uwMJbFrdGcrYAU5f0v7NNvTr
 CQddOafVU392B/qGHp2tJJPR2N9cspO0dw3SCTBbspwAPc910WkYiSj3mV6fwKbC
 1ZgxCp59JJxrxwN2gKlFJBmMMXgPEEVgcSK7lb+rsSUQDGe1Ordt1Q==
 =pPFN
 -----END PGP SIGNATURE-----
 
 --AhhlLboLdkugWU4S--


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

* optimization/8300: ICE in gen_reg_rtx, at emit-rtl.c:662
@ 2002-10-21  6:06 rschiele
  0 siblings, 0 replies; 3+ messages in thread
From: rschiele @ 2002-10-21  6:06 UTC (permalink / raw)
  To: gcc-gnats; +Cc: tneumann


>Number:         8300
>Category:       optimization
>Synopsis:       ICE in gen_reg_rtx, at emit-rtl.c:662
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    unassigned
>State:          open
>Class:          ice-on-legal-code
>Submitter-Id:   net
>Arrival-Date:   Mon Oct 21 06:06:00 PDT 2002
>Closed-Date:
>Last-Modified:
>Originator:     Robert Schiele
>Release:        3.2.1 20021020 (prerelease)
>Organization:
>Environment:
System: SunOS manray 5.8 Generic_108528-14 sun4u sparc SUNW,Ultra-4
Architecture: sun4
host: sparc-sun-solaris2.8
build: sparc-sun-solaris2.8
target: sparc-sun-solaris2.8
configured with: /home/schiele/gcccvs/gcc.gcc-3_2-branch/configure --enable-threads=posix --prefix=/opt/Pkg/SunOS/gcc321 --enable-languages=c,c++,f77,objc --disable-libgcj --with-gxx-include-dir=/opt/Pkg/SunOS/gcc321/include/g++ --with-system-zlib --enable-shared sparc-sun-solaris2.8
>Description:
The attached code results in an ICE on both, sparc-sun-solaris2.8 and sparc64-sun-solaris2.8 when compiled with optimizations turned on.  This does _not_ happen in sparc-*-linux.

Note: This is a regression to 2.95.3!
>How-To-Repeat:
gcc -O ice.i
>Fix:

>Release-Note:
>Audit-Trail:
>Unformatted:
----gnatsweb-attachment----
Content-Type: text/plain; name="ice.i"
Content-Disposition: inline; filename="ice.i"

void a() {
    double b;
    int c = *((int*)&b) && (*(&c + 1) = 0);
}


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

end of thread, other threads:[~2002-12-03 17:56 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-12-03  9:56 optimization/8300: ICE in gen_reg_rtx, at emit-rtl.c:662 Christian Ehrhardt
  -- strict thread matches above, loose matches on Subject: below --
2002-10-26  2:46 Robert Schiele
2002-10-21  6:06 rschiele

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).