public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c++/22626] New: [4.1 Regression] ICE with optimization turned on while trying to exand complex multiply
@ 2005-07-23  4:13 pinskia at gcc dot gnu dot org
  2005-07-23  4:14 ` [Bug c++/22626] " pinskia at gcc dot gnu dot org
                   ` (10 more replies)
  0 siblings, 11 replies; 12+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-07-23  4:13 UTC (permalink / raw)
  To: gcc-bugs

Take the following invalid code:
=====================
__complex__ double _M_value;
void f(void)
{
  __complex__ double __t;
  _M_value *= __t;
=====================

Yes the } is missing.  We get an ICE after the error.  This is only with -O1 and above.

-- 
           Summary: [4.1 Regression] ICE with optimization turned on while
                    trying to exand complex multiply
           Product: gcc
           Version: 4.1.0
            Status: UNCONFIRMED
          Keywords: ice-on-invalid-code, error-recovery
          Severity: normal
          Priority: P2
         Component: c++
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: pinskia at gcc dot gnu dot org
                CC: gcc-bugs at gcc dot gnu dot org


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


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

end of thread, other threads:[~2005-07-26  0:40 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-07-23  4:13 [Bug c++/22626] New: [4.1 Regression] ICE with optimization turned on while trying to exand complex multiply pinskia at gcc dot gnu dot org
2005-07-23  4:14 ` [Bug c++/22626] " pinskia at gcc dot gnu dot org
2005-07-23  4:17 ` pinskia at gcc dot gnu dot org
2005-07-23  4:27 ` pinskia at gcc dot gnu dot org
2005-07-23  4:38 ` pinskia at gcc dot gnu dot org
2005-07-23  5:00 ` pinskia at gcc dot gnu dot org
2005-07-23  9:47 ` belyshev at depni dot sinp dot msu dot ru
2005-07-23 15:42 ` pinskia at gcc dot gnu dot org
2005-07-25 19:05 ` rth at gcc dot gnu dot org
2005-07-25 20:27 ` [Bug middle-end/22626] " rth at gcc dot gnu dot org
2005-07-25 23:22 ` cvs-commit at gcc dot gnu dot org
2005-07-26  2:04 ` 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).