public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c++/24439]  New: ICE with  invert conditional containing throw
@ 2005-10-18 23:01 dannysmith at users dot sourceforge dot net
  2005-10-18 23:07 ` [Bug c++/24439] [3.4/4.0/4.1 Regression] " pinskia at gcc dot gnu dot org
                   ` (13 more replies)
  0 siblings, 14 replies; 16+ messages in thread
From: dannysmith at users dot sourceforge dot net @ 2005-10-18 23:01 UTC (permalink / raw)
  To: gcc-bugs

As reported at:
https://sourceforge.net/tracker/index.php?func=detail&aid=1266135&group_id=2435&atid=102435

int main()
{
  int value=1;
  !(value?true:throw);
  return 0;
}

main.cc: In function 'int main()':
main.cc:4: internal compiler error: in invert_truthvalue, at fold-const.c:3064

This also fails with 3.4.2

Danny


-- 
           Summary: ICE with  invert conditional containing throw
           Product: gcc
           Version: 4.1.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: c++
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: dannysmith at users dot sourceforge dot net
 GCC build triplet: i386-pc-mingw32
  GCC host triplet: i386-pc-mingw32
GCC target triplet: i386-pc-mingw32


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


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

end of thread, other threads:[~2005-11-17 11:24 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-10-18 23:01 [Bug c++/24439] New: ICE with invert conditional containing throw dannysmith at users dot sourceforge dot net
2005-10-18 23:07 ` [Bug c++/24439] [3.4/4.0/4.1 Regression] " pinskia at gcc dot gnu dot org
2005-10-19  9:45 ` rguenth at gcc dot gnu dot org
2005-10-19  9:53 ` rguenth at gcc dot gnu dot org
2005-10-19 10:06 ` rguenth at gcc dot gnu dot org
2005-10-19 20:11 ` mmitchel at gcc dot gnu dot org
2005-10-19 20:40 ` rguenth at gcc dot gnu dot org
2005-10-19 20:50 ` mark at codesourcery dot com
2005-10-19 20:55   ` Andrew Pinski
2005-10-19 20:55 ` pinskia at physics dot uc dot edu
2005-10-19 20:58 ` mark at codesourcery dot com
2005-10-19 21:51 ` rguenth at gcc dot gnu dot org
2005-10-19 22:14 ` mark at codesourcery dot com
2005-10-20 15:19 ` cvs-commit at gcc dot gnu dot org
2005-10-20 15:45 ` [Bug c++/24439] [3.4/4.0 " rguenth at gcc dot gnu dot org
2005-11-17 11:24 ` [Bug c++/24439] " reichelt 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).