public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug tree-optimization/17724] New: [4.0 Regression] wrong dominator (eh/fold all builtins) related
@ 2004-09-29 13:39 pinskia at gcc dot gnu dot org
  2004-09-29 13:42 ` [Bug tree-optimization/17724] " pinskia at gcc dot gnu dot org
                   ` (15 more replies)
  0 siblings, 16 replies; 17+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-09-29 13:39 UTC (permalink / raw)
  To: gcc-bugs

namespace ACE_OS {char *strcpy (char *s, const char *t);}
extern "C" char *strcpy (char *__restrict __dest, __const char *__restrict __src)  throw ();
inline char *ACE_OS::strcpy (char *s, const char *t){return ::strcpy (s, t); }
struct decon{~decon();};
int fg();
void f();
int main (int, char *[])
{
  decon cmd_opts;
  int option;
  char config_file[4096];
  ACE_OS::strcpy (config_file, "HAStatus.conf");
  while ((option = fg()) != (-1))
    if (option)
       return -1;
  return 0;
}

-- 
           Summary: [4.0 Regression] wrong dominator (eh/fold all builtins)
                    related
           Product: gcc
           Version: 4.0.0
            Status: UNCONFIRMED
          Keywords: ice-on-valid-code, EH
          Severity: critical
          Priority: P2
         Component: tree-optimization
        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=17724


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

end of thread, other threads:[~2004-10-13 12:22 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-09-29 13:39 [Bug tree-optimization/17724] New: [4.0 Regression] wrong dominator (eh/fold all builtins) related pinskia at gcc dot gnu dot org
2004-09-29 13:42 ` [Bug tree-optimization/17724] " pinskia at gcc dot gnu dot org
2004-09-29 19:18 ` micis at gmx dot de
2004-09-29 21:02 ` pinskia at gcc dot gnu dot org
2004-09-29 22:31 ` pinskia at gcc dot gnu dot org
2004-09-30  8:56 ` micis at gmx dot de
2004-09-30 11:29 ` micis at gmx dot de
2004-09-30 11:57 ` giovannibajo at libero dot it
2004-10-01 12:41 ` jakub at gcc dot gnu dot org
2004-10-07 21:26 ` pinskia at gcc dot gnu dot org
2004-10-10 18:15 ` pinskia at gcc dot gnu dot org
2004-10-12  7:25 ` micis at gmx dot de
2004-10-12  8:45 ` giovannibajo at libero dot it
2004-10-12  8:48 ` micis at gmx dot de
2004-10-13  7:22 ` micis at gmx dot de
2004-10-13 11:27 ` cvs-commit at gcc dot gnu dot org
2004-10-13 12:22 ` 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).