public inbox for gcc-prs@sourceware.org
help / color / mirror / Atom feed
* Re: optimization/5415: [hp-ux] -O2 crash in redirect_edge_and_branch
@ 2003-05-07  1:46 Giovanni Bajo
  0 siblings, 0 replies; 5+ messages in thread
From: Giovanni Bajo @ 2003-05-07  1:46 UTC (permalink / raw)
  To: nobody; +Cc: gcc-prs

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

From: "Giovanni Bajo" <giovannibajo@libero.it>
To: <gcc-gnats@gcc.gnu.org>,
	<gcc-bugs@gcc.gnu.org>,
	<nobody@gcc.gnu.org>,
	<gcc-prs@gcc.gnu.org>,
	<jdonner@schedsys.com>
Cc: <dhazeghi@stanford.edu>
Subject: Re: optimization/5415: [hp-ux] -O2 crash in redirect_edge_and_branch
Date: Wed, 7 May 2003 03:36:48 +0200

 http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=gcc&pr=5415
 
 As for other similar PRs, the only way to go is to reproduce the bug with an
 older compiler, trim down the preprocessed source to a bare minimum and
 eventually try again with mainline. Until we can properly check with
 mainline, it's a bit risky to close the PR.
 
 Giovanni Bajo
 


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

* Re: optimization/5415: [hp-ux] -O2 crash in redirect_edge_and_branch
@ 2003-05-09 18:06 Dara Hazeghi
  0 siblings, 0 replies; 5+ messages in thread
From: Dara Hazeghi @ 2003-05-09 18:06 UTC (permalink / raw)
  To: nobody; +Cc: gcc-prs

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

From: Dara Hazeghi <dhazeghi@yahoo.com>
To: gcc-gnats@gcc.gnu.org, jdonner@schedsys.com
Cc:  
Subject: Re: optimization/5415: [hp-ux] -O2 crash in redirect_edge_and_branch
Date: Fri, 9 May 2003 11:01:32 -0700

 http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit- 
 trail&database=gcc&pr=5415
 
 Hello,
 
 could the submitter please verify whether this bug appears in a more  
 current version of gcc (ie 3.2.3). Thanks,
 
 Dara
 


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

* Re: optimization/5415: [hp-ux] -O2 crash in redirect_edge_and_branch
@ 2003-05-06 17:36 Dara Hazeghi
  0 siblings, 0 replies; 5+ messages in thread
From: Dara Hazeghi @ 2003-05-06 17:36 UTC (permalink / raw)
  To: nobody; +Cc: gcc-prs

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

From: Dara Hazeghi <dhazeghi@stanford.edu>
To: gcc-gnats@gcc.gnu.org, gcc-bugs@gcc.gnu.org, nobody@gcc.gnu.org,
   gcc-prs@gcc.gnu.org, jdonner@schedsys.com
Cc:  
Subject: Re: optimization/5415: [hp-ux] -O2 crash in redirect_edge_and_branch
Date: Tue, 6 May 2003 10:26:33 -0700

 http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit- 
 trail&database=gcc&pr=5415
 
 Hi all
 
 the testcase in this PR no longer crashes as reported on gcc 3.3. On  
 powerpc-apple-darwin6.5 x hppa2.0w-hp-hpux11.00 cross compiler on 3.3  
 cvs (20030506) I get no errors. Unfortunately the testcase does not  
 compile at all on 3.4 due to changes in the C++ parser. With 3.4 I get:
 
 bash-2.05a$ /usr/local/lib/gcc-lib/hppa2.0w-hp-hpux11.00/3.4/cc1plus  
 -quiet -W -O2 -fPIC qinputcontext_x11.ii
 In file included from  
 /usr/local/gccSmokin/include/g++-v3/bits/basic_ios.h:41,
                   from /usr/local/gccSmokin/include/g++-v3/ios:51,
                   from /usr/local/gccSmokin/include/g++-v3/ostream:44,
                   from /usr/local/gccSmokin/include/g++-v3/iterator:70,
                   from /usr/llocal/qt-301-gcc3/include/qmap.h:49,
                   from kernel/qmime.h:43,
                   from kernel/qevent.h:45,
                   from kernel/qobject.h:45,
                   from kernel/qwidget.h:43,
                   from kernel/qdesktopwidget.h:42,
                   from kernel/qapplication.h:42,
                   from kernel/qinputcontext_x11.cpp:39:
 /usr/local/gccSmokin/include/g++-v3/bits/locale_facets.h: In  
 constructor `
     std::collate_byname<_CharT>::collate_byname(const char*, long  
 unsigned int)
     ':
 /usr/local/gccSmokin/include/g++-v3/bits/locale_facets.h:905: error: `
     _M_c_locale_collate' has not been declared
 ...
 
 I'm not sure if this PR should be kept open or not, but it looks like  
 changes in 3.4 mean the provided preprocessed source isn't a valid  
 testcase, so we need an updated one.
 
 Dara
 


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

* Re: optimization/5415: [hp-ux] -O2 crash in redirect_edge_and_branch
@ 2003-05-06  6:16 Dara Hazeghi
  0 siblings, 0 replies; 5+ messages in thread
From: Dara Hazeghi @ 2003-05-06  6:16 UTC (permalink / raw)
  To: nobody; +Cc: gcc-prs

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

From: Dara Hazeghi <dhazeghi@yahoo.com>
To: gcc-gnats@gcc.gnu.org, gcc-bugs@gcc.gnu.org, nobody@gcc.gnu.org,
  jdonner@schedsys.com
Cc:  
Subject: Re: optimization/5415: [hp-ux] -O2 crash in redirect_edge_and_branch
Date: Mon, 5 May 2003 23:13:15 -0700 (PDT)

 http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=gcc&pr=5415
 
 Hi all,
 
 using latest gcc 3.3 cvs and a darwin x
 hppa2.0w-hp-hpux11.00 cross compiler I was unable to
 reproduce the problem reported in this PR. The
 testcase takes a bit of time to compile, but does not
 ICE either at -O0 or -O2. Perhaps the problem has been
 fixed?
 
 Dara
 
 __________________________________
 Do you Yahoo!?
 The New Yahoo! Search - Faster. Easier. Bingo.
 http://search.yahoo.com


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

* Re: optimization/5415: [hp-ux] -O2 crash in redirect_edge_and_branch
@ 2003-03-15  4:31 bangerth
  0 siblings, 0 replies; 5+ messages in thread
From: bangerth @ 2003-03-15  4:31 UTC (permalink / raw)
  To: gcc-bugs, gcc-prs, jdonner, nobody

Old Synopsis: 3.1 0114 cvs g++ -O2 crash, on hp11
New Synopsis: [hp-ux] -O2 crash in redirect_edge_and_branch

State-Changed-From-To: open->feedback
State-Changed-By: bangerth
State-Changed-When: Sat Mar 15 04:31:39 2003
State-Changed-Why:
    Is this still an issue with newer versions of gcc? I don't
    have an hp-ux machine, but can't reproduce this on x86
    linux, so better ask.
    
    Thanks
      Wolfgang

http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=gcc&pr=5415


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

end of thread, other threads:[~2003-05-09 18:06 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-05-07  1:46 optimization/5415: [hp-ux] -O2 crash in redirect_edge_and_branch Giovanni Bajo
  -- strict thread matches above, loose matches on Subject: below --
2003-05-09 18:06 Dara Hazeghi
2003-05-06 17:36 Dara Hazeghi
2003-05-06  6:16 Dara Hazeghi
2003-03-15  4:31 bangerth

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