public inbox for gcc-prs@sourceware.org
help / color / mirror / Atom feed
* Re: c/3927: gcc 3.1 fails ifcvting inlined builtin_trap
@ 2001-12-01 17:44 rodrigc
  0 siblings, 0 replies; 3+ messages in thread
From: rodrigc @ 2001-12-01 17:44 UTC (permalink / raw)
  To: gcc-bugs, gcc-gnats, gcc-prs, nobody, sac

Synopsis: gcc 3.1 fails ifcvting inlined builtin_trap

State-Changed-From-To: open->feedback
State-Changed-By: rodrigc
State-Changed-When: Sat Dec  1 17:44:50 2001
State-Changed-Why:
    Error reproduced with gcc 3.1 20011201.
    
    Error does not occur with gcc 3.0.3, so this is a regression.

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


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

* Re: c/3927: gcc 3.1 fails ifcvting inlined builtin_trap
@ 2001-12-01 17:46 rodrigc
  0 siblings, 0 replies; 3+ messages in thread
From: rodrigc @ 2001-12-01 17:46 UTC (permalink / raw)
  To: nobody; +Cc: gcc-prs

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

From: rodrigc@gcc.gnu.org
To: gcc-bugs@gcc.gnu.org, gcc-gnats@gcc.gnu.org, gcc-prs@gcc.gnu.org,
  nobody@gcc.gnu.org, sac@toolsmith.com
Cc:  
Subject: Re: c/3927: gcc 3.1 fails ifcvting inlined builtin_trap
Date: 2 Dec 2001 01:44:50 -0000

 Synopsis: gcc 3.1 fails ifcvting inlined builtin_trap
 
 State-Changed-From-To: open->feedback
 State-Changed-By: rodrigc
 State-Changed-When: Sat Dec  1 17:44:50 2001
 State-Changed-Why:
     Error reproduced with gcc 3.1 20011201.
     
     Error does not occur with gcc 3.0.3, so this is a regression.
 
 http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&pr=3927&database=gcc


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

* c/3927: gcc 3.1 fails ifcvting inlined builtin_trap
@ 2001-08-03 10:16 sac
  0 siblings, 0 replies; 3+ messages in thread
From: sac @ 2001-08-03 10:16 UTC (permalink / raw)
  To: gcc-gnats

>Number:         3927
>Category:       c
>Synopsis:       gcc 3.1 fails ifcvting inlined builtin_trap
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    unassigned
>State:          open
>Class:          ice-on-legal-code
>Submitter-Id:   net
>Arrival-Date:   Fri Aug 03 10:16:02 PDT 2001
>Closed-Date:
>Last-Modified:
>Originator:     sac@toolsmith.com
>Release:        3.1 20010803
>Organization:
>Environment:
Linux 2.4.6-ac5 #11 SMP Sun Jul 22 17:53:55 PDT 2001 i686 unknown
>Description:
static __inline__ halt (void)
{
    __builtin_trap ();
}

bar (int stop)
{
    if (stop)
	halt ();
    foo ();
}
->

bash-2.04$ ./cc1 -O2 c.c
 halt bar
c.c: In function `bar':
c.c:11: In basic block 0:

c.c:11: Flow control insn inside a basic block
(barrier/i 16 13 19)
c.c:11: confused by earlier errors, bailing out
bash-2.04$ 

>How-To-Repeat:

>Fix:

>Release-Note:
>Audit-Trail:
>Unformatted:


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

end of thread, other threads:[~2001-12-02  1:46 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-12-01 17:44 c/3927: gcc 3.1 fails ifcvting inlined builtin_trap rodrigc
  -- strict thread matches above, loose matches on Subject: below --
2001-12-01 17:46 rodrigc
2001-08-03 10:16 sac

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