public inbox for gcc-prs@sourceware.org
help / color / mirror / Atom feed
* c/4576: empty attribute line causes gcc to segfault
@ 2001-10-15 11:46 leitner
  0 siblings, 0 replies; only message in thread
From: leitner @ 2001-10-15 11:46 UTC (permalink / raw)
  To: gcc-gnats

>Number:         4576
>Category:       c
>Synopsis:       empty attribute line causes gcc to segfault
>Confidential:   no
>Severity:       serious
>Priority:       low
>Responsible:    unassigned
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Mon Oct 15 11:46:01 PDT 2001
>Closed-Date:
>Last-Modified:
>Originator:     Felix von Leitner
>Release:        3.0.1
>Organization:
Convergence
>Environment:
System: Linux beholder 2.4.12-ac2 #4 Mon Oct 15 15:22:33 CEST 2001 i686 unknown
Architecture: i686

	
host: i686-pc-linux-gnu
build: i686-pc-linux-gnu
target: arm-unknown-linux-gnu
configured with: ./configure --prefix=/opt/cross --target=arm-linux
>Description:
	"__attribute__(()) int foo(int bar) { return bar; }" causes gcc
	to segfault.
>How-To-Repeat:
	compile this program:

#define regparm(x)

__attribute__((regparm(1)))
static int foo(int bar) {
  return bar+1;
}

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


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2001-10-15 11:46 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-10-15 11:46 c/4576: empty attribute line causes gcc to segfault leitner

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