public inbox for gcc-prs@sourceware.org
help / color / mirror / Atom feed
* c++/10569: use typedef type as return from main
@ 2003-04-30 17:06 wxy
  0 siblings, 0 replies; only message in thread
From: wxy @ 2003-04-30 17:06 UTC (permalink / raw)
  To: gcc-gnats


>Number:         10569
>Category:       c++
>Synopsis:       use typedef type as return from main
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    unassigned
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Wed Apr 30 17:06:01 UTC 2003
>Closed-Date:
>Last-Modified:
>Originator:     Xiaoyi Wu
>Release:        gcc-3.2.3
>Organization:
>Environment:
SunOS mars 5.8 Generic_108528-19 sun4u sparc SUNW,Ultra-250
Reading specs from /net/mars/exp/opt/gcc/lib/gcc-lib/sparc-sun-solaris2.8/3.2.3/specs
Configured with: ../gcc-3.2.3/configure --prefix=/net/mars/exp/opt/gcc
Thread model: posix
gcc version 3.2.3

>Description:
source code is short:

typedef int I4;
I4 main() {
  return 0;
}

gcc main.c
gcc -Wall main.c
g++ main.c

These compiles fine.

g++ -Wall main.c

This fails.
>How-To-Repeat:

>Fix:

>Release-Note:
>Audit-Trail:
>Unformatted:
----gnatsweb-attachment----
Content-Type: application/octet-stream; name="main.c"
Content-Transfer-Encoding: base64
Content-Disposition: attachment; filename="main.c"

dHlwZWRlZiBpbnQgSTQ7CgpJNCBtYWluKCkgewogICAgcmV0dXJuIDA7Cn0K


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

only message in thread, other threads:[~2003-04-30 17:06 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-04-30 17:06 c++/10569: use typedef type as return from main wxy

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