c++/10569: use typedef type as return from main

wxy@kivera.com wxy@kivera.com
Wed Apr 30 18:26:00 GMT 2003


>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



More information about the Gcc-bugs mailing list