This is the mail archive of the gcc-prs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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


>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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]