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++/6211: internal compiler error using __attribute__



>Number:         6211
>Category:       c++
>Synopsis:       internal compiler error using __attribute__
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    unassigned
>State:          open
>Class:          ice-on-legal-code
>Submitter-Id:   net
>Arrival-Date:   Sat Apr 06 20:26:00 PST 2002
>Closed-Date:
>Last-Modified:
>Originator:     Sanjay
>Release:        gcc version 2.95.3-6 (mingw special)
>Organization:
>Environment:
mingw running under windows 98 se.  No error when compiled under djgpp (gcc version 2.95.2 19991024 (release)).  Cygwin is not being used when compiling.
>Description:
Sorry, this is a repeat of a previous report I sent a few seconds ago; my attachement accidently got removed thanks to ms internet explorer.

Internal compiler error on what I believe to be valid code.  It's a one-liner:

template<class T> __attribute__((stdcall)) int f(T x){}

Output when compiled with ``gcc -v -save-temps bug.cc'' is attatched.
>How-To-Repeat:
compile the code under mingw.
>Fix:
Compiles fine under the djgpp version of gcc; I haven't tried other compilers.
>Release-Note:
>Audit-Trail:
>Unformatted:
----gnatsweb-attachment----
Content-Type: text/plain; name="barbar"
Content-Disposition: inline; filename="barbar"

Reading specs from C:/MINGW/BIN/../lib/gcc-lib/mingw32/2.95.3-6/specs
gcc version 2.95.3-6 (mingw special)
 C:\MINGW\BIN\..\lib\gcc-lib\mingw32\2.95.3-6\cpp0.exe -lang-c++ -v -iprefix C:\MINGW\BIN\../lib/gcc-lib/mingw32/2.95.3-6/ -D__GNUC__=2 -D__GNUG__=2 -D__GNUC_MINOR__=95 -D__cplusplus -Di386 -D_WIN32 -DWIN32 -D__WIN32__ -D__MINGW32__=1.0 -D__MSVCRT__ -DWINNT -D_X86_=1 -D__STDC__=1 -D__stdcall=__attribute__((__stdcall__)) -D_stdcall=__attribute__((__stdcall__)) -D__cdecl=__attribute__((__cdecl__)) -D__declspec(x)=__attribute__((x)) -D__i386__ -D_WIN32 -D__WIN32__ -D__WIN32__ -D__MINGW32__=1.0 -D__MSVCRT__ -D__WINNT__ -D_X86_=1 -D__STDC__=1 -D__stdcall=__attribute__((__stdcall__)) -D___stdcall__=__attribute__((__stdcall__)) -D__cdecl=__attribute__((__cdecl__)) -D__declspec(x)=__attribute__((x)) -D__i386 -D__WIN32 -D__WINNT -D___stdcall=__attribute__((__stdcall__)) -Asystem(winnt) -Acpu(i386) -Amachine(i386) -D__EXCEPTIONS -remap -Acpu(i386) -Amachine(i386) -Di386 -D__i386 -D__i386__ bug.cc bug.ii
GNU CPP version 2.95.3-6 (mingw special) (80386, BSD syntax)
#include "..." search starts here:
#include <...> search starts here:
 C:/MINGW/BIN/../lib/gcc-lib/mingw32/2.95.3-6/../../../../include/g++-3
 C:/MINGW/BIN/../lib/gcc-lib/mingw32/2.95.3-6/../../../../include
 C:/MINGW/BIN/../lib/gcc-lib/mingw32/2.95.3-6/../../../../mingw32/include
 C:/MINGW/BIN/../lib/gcc-lib/mingw32/2.95.3-6/include
 /mingw/lib/gcc-lib/mingw32/2.95.3-6/../../../../include/g++-3
 /mingw/lib/gcc-lib/mingw32/2.95.3-6/../../../../include
 /mingw/lib/gcc-lib/mingw32/2.95.3-6/../../../../mingw32/include
 /mingw/lib/gcc-lib/mingw32/2.95.3-6/include
End of search list.
The following default directories have been omitted from the search path:
 /usr/local/mingw32/include
End of omitted list.
 C:\MINGW\BIN\..\lib\gcc-lib\mingw32\2.95.3-6\cc1plus.exe bug.ii -quiet -dumpbase bug.cc -version -o bug.s
GNU C++ version 2.95.3-6 (mingw special) (mingw32) compiled by GNU C version 2.95.3-6 (mingw special).
bug.cc: In function `int f(T)':
bug.cc:1: Internal compiler error.
bug.cc:1: Please submit a full bug report.
bug.cc:1: See <URL:http://www.gnu.org/software/gcc/bugs.html> for instructions.


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