public inbox for gcc-prs@sourceware.org
help / color / mirror / Atom feed
From: sanjay314@yahoo.ca
To: gcc-gnats@gcc.gnu.org
Subject: c++/6211: internal compiler error using __attribute__
Date: Sat, 06 Apr 2002 20:26:00 -0000	[thread overview]
Message-ID: <20020407042527.31214.qmail@sources.redhat.com> (raw)


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


             reply	other threads:[~2002-04-07  4:26 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-04-06 20:26 sanjay314 [this message]
2002-04-07  1:29 jason

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20020407042527.31214.qmail@sources.redhat.com \
    --to=sanjay314@yahoo.ca \
    --cc=gcc-gnats@gcc.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).