public inbox for gcc-prs@sourceware.org
help / color / mirror / Atom feed
* Re: c++/10218
@ 2003-03-27 17:22 Wolfgang Bangerth
  0 siblings, 0 replies; 4+ messages in thread
From: Wolfgang Bangerth @ 2003-03-27 17:22 UTC (permalink / raw)
  To: nobody; +Cc: gcc-prs

The following reply was made to PR c++/10218; it has been noted by GNATS.

From: Wolfgang Bangerth <bangerth@ices.utexas.edu>
To: s.bosscher@student.tudelft.nl, <gcc-gnats@gcc.gnu.org>
Cc:  
Subject: Re: c++/10218
Date: Thu, 27 Mar 2003 11:13:03 -0600 (CST)

 Steven,
 I still get this ICE with a mainline snapshot just checked out. I see that 
 your 3.3 version has --disable-checked. Maybe that makes a difference?
 
 W.
 
 -------------------------------------------------------------------------
 Wolfgang Bangerth             email:            bangerth@ticam.utexas.edu
                               www: http://www.ticam.utexas.edu/~bangerth/
 
 


^ permalink raw reply	[flat|nested] 4+ messages in thread

* c++/10218
@ 2003-03-28 21:33 mmitchel
  0 siblings, 0 replies; 4+ messages in thread
From: mmitchel @ 2003-03-28 21:33 UTC (permalink / raw)
  To: nobody; +Cc: gcc-prs

The following reply was made to PR c++/10218; it has been noted by GNATS.

From: mmitchel@gcc.gnu.org
To: gcc-gnats@gcc.gnu.org
Cc:  
Subject: c++/10218
Date: 28 Mar 2003 21:18:40 -0000

 CVSROOT:	/cvs/gcc
 Module name:	gcc
 Changes by:	mmitchel@gcc.gnu.org	2003-03-28 21:18:40
 
 Modified files:
 	gcc/cp         : ChangeLog decl.c 
 
 Log message:
 	PR c++/10218
 	* decl.c (grokfndecl): Return NULL_TREE for bogus out-of-class
 	definitions.
 
 Patches:
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/cp/ChangeLog.diff?cvsroot=gcc&r1=1.3300&r2=1.3301
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/cp/decl.c.diff?cvsroot=gcc&r1=1.1026&r2=1.1027
 


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: c++/10218
@ 2003-03-27 19:59 Wolfgang Bangerth
  0 siblings, 0 replies; 4+ messages in thread
From: Wolfgang Bangerth @ 2003-03-27 19:59 UTC (permalink / raw)
  To: nobody; +Cc: gcc-prs

The following reply was made to PR c++/10218; it has been noted by GNATS.

From: Wolfgang Bangerth <bangerth@ices.utexas.edu>
To: Steven Bosscher <s.bosscher@student.tudelft.nl>
Cc: gcc-gnats@gcc.gnu.org
Subject: Re: c++/10218
Date: Thu, 27 Mar 2003 13:48:34 -0600 (CST)

 > This is an out-of-the-box build, so should be with
 > checking enabled.  Still no ICE for me.  You're on
 > i686, maybe that makes the difference?
 
 I tried that, but couldn't make the ICE go away with my build, by passing
 -mcpu or -march flags. But again, maybe I just don't: on the 3.3 branch,
 the default is --disable-checking.  If you want checking, you need to
 explicitly pass --enable-checking. Your output doesn't show this.
 
 W.
 
 -------------------------------------------------------------------------
 Wolfgang Bangerth             email:            bangerth@ticam.utexas.edu
                               www: http://www.ticam.utexas.edu/~bangerth/
 
 
 


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: c++/10218
@ 2003-03-27 19:56 Steven Bosscher
  0 siblings, 0 replies; 4+ messages in thread
From: Steven Bosscher @ 2003-03-27 19:56 UTC (permalink / raw)
  To: nobody; +Cc: gcc-prs

The following reply was made to PR c++/10218; it has been noted by GNATS.

From: Steven Bosscher <s.bosscher@student.tudelft.nl>
To: Wolfgang Bangerth <bangerth@ices.utexas.edu>
Cc: gcc-gnats@gcc.gnu.org
Subject: Re: c++/10218
Date: 27 Mar 2003 19:50:07 +0100

 Op do 27-03-2003, om 18:13 schreef Wolfgang Bangerth:
 > 
 > Steven,
 > I still get this ICE with a mainline snapshot just checked out. I see that 
 > your 3.3 version has --disable-checked. Maybe that makes a difference?
 > 
 > W.
 > 
 
 Nope, 
 
 This is an out-of-the-box build, so should be with
 checking enabled.  Still no ICE for me.  You're on
 i686, maybe that makes the difference?
 
 # ./xgcc -v -c -O3 ./10218.cc 
 Reading specs from /opt/experimental/lib/gcc-lib/i586-pc-linux-gnu/3.3/specs
 Configured with: ../gcc-3.3/configure --disable-nls --with-gnu-as --with-gnu-ld --prefix=/opt/experimental --program-suffix=-3.3 --enable-languages=c,c++
 Thread model: posix
 gcc version 3.3 20030327 (prerelease)
  /opt/experimental/lib/gcc-lib/i586-pc-linux-gnu/3.3/cc1plus -quiet -v -iprefix ./../lib/gcc-lib/i586-pc-linux-gnu/3.3/ -D__GNUC__=3 -D__GNUC_MINOR__=3 -D__GNUC_PATCHLEVEL__=0 -D_GNU_SOURCE ./10218.cc -D__GNUG__=3 -quiet -dumpbase 10218.cc -auxbase 10218 -O3 -version -o /tmp/cc3FowxI.s
 GNU C++ version 3.3 20030327 (prerelease) (i586-pc-linux-gnu)
         compiled by GNU C version 3.3 20030327 (prerelease).
 GGC heuristics: --param ggc-min-expand=42 --param ggc-min-heapsize=23891
 ignoring nonexistent directory "../lib/gcc-lib/i586-pc-linux-gnu/3.3/../../../../include/c++/3.3"
 ignoring nonexistent directory "../lib/gcc-lib/i586-pc-linux-gnu/3.3/../../../../include/c++/3.3/i586-pc-linux-gnu"
 ignoring nonexistent directory "../lib/gcc-lib/i586-pc-linux-gnu/3.3/../../../../include/c++/3.3/backward"
 ignoring nonexistent directory "../lib/gcc-lib/i586-pc-linux-gnu/3.3/include"
 ignoring nonexistent directory "../lib/gcc-lib/i586-pc-linux-gnu/3.3/../../../../i586-pc-linux-gnu/include"
 ignoring nonexistent directory "/opt/experimental/i586-pc-linux-gnu/include"
 #include "..." search starts here:
 #include <...> search starts here:
  /opt/experimental/include/c++/3.3
  /opt/experimental/include/c++/3.3/i586-pc-linux-gnu
  /opt/experimental/include/c++/3.3/backward
  /usr/local/include
  /opt/experimental/include
  /opt/experimental/lib/gcc-lib/i586-pc-linux-gnu/3.3/include
  /usr/include
 End of search list.
 10218.cc:11: error: redefinition of `void generic_wedge::add_u_chan()'
 10218.cc:2: error: `void generic_wedge::add_u_chan()' previously defined here
 10218.cc:11: error: no `void generic_wedge::add_u_chan()' member function 
    declared in class `generic_wedge'
 10218.cc:12: confused by earlier errors, bailing out
 #
 
 


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2003-03-28 21:26 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-03-27 17:22 c++/10218 Wolfgang Bangerth
2003-03-27 19:56 c++/10218 Steven Bosscher
2003-03-27 19:59 c++/10218 Wolfgang Bangerth
2003-03-28 21:33 c++/10218 mmitchel

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