--- Comment #10 from ddneilson at gmail dot com 2007-04-20 18:51 ---
(In reply to comment #9)
> (In reply to comment #8)
> > The work around is doing:
> > get_a().template func2 ();
> >
> >
> > Which tells the compiler for sure func2 is a
3.4.4
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: other
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: ddneilson at gmail dot com
CC: gcc-bugs at gcc dot gnu dot org
GCC build triplet: i686-pc-linux-gnu
GCC
--- Additional Comments From ddneilson at gmail dot com 2005-08-18 20:43
---
Created an attachment (id=9535)
--> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=9535&action=view)
Source file of example
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23469
--- Additional Comments From ddneilson at gmail dot com 2005-08-18 20:44
---
Created an attachment (id=9536)
--> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=9536&action=view)
.ii file generated by compiling with: g++ -Wall -v -save-temps signbit.cpp
--
http://gcc.
--- Additional Comments From ddneilson at gmail dot com 2005-08-18 20:45
---
Created an attachment (id=9537)
--> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=9537&action=view)
Ouput from compile with: g++ -Wall -v -save-temps signbit.cpp
--
http://gcc.gnu.org/b
--- Additional Comments From ddneilson at gmail dot com 2005-08-18 20:46
---
Created an attachment (id=9538)
--> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=9538&action=view)
.ii file generated by compiling with: g++ -Wall -v -O1 -save-temps signbit.cpp
--
http://gcc.
--- Additional Comments From ddneilson at gmail dot com 2005-08-18 20:47
---
Created an attachment (id=9539)
--> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=9539&action=view)
Output from compile with: g++ -Wall -v -O1 -save-temps signbit.cpp
--
http://gcc.gnu.org/b
--
What|Removed |Added
Attachment #9537|Ouput from compile with: g++|Output from compile with:
description|-Wall -v -save-temps|g++ -Wall -v -save-temps
--- Additional Comments From ddneilson at gmail dot com 2005-08-18 20:49
---
Created an attachment (id=9540)
--> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=9540&action=view)
Output from running the program without optimizations
--
http://gcc.gnu.org/bugzilla/show_bug
--- Additional Comments From ddneilson at gmail dot com 2005-08-18 20:49
---
Created an attachment (id=9541)
--> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=9541&action=view)
Output from running the program with -O1
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23469
--- Additional Comments From ddneilson at gmail dot com 2005-08-21 20:28
---
One of the really odd things, that makes me still think this is a bug in some
way is that the definition of "mysignbit()" that I gave in signbit.cpp is
identical to the definition of __signbitf(x) a
11 matches
Mail list logo