[Bug libmudflap/26120] mudflap behavior changes with trivial changes to build command

2006-06-02 Thread idht4n at hotmail dot com
--- Comment #8 from idht4n at hotmail dot com 2006-06-02 16:22 --- (In reply to comment #7) > g++f4 -o hello hello.o -lmudflap > > You need both -fmudlfap and -lmudflap when linking. > > This is not a bug. > OK - mostly my bad then. Sorry. But if you need them both, why doesn't it

[Bug libmudflap/26120] mudflap behavior changes with trivial changes to build command

2006-06-01 Thread pinskia at gcc dot gnu dot org
--- Comment #7 from pinskia at gcc dot gnu dot org 2006-06-02 02:12 --- g++f4 -o hello hello.o -lmudflap You need both -fmudlfap and -lmudflap when linking. This is not a bug. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added ---

[Bug libmudflap/26120] mudflap behavior changes with trivial changes to build command

2006-06-01 Thread idht4n at hotmail dot com
--- Comment #6 from idht4n at hotmail dot com 2006-06-01 23:03 --- Still behaves the same in 4.1.1 20060525 (Red Hat 4.1.1-1). -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26120

[Bug libmudflap/26120] mudflap behavior changes with trivial changes to build command

2006-02-08 Thread pinskia at gcc dot gnu dot org
--- Comment #5 from pinskia at gcc dot gnu dot org 2006-02-09 01:12 --- oh, it wraps main: --wrap=main I don't know the correct behavior here is or not. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26120

[Bug libmudflap/26120] mudflap behavior changes with trivial changes to build command

2006-02-08 Thread idht4n at hotmail dot com
--- Comment #4 from idht4n at hotmail dot com 2006-02-08 23:00 --- (In reply to comment #2) > It worked in "4.1.0 20051026". > I just downloaded snapshot 4.1-20051029 which reports the version that you mentioned and it exhibits the same behavior: ~/gcc4.1-20051029/bin/g++ --version g