This is the mail archive of the gcc-bugs@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]

[Bug other/54692] [4.8 Regression] gcc doesn't build with "-Og -g"


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54692

--- Comment #7 from Markus Trippelsdorf <markus at trippelsdorf dot de> 2012-09-24 14:40:50 UTC ---
(In reply to comment #5)
> Does it work with "s/-O[sg0-9]* *//"?

Yes:
tmp % echo "-Og -g"| sed "s/-O[sg0-9]* *//"
-g
tmp %


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