[Bug driver/28437] [4.2 Regression] multiple fno-builtin-* flags broken

2006-07-31 Thread pinskia at gcc dot gnu dot org
--- Comment #13 from pinskia at gcc dot gnu dot org 2006-07-31 23:33 --- Fixed, though really this is just a workaround as mentioned on the mailing list. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added --

[Bug driver/28437] [4.2 Regression] multiple fno-builtin-* flags broken

2006-07-31 Thread mmitchel at gcc dot gnu dot org
--- Comment #12 from mmitchel at gcc dot gnu dot org 2006-07-31 23:32 --- Shouldn't this issue be closed now? -- mmitchel at gcc dot gnu dot org changed: What|Removed |Added -

[Bug driver/28437] [4.2 Regression] multiple fno-builtin-* flags broken

2006-07-27 Thread hjl at gcc dot gnu dot org
--- Comment #11 from hjl at gcc dot gnu dot org 2006-07-27 21:27 --- Subject: Bug 28437 Author: hjl Date: Thu Jul 27 21:26:55 2006 New Revision: 115780 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=115780 Log: 2006-07-27 H.J. Lu <[EMAIL PROTECTED]> PR driver/28437

[Bug driver/28437] [4.2 Regression] multiple fno-builtin-* flags broken

2006-07-24 Thread hjl at lucon dot org
--- Comment #10 from hjl at lucon dot org 2006-07-25 00:36 --- A patch is posted at http://gcc.gnu.org/ml/gcc-patches/2006-07/msg01048.html -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28437

[Bug driver/28437] [4.2 Regression] multiple fno-builtin-* flags broken

2006-07-24 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|4.1.2 |4.2.0 Version|4.1.2 |4.2.0 http://

[Bug driver/28437] [4.2 Regression] multiple fno-builtin-* flags broken

2006-07-24 Thread steven at gcc dot gnu dot org
--- Comment #9 from steven at gcc dot gnu dot org 2006-07-24 22:13 --- Created an attachment (id=11932) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=11932&action=view) Don't prune options that can be "Joined" Seems to me like pruning Joined options is always wrong. But, HJ, sinc

[Bug driver/28437] [4.2 Regression] multiple fno-builtin-* flags broken

2006-07-24 Thread steven at gcc dot gnu dot org
--- Comment #8 from steven at gcc dot gnu dot org 2006-07-24 21:51 --- HJ definitely caused this bug: Starting program: /home/steven/devel/build-trunk-test/gcc/xgcc -B. -fno-builtin-iswalpha -fno-builtin-iswalnum -S b.c Breakpoint 2, main (argc=6, argv=0x7fc7bbb8) at gcc.c:6096 609

[Bug driver/28437] [4.2 Regression] multiple fno-builtin-* flags broken

2006-07-24 Thread steven at gcc dot gnu dot org
--- Comment #7 from steven at gcc dot gnu dot org 2006-07-24 21:47 --- Not an FSF GCC 4.1 bug. -- steven at gcc dot gnu dot org changed: What|Removed |Added Known to