OSDN Git Service
(root)
/
pf3gnuchains
/
gcc-fork.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
235b9d4
)
Fix typo in last change
author
mrs
<mrs@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 22 May 2006 06:30:48 +0000
(06:30 +0000)
committer
mrs
<mrs@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 22 May 2006 06:30:48 +0000
(06:30 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@113968
138bc75d
-0d04-0410-961f-
82ee72b054a4
gcc/config/darwin-c.c
patch
|
blob
|
history
diff --git
a/gcc/config/darwin-c.c
b/gcc/config/darwin-c.c
index
52180d7
..
88ce9ef
100644
(file)
--- a/
gcc/config/darwin-c.c
+++ b/
gcc/config/darwin-c.c
@@
-114,7
+114,7
@@
darwin_pragma_options (cpp_reader *pfile ATTRIBUTE_UNUSED)
BAD ("malformed '#pragma options', ignoring");
if (pragma_lex (&x) != CPP_EOF)
-
BAD (
"junk at end of '#pragma options'");
+
warning (OPT_Wpragmas,
"junk at end of '#pragma options'");
arg = IDENTIFIER_POINTER (t);
if (!strcmp (arg, "mac68k"))