OSDN Git Service
(root)
/
pf3gnuchains
/
gcc-fork.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
* c-decl.c (store_parm_decls_oldstyle): Let diagnostic machinery
[pf3gnuchains/gcc-fork.git]
/
gcc
/
toplev.c
diff --git
a/gcc/toplev.c
b/gcc/toplev.c
index
c7e5440
..
9f1bb79
100644
(file)
--- a/
gcc/toplev.c
+++ b/
gcc/toplev.c
@@
-1360,7
+1360,7
@@
print_switch_values (FILE *file, int pos, int max,
for (j = 0; j < cl_options_count; j++)
if ((cl_options[j].flags & CL_REPORT)
for (j = 0; j < cl_options_count; j++)
if ((cl_options[j].flags & CL_REPORT)
- && option_enabled (
&cl_options[j]
) > 0)
+ && option_enabled (
j
) > 0)
pos = print_single_switch (file, pos, max, indent, sep, term,
"", cl_options[j].opt_text);
pos = print_single_switch (file, pos, max, indent, sep, term,
"", cl_options[j].opt_text);