public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug modula2/109315] New: typo: inconsistant
@ 2023-03-28  8:09 roland.illig at gmx dot de
  2023-03-28 15:01 ` [Bug modula2/109315] " gaius at gcc dot gnu.org
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: roland.illig at gmx dot de @ 2023-03-28  8:09 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109315

            Bug ID: 109315
           Summary: typo: inconsistant
           Product: gcc
           Version: 13.0
            Status: UNCONFIRMED
          Keywords: diagnostic
          Severity: normal
          Priority: P3
         Component: modula2
          Assignee: gaius at gcc dot gnu.org
          Reporter: roland.illig at gmx dot de
  Target Milestone: ---

m2decl.cc says:
> inconsistant

That should be 'inconsistent'.

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [Bug modula2/109315] typo: inconsistant
  2023-03-28  8:09 [Bug modula2/109315] New: typo: inconsistant roland.illig at gmx dot de
@ 2023-03-28 15:01 ` gaius at gcc dot gnu.org
  2023-03-29 16:39 ` cvs-commit at gcc dot gnu.org
  2023-03-29 16:40 ` gaius at gcc dot gnu.org
  2 siblings, 0 replies; 4+ messages in thread
From: gaius at gcc dot gnu.org @ 2023-03-28 15:01 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109315

Gaius Mulley <gaius at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Last reconfirmed|                            |2023-03-28
     Ever confirmed|0                           |1
             Status|UNCONFIRMED                 |ASSIGNED

--- Comment #1 from Gaius Mulley <gaius at gcc dot gnu.org> ---
Thanks will fix

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [Bug modula2/109315] typo: inconsistant
  2023-03-28  8:09 [Bug modula2/109315] New: typo: inconsistant roland.illig at gmx dot de
  2023-03-28 15:01 ` [Bug modula2/109315] " gaius at gcc dot gnu.org
@ 2023-03-29 16:39 ` cvs-commit at gcc dot gnu.org
  2023-03-29 16:40 ` gaius at gcc dot gnu.org
  2 siblings, 0 replies; 4+ messages in thread
From: cvs-commit at gcc dot gnu.org @ 2023-03-29 16:39 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109315

--- Comment #2 from CVS Commits <cvs-commit at gcc dot gnu.org> ---
The master branch has been updated by Gaius Mulley <gaius@gcc.gnu.org>:

https://gcc.gnu.org/g:3be4e43a6a0f429648ea188c8e110b74268fed27

commit r13-6931-g3be4e43a6a0f429648ea188c8e110b74268fed27
Author: Gaius Mulley <gaiusmod2@gmail.com>
Date:   Wed Mar 29 17:38:22 2023 +0100

    PR modula2/109336 - The -fmod= and -fdef= options do not work

    The -fmod= and -fdef= options do not work.  After the linking
    re-implementation and subsequent restructuring the -fmod= amd -fdef= are
    now broken.  This patch adds -fmod= and -fdef= processing into gm2spec.cc.
    It also reduces the complexity of extension handling within M2Search
    by storing the preceeding "." in the extension.

    gcc/m2/ChangeLog:

            PR modula2/109336
            PR modula2/109315
            * gm2-compiler/M2FileName.mod (CalculateFileName): Simplified by
            ensuring the extension contains the ".".
            (CalculateStemName): Re-formatted.
            (ExtractExtension): Re-formatted.
            (ExtractModule): Re-formatted.
            * gm2-compiler/M2Options.def (setdefextension): Add block comment.
            (setmodextension): Add block comment.  Re-formatted.
            * gm2-compiler/M2Options.mod (setdefextension): Add block comment.
            (setmodextension): Add block comment.  Re-formatted.
            * gm2-compiler/M2Search.mod (FindSourceDefFile): Use
            DefaultDefExt.
            (DefaultDefExt): New constant.
            (DefaultModExt): New constant.
            (FindSourceModFile): Use DefaultModExt.
            * gm2-gcc/m2decl.cc (m2decl_DeclareKnownVariable): Correct
            spelling.
            * gm2spec.cc (M2SOURCE): New constant.
            (LANGSPEC): New value.
            (MATHLIB): New value.
            (WITHLIBC): New value.
            (SKIPOPT): New value.
            (lang_specific_driver): Replace seen_module_extension bool with
            module_extension char *.  Detect -fmod= and remember extension.
            Use the extension to detect modula-2 source and mark it as such.

    gcc/testsuite/ChangeLog:

            PR modula2/109336
            * gm2/link/nondefaultext/pass/hello.md: New test.
            * gm2/link/nondefaultext/pass/liba.dm: New test.
            * gm2/link/nondefaultext/pass/liba.md: New test.
            * gm2/link/nondefaultext/pass/link-nondefaultext-pass.exp: New
test.

    Signed-off-by: Gaius Mulley <gaiusmod2@gmail.com>

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [Bug modula2/109315] typo: inconsistant
  2023-03-28  8:09 [Bug modula2/109315] New: typo: inconsistant roland.illig at gmx dot de
  2023-03-28 15:01 ` [Bug modula2/109315] " gaius at gcc dot gnu.org
  2023-03-29 16:39 ` cvs-commit at gcc dot gnu.org
@ 2023-03-29 16:40 ` gaius at gcc dot gnu.org
  2 siblings, 0 replies; 4+ messages in thread
From: gaius at gcc dot gnu.org @ 2023-03-29 16:40 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109315

Gaius Mulley <gaius at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
         Resolution|---                         |FIXED

--- Comment #3 from Gaius Mulley <gaius at gcc dot gnu.org> ---
Closing as a patch has been applied.

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2023-03-29 16:40 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-03-28  8:09 [Bug modula2/109315] New: typo: inconsistant roland.illig at gmx dot de
2023-03-28 15:01 ` [Bug modula2/109315] " gaius at gcc dot gnu.org
2023-03-29 16:39 ` cvs-commit at gcc dot gnu.org
2023-03-29 16:40 ` gaius at gcc dot gnu.org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).