public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug target/65296] New: [avr] fix various issues with specs file generation
@ 2015-03-03 11:00 gjl at gcc dot gnu.org
  2015-03-03 11:03 ` [Bug target/65296] " gjl at gcc dot gnu.org
                   ` (12 more replies)
  0 siblings, 13 replies; 14+ messages in thread
From: gjl at gcc dot gnu.org @ 2015-03-03 11:00 UTC (permalink / raw)
  To: gcc-bugs

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

            Bug ID: 65296
           Summary: [avr] fix various issues with specs file generation
           Product: gcc
           Version: 5.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: target
          Assignee: unassigned at gcc dot gnu.org
          Reporter: gjl at gcc dot gnu.org
            Target: avr

Fix various problems like:

Fix wrong function parameter types, fix build warnings, handle -march= in
DRIVER_SELF_SPEC, fix non-existing %-code, add avr-libc awareness as of
PR54461, do not use avr-libc features if configured with --with-avrlibc=no,
code clean-up, remove dead files, code and macros ...


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

* [Bug target/65296] [avr] fix various issues with specs file generation
  2015-03-03 11:00 [Bug target/65296] New: [avr] fix various issues with specs file generation gjl at gcc dot gnu.org
@ 2015-03-03 11:03 ` gjl at gcc dot gnu.org
  2015-03-03 11:31 ` gjl at gcc dot gnu.org
                   ` (11 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: gjl at gcc dot gnu.org @ 2015-03-03 11:03 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #1 from Georg-Johann Lay <gjl at gcc dot gnu.org> ---
Author: gjl
Date: Tue Mar  3 11:03:16 2015
New Revision: 221141

URL: https://gcc.gnu.org/viewcvs?rev=221141&root=gcc&view=rev
Log:
gcc/
    Fix various problems with specs file generation.
    PR target/65296
    * config.gcc (extra_gcc_objs) [avr]: Remove.
    * config/avr/driver-avr.c: Remove file.
    * config/avr/t-avr (driver-avr.o): Remove rule.
    (gen-avr-mmcu-specs): Use CXX_FOR_BUILD, CXXFLAGS_FOR_BUILD and
    INCLUDES to build.  Depend on TM_H.
    * config/avr/gen-avr-mmcu-specs.c: Tidy up code.  Fix various
    build warnings.  Fix non-matching types and non-existing %-codes.
    (tm.h): Include.
    (*lib) [!WITH_AVRLIBC]: Don't link libdev.a.
    (*libgcc) [WITH_AVRLIBC]: Add "-lm".
    * config/avr/avrlibc.h (LIBGCC_SPEC): Remove definition.
    * config/avr/avr.h (DRIVER_SELF_SPECS): Fix handling of -march=.
    (CPP_SPEC, CC1PLUS_SPEC, ASM_SPEC, LINK_SPEC, LIB_SPEC)
    (LIBGCC_SPEC): Remove definitions.


Removed:
    trunk/gcc/config/avr/driver-avr.c
Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/config.gcc
    trunk/gcc/config/avr/avr.h
    trunk/gcc/config/avr/avrlibc.h
    trunk/gcc/config/avr/gen-avr-mmcu-specs.c
    trunk/gcc/config/avr/t-avr


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

* [Bug target/65296] [avr] fix various issues with specs file generation
  2015-03-03 11:00 [Bug target/65296] New: [avr] fix various issues with specs file generation gjl at gcc dot gnu.org
  2015-03-03 11:03 ` [Bug target/65296] " gjl at gcc dot gnu.org
@ 2015-03-03 11:31 ` gjl at gcc dot gnu.org
  2015-03-10  9:51 ` gjl at gcc dot gnu.org
                   ` (10 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: gjl at gcc dot gnu.org @ 2015-03-03 11:31 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #2 from Georg-Johann Lay <gjl at gcc dot gnu.org> ---
Author: gjl
Date: Tue Mar  3 11:31:05 2015
New Revision: 221144

URL: https://gcc.gnu.org/viewcvs?rev=221144&root=gcc&view=rev
Log:
    PR target/65296
    * config.gcc (extra_gcc_objs) [avr-*-rtems*]: Remove.


Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/config.gcc


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

* [Bug target/65296] [avr] fix various issues with specs file generation
  2015-03-03 11:00 [Bug target/65296] New: [avr] fix various issues with specs file generation gjl at gcc dot gnu.org
  2015-03-03 11:03 ` [Bug target/65296] " gjl at gcc dot gnu.org
  2015-03-03 11:31 ` gjl at gcc dot gnu.org
@ 2015-03-10  9:51 ` gjl at gcc dot gnu.org
  2015-03-11 18:36 ` gjl at gcc dot gnu.org
                   ` (9 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: gjl at gcc dot gnu.org @ 2015-03-10  9:51 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #3 from Georg-Johann Lay <gjl at gcc dot gnu.org> ---
Author: gjl
Date: Tue Mar 10 09:50:41 2015
New Revision: 221316

URL: https://gcc.gnu.org/viewcvs?rev=221316&root=gcc&view=rev
Log:
    PR target/65296
    * config.gcc (extra_options) [avr]: Remove.
    (extra_gcc_objs) [avr]: Use driver-avr.o, avr-devices.o.
    (tm_file) [avr]: Add avr/specs.h after avr/avr.h.
    (tm_defines) [avr-*-rtems*]: Add WITH_RTEMS.
    * config/avr/avr.opt (config/avr/avr-arch.h): Remove include.
    (-mmcu=): Add Var and MissingArgError properties.
    (-march=): Remove.
    * config/avr/genmultilib.awk: Use -mmcu= instead of -march=.
    * config/avr/t-multilib: Regenerate.
    * config/avr/specs.h: New file.
    * config/avr/driver-avr.c: New file.
    * config/avr/genopt.sh: Remove file.
    * config/avr/avr-tables.opt: Remove file.
    * config/avr/predicates.md (avr_current_arch): Rename to avr_arch.
    * config/avr/avr-c.c: Same.
    * avr-arch.h: Same.
    (avr_current_device): Remove proto.
    * config/avr/avr.h (avr_current_arch): Rename to avr_arch.
    (AVR_HAVE_8BIT_SP): Don't depend on avr_current_device.
    (EXTRA_SPEC_FUNCTIONS): Define.
    (avr_devicespecs_file): New specs function proto.
    (DRIVER_SELF_SPECS): Use device-specs-file spec function.
    * config/avr/avr.c (avr_current_arch): Rename to avr_arch.
    (avr_current_device): Remove definition and usage.
    (avr_set_core_architecture): New static function.
    (avr_option_override): Use it.
    * config/avr/avr-devices.c (diagnostic.h, avr-arch.h): Include them.
    (mcu_name): New static array.
    (comparator, avr_archs_str, avr_mcus_str): New static functions.
    (avr_inform_devices, avr_inform_core_architectures): New functions.
    * config/avr/gen-avr-mmcu-specs.c (avr-arch.h, specs.h): Include.
    (avrlibc.h) [WITH_AVRLIBC]: Include.
    (../rtems.h, rtems.h) [WITH_RTEMS]: Include.
    (print_mcu): Rewrite from scratch.
    * config/avr/avrlibc.h (LIB_SPEC, LIBGCC_SPEC, STARTFILE_SPEC):
    Forward to avr-specific specs defined in device-specs file.
    * config/avr/t-avr (driver-avr.o): New rule.
    (avr-devices.o): Depend on avr-arch.h.
    (avr-mcus): No more depend on avr-tables.opt.
    (avr-tables.opt): Remove rule.
    (install-device-specs): Use INSTALL_DATA, not INSTALL_PROGRAM.


Added:
    trunk/gcc/config/avr/driver-avr.c
    trunk/gcc/config/avr/specs.h
Removed:
    trunk/gcc/config/avr/avr-tables.opt
    trunk/gcc/config/avr/genopt.sh
Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/config.gcc
    trunk/gcc/config/avr/avr-arch.h
    trunk/gcc/config/avr/avr-c.c
    trunk/gcc/config/avr/avr-devices.c
    trunk/gcc/config/avr/avr-mcus.def
    trunk/gcc/config/avr/avr.c
    trunk/gcc/config/avr/avr.h
    trunk/gcc/config/avr/avr.opt
    trunk/gcc/config/avr/avrlibc.h
    trunk/gcc/config/avr/gen-avr-mmcu-specs.c
    trunk/gcc/config/avr/gen-avr-mmcu-texi.c
    trunk/gcc/config/avr/genmultilib.awk
    trunk/gcc/config/avr/predicates.md
    trunk/gcc/config/avr/t-avr
    trunk/gcc/config/avr/t-multilib


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

* [Bug target/65296] [avr] fix various issues with specs file generation
  2015-03-03 11:00 [Bug target/65296] New: [avr] fix various issues with specs file generation gjl at gcc dot gnu.org
                   ` (2 preceding siblings ...)
  2015-03-10  9:51 ` gjl at gcc dot gnu.org
@ 2015-03-11 18:36 ` gjl at gcc dot gnu.org
  2015-03-11 18:51 ` gjl at gcc dot gnu.org
                   ` (8 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: gjl at gcc dot gnu.org @ 2015-03-11 18:36 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #4 from Georg-Johann Lay <gjl at gcc dot gnu.org> ---
Author: gjl
Date: Wed Mar 11 18:35:52 2015
New Revision: 221354

URL: https://gcc.gnu.org/viewcvs?rev=221354&root=gcc&view=rev
Log:
gcc/
    PR target/65296
    * configure.ac [avr]: Check as for option -mrmw.
    * configure: Regenerate.
    * config.in: Regenerate.
    * config/avr/driver-avr.c (avr_device_to_as): Don't add -mrmw to
    assembler options if not HAVE_AS_AVR_MRMW_OPTION.


Modified:
    branches/gcc-4_9-branch/gcc/ChangeLog
    branches/gcc-4_9-branch/gcc/config.in
    branches/gcc-4_9-branch/gcc/config/avr/driver-avr.c
    branches/gcc-4_9-branch/gcc/configure
    branches/gcc-4_9-branch/gcc/configure.ac


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

* [Bug target/65296] [avr] fix various issues with specs file generation
  2015-03-03 11:00 [Bug target/65296] New: [avr] fix various issues with specs file generation gjl at gcc dot gnu.org
                   ` (3 preceding siblings ...)
  2015-03-11 18:36 ` gjl at gcc dot gnu.org
@ 2015-03-11 18:51 ` gjl at gcc dot gnu.org
  2015-03-17 10:34 ` gjl at gcc dot gnu.org
                   ` (7 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: gjl at gcc dot gnu.org @ 2015-03-11 18:51 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #5 from Georg-Johann Lay <gjl at gcc dot gnu.org> ---
Author: gjl
Date: Wed Mar 11 18:51:09 2015
New Revision: 221355

URL: https://gcc.gnu.org/viewcvs?rev=221355&root=gcc&view=rev
Log:
gcc/
    PR target/65296
    * configure.ac [avr]: Check as for options -mrmw, --mlink-relax.
    * configure: Regenerate.
    * config.in: Regenerate.
    * doc/invoke.texi (AVR Options) [-mrmw]: Document it.
    [-mn-flash]: Document it.
    [__AVR_ARCH__]: Document avrtiny.
    * config/avr/gen-avr-mmcu-specs.c (config.h): Include it.
    (*asm_relax): Only define spec if HAVE_AS_AVR_MLINK_RELAX_OPTION.
    (*asm_rmw): Only define spec if HAVE_AS_AVR_MRMW_OPTION.
gcc/testsuite/
    PR target/65296
    * gcc.target/avr/tiny-memx: Use -mmcu instead of -march.
    * gcc.target/avr/tiny-caller-save.c: Same.

Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/config.in
    trunk/gcc/config/avr/gen-avr-mmcu-specs.c
    trunk/gcc/configure
    trunk/gcc/configure.ac
    trunk/gcc/doc/invoke.texi
    trunk/gcc/testsuite/ChangeLog
    trunk/gcc/testsuite/gcc.target/avr/tiny-caller-save.c
    trunk/gcc/testsuite/gcc.target/avr/tiny-memx.c


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

* [Bug target/65296] [avr] fix various issues with specs file generation
  2015-03-03 11:00 [Bug target/65296] New: [avr] fix various issues with specs file generation gjl at gcc dot gnu.org
                   ` (4 preceding siblings ...)
  2015-03-11 18:51 ` gjl at gcc dot gnu.org
@ 2015-03-17 10:34 ` gjl at gcc dot gnu.org
  2015-03-23 19:33 ` gjl at gcc dot gnu.org
                   ` (6 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: gjl at gcc dot gnu.org @ 2015-03-17 10:34 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #6 from Georg-Johann Lay <gjl at gcc dot gnu.org> ---
Author: gjl
Date: Tue Mar 17 10:34:11 2015
New Revision: 221475

URL: https://gcc.gnu.org/viewcvs?rev=221475&root=gcc&view=rev
Log:
    PR target/65296
    * config/avr/avr.opt (-nodevicelib): New option.
    * doc/invoke.texi (AVR Options): Document it.
    * config/avr/avrlibc.h (LIB_SPEC, LIBGCC_SPEC) [avr1]: Don't link
    libgcc.a, libc.a, libm.a.
    * config/avr/specs.h: Same.
    * config/avr/gen-avr-mmcu-specs.c (print_mcu): Don't print specs
    which don't (directly) depend on the device.  Print more help.
    (*avrlibc_devicelib) [-nodevicelib]: Don't link libdev.a.
    (*cpp): Don't define __AVR_DEV_LIB_NAME__.
    * config/avr/driver-avr.c: Remove -nodevicelib from option list in
    case of an error.
    (avr_devicespecs_file): Use suffix "%s" instead of absolute path
    for specs file name.
    * config/avr/avr-arch.h (avr_mcu_t) [.library_name]: Remove.
    * config/avr/avr-mcus.def: Adjust initializers and comments.


Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/config/avr/avr-arch.h
    trunk/gcc/config/avr/avr-devices.c
    trunk/gcc/config/avr/avr-mcus.def
    trunk/gcc/config/avr/avr.opt
    trunk/gcc/config/avr/avrlibc.h
    trunk/gcc/config/avr/driver-avr.c
    trunk/gcc/config/avr/gen-avr-mmcu-specs.c
    trunk/gcc/config/avr/specs.h
    trunk/gcc/doc/invoke.texi


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

* [Bug target/65296] [avr] fix various issues with specs file generation
  2015-03-03 11:00 [Bug target/65296] New: [avr] fix various issues with specs file generation gjl at gcc dot gnu.org
                   ` (5 preceding siblings ...)
  2015-03-17 10:34 ` gjl at gcc dot gnu.org
@ 2015-03-23 19:33 ` gjl at gcc dot gnu.org
  2015-04-09 11:37 ` gjl at gcc dot gnu.org
                   ` (5 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: gjl at gcc dot gnu.org @ 2015-03-23 19:33 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #7 from Georg-Johann Lay <gjl at gcc dot gnu.org> ---
Author: gjl
Date: Mon Mar 23 18:19:01 2015
New Revision: 221602

URL: https://gcc.gnu.org/viewcvs?rev=221602&root=gcc&view=rev
Log:
    PR target/65296
    * config/avr/driver-avr.c (avr_devicespecs_file): Allow to specify
    the same -mmcu=MCU more than once.

Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/config/avr/driver-avr.c


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

* [Bug target/65296] [avr] fix various issues with specs file generation
  2015-03-03 11:00 [Bug target/65296] New: [avr] fix various issues with specs file generation gjl at gcc dot gnu.org
                   ` (6 preceding siblings ...)
  2015-03-23 19:33 ` gjl at gcc dot gnu.org
@ 2015-04-09 11:37 ` gjl at gcc dot gnu.org
  2015-04-17 13:54 ` gjl at gcc dot gnu.org
                   ` (4 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: gjl at gcc dot gnu.org @ 2015-04-09 11:37 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #8 from Georg-Johann Lay <gjl at gcc dot gnu.org> ---
Author: gjl
Date: Thu Apr  9 11:37:11 2015
New Revision: 221947

URL: https://gcc.gnu.org/viewcvs?rev=221947&root=gcc&view=rev
Log:
    PR target/65296
    * config/avr/driver-avr.c (avr_devicespecs_file): Don't specify a
    device specs file if "device-specs%s" didn't resolve to a path.


Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/config/avr/driver-avr.c


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

* [Bug target/65296] [avr] fix various issues with specs file generation
  2015-03-03 11:00 [Bug target/65296] New: [avr] fix various issues with specs file generation gjl at gcc dot gnu.org
                   ` (7 preceding siblings ...)
  2015-04-09 11:37 ` gjl at gcc dot gnu.org
@ 2015-04-17 13:54 ` gjl at gcc dot gnu.org
  2015-04-23 17:08 ` gjl at gcc dot gnu.org
                   ` (3 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: gjl at gcc dot gnu.org @ 2015-04-17 13:54 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #9 from Georg-Johann Lay <gjl at gcc dot gnu.org> ---
Author: gjl
Date: Fri Apr 17 13:54:16 2015
New Revision: 222179

URL: https://gcc.gnu.org/viewcvs?rev=222179&root=gcc&view=rev
Log:
    PR target/65296
    * config/avr/gen-avr-mmcu-specs.c (*avrlibc_startfile): Adjust
    to new AVR-LibC file layout (bug #44574).
    (*avrlibc_devicelib): Same.
    * config/avr/avr-mcus.def: Adjust comments.
    * config/avr/avr.opt (nodevicelib): Adjust help.


Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/config/avr/avr-mcus.def
    trunk/gcc/config/avr/avr.opt
    trunk/gcc/config/avr/gen-avr-mmcu-specs.c


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

* [Bug target/65296] [avr] fix various issues with specs file generation
  2015-03-03 11:00 [Bug target/65296] New: [avr] fix various issues with specs file generation gjl at gcc dot gnu.org
                   ` (8 preceding siblings ...)
  2015-04-17 13:54 ` gjl at gcc dot gnu.org
@ 2015-04-23 17:08 ` gjl at gcc dot gnu.org
  2015-04-27 11:43 ` gjl at gcc dot gnu.org
                   ` (2 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: gjl at gcc dot gnu.org @ 2015-04-23 17:08 UTC (permalink / raw)
  To: gcc-bugs

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

Georg-Johann Lay <gjl at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |link-failure
             Status|ASSIGNED                    |RESOLVED
                URL|                            |https://savannah.nongnu.org
                   |                            |/bugs/?44574
         Resolution|---                         |FIXED

--- Comment #11 from Georg-Johann Lay <gjl at gcc dot gnu.org> ---
Fixed in 5.2.  Please keep in mind hat this issue is related to
https://savannah.nongnu.org/bugs/?44574


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

* [Bug target/65296] [avr] fix various issues with specs file generation
  2015-03-03 11:00 [Bug target/65296] New: [avr] fix various issues with specs file generation gjl at gcc dot gnu.org
                   ` (9 preceding siblings ...)
  2015-04-23 17:08 ` gjl at gcc dot gnu.org
@ 2015-04-27 11:43 ` gjl at gcc dot gnu.org
  2015-04-27 11:50 ` gjl at gcc dot gnu.org
  2015-04-27 11:53 ` gjl at gcc dot gnu.org
  12 siblings, 0 replies; 14+ messages in thread
From: gjl at gcc dot gnu.org @ 2015-04-27 11:43 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #12 from Georg-Johann Lay <gjl at gcc dot gnu.org> ---
Author: gjl
Date: Mon Apr 27 11:43:20 2015
New Revision: 222459

URL: https://gcc.gnu.org/viewcvs?rev=222459&root=gcc&view=rev
Log:
        PR target/65296
        PR target/65895
        * config/avr/gen-avr-mmcu-specs.c (print_mcu): Close file.
        Add hint how to use own spec file.


Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/config/avr/gen-avr-mmcu-specs.c


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

* [Bug target/65296] [avr] fix various issues with specs file generation
  2015-03-03 11:00 [Bug target/65296] New: [avr] fix various issues with specs file generation gjl at gcc dot gnu.org
                   ` (10 preceding siblings ...)
  2015-04-27 11:43 ` gjl at gcc dot gnu.org
@ 2015-04-27 11:50 ` gjl at gcc dot gnu.org
  2015-04-27 11:53 ` gjl at gcc dot gnu.org
  12 siblings, 0 replies; 14+ messages in thread
From: gjl at gcc dot gnu.org @ 2015-04-27 11:50 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #13 from Georg-Johann Lay <gjl at gcc dot gnu.org> ---
Author: gjl
Date: Mon Apr 27 11:49:42 2015
New Revision: 222460

URL: https://gcc.gnu.org/viewcvs?rev=222460&root=gcc&view=rev
Log:
        Backport from 2015-04-27 trunk r222459.
        PR target/65296
        PR target/65895
        * config/avr/gen-avr-mmcu-specs.c (print_mcu): Close file.
        Add hint how to use own spec file.


Modified:
    branches/gcc-5-branch/gcc/ChangeLog
    branches/gcc-5-branch/gcc/config/avr/gen-avr-mmcu-specs.c


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

* [Bug target/65296] [avr] fix various issues with specs file generation
  2015-03-03 11:00 [Bug target/65296] New: [avr] fix various issues with specs file generation gjl at gcc dot gnu.org
                   ` (11 preceding siblings ...)
  2015-04-27 11:50 ` gjl at gcc dot gnu.org
@ 2015-04-27 11:53 ` gjl at gcc dot gnu.org
  12 siblings, 0 replies; 14+ messages in thread
From: gjl at gcc dot gnu.org @ 2015-04-27 11:53 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65296
Bug 65296 depends on bug 65895, which changed state.

Bug 65895 Summary: Segfault building cross GCC 5.1.0 for Target AVR on Mac OSX 10.10.3 (using Apple LLVM version 6.1.0 (clang-602.0.49))
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65895

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


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

end of thread, other threads:[~2015-04-27 11:53 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-03-03 11:00 [Bug target/65296] New: [avr] fix various issues with specs file generation gjl at gcc dot gnu.org
2015-03-03 11:03 ` [Bug target/65296] " gjl at gcc dot gnu.org
2015-03-03 11:31 ` gjl at gcc dot gnu.org
2015-03-10  9:51 ` gjl at gcc dot gnu.org
2015-03-11 18:36 ` gjl at gcc dot gnu.org
2015-03-11 18:51 ` gjl at gcc dot gnu.org
2015-03-17 10:34 ` gjl at gcc dot gnu.org
2015-03-23 19:33 ` gjl at gcc dot gnu.org
2015-04-09 11:37 ` gjl at gcc dot gnu.org
2015-04-17 13:54 ` gjl at gcc dot gnu.org
2015-04-23 17:08 ` gjl at gcc dot gnu.org
2015-04-27 11:43 ` gjl at gcc dot gnu.org
2015-04-27 11:50 ` gjl at gcc dot gnu.org
2015-04-27 11:53 ` gjl 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).